Log in Sign up

Questions

Ask question

Disable right-click downloading of images on my blog?

Is there a way to disable right-click downloading of images on my page? I would like to make image piracy just a tiny bit harder

Font customization options?

I remember at some point we can customize our fonts and such things. Are these features not available anymore? Thank you for your support

Links being made without a pages folder?

Random links are being made for images that should just be on the homepage. Any suggestions about what could be happening?

Jupyter Notebook .ipynb support?

I am a data analyst. I primarily work and document using Jupyter Notebook. I am looking for a blogging platform where I can drag and drop a .ipynb file, and it renders into a blog post. Can it be done with blot?

Page with Tag

I'm trying to make a custom page that includes a list of posts with a certain tag. I've tried following the instructions on this page, but without success. Here's my code for now.html: <!DOCTYPE html> <html> {{> head}} <body> {{#allEntries}} {{#tagged.Now}} <p><a href="{{{url}}}">{{title}}</a></p> {{/tagged.Now}} {{/allEntries}} </body> </html> I also added this to package.json; { "now.html": { "partials": { "title": "Now - {{{title}}}", "description": "What's up right now." } } } And sitemap.xml: <url> <loc>{{blogURL}}/now/</loc> </url> But heydingus.net/now still leads to a 404. Am I doing something wrong?

Google Search Console cannot fetch my Sitemap?

I checked mysitename.xyz/sitemap.xml is indeed an xml file. I gave that to GSC, but even after a few days, it says Status: Couldn't fetch. What could be the reason? Maybe the site is too small? or maybe it's got to do with the notice that I see when I open the sitemap in my browser: This XML file does not appear to have any style information associated with it. The document tree is shown below.

How to make a citation appear as (Author YYYY)?

At the moment a citation of the form [@reference] renders as Author (YYYY) but i would prefer to have it as (Author YYYY). Is there a way to do this?

Linking a citation to the bibliography

How difficult would it be to have this feature? When I enter [@citation] in my post, the resultant text is a link within the page that sends you down to the bibliography.

Not able to delete a post

I created a post and now it is not getting removed from my blog even though the file has been deleted. I had initially connected by Google Drive. I have now connected it to Dropbox. But it is still the same problem. How do I delete the post? Interestingly, this post was created for one of my blogs. It somehow is being duplicated to my second blog, where it was never there as a file.

Why is there no pages folder?

There is no pages folder in my Google Drive that connects to my links on the website. How do I go about adding that so I can add content to the various links. Can each link have a different template?

What does it mean to 'fork' a template?

On the templates page of the dashboard – what does 'fork' mean under each template?

Advice for SEO?

I would like my blot website to be one of the first hits when someone searches <my name>, or <my name my profession>, but i don't want the domain to be my_name.com or stuff like this. Any advice on how to make this more likely (besides putting my name on a lot of pages)? perhaps some config file or something

Display image caption?

How do I get markdown to display an image caption?

Center display equations rather than left-aligned?

I would like for display formulas to float at the centre of the column, rather than stick to the left. Is there an easy fix for this?

Keeping footnotes?

I am using the Magazine template of which I love the Bignotes. But I would also like the footnotes to be visible at the bottom of the page. Is this possible? Thanks in advance

Adding a membership site?

Is there a way to add a members-only paywall for a Blot blog? Thanks! Hani

Prevent hyphenated titles?

I’m using the Magazine template but many of my titles now appear with hyphenated words on the main page. Is there a way to stop this from happening? Thanks in advance

Applying CSS to PDF embeds?

I'd like to change the width of PDF iframe embeds – would it be possible to add a class to these so I can target them?

Moving and styling citations?

I am madly in love with the bibliography function. It actually was, what made me move to Blot – seriously, you made this scientist very, very happy, good bye self-hosted Jekyll. I would love to, however, move the generated bibliography within the page. My citations can get somewhat ... excessive. So I'd like to move them, within the "Blog" template, after Date, Tags, and Backlinks, and style them the same way those are. For that, I'd need somehow access to the generated HTML. Is that possible?

Cache and optimize images?

What exactly does the ‘Cache and Optimize Images’ option do in settings? Is that caching images fetched from other servers, or doing something with the images from Dropbox on Blot’s own CDN?

Previous 1 18 19 20 21 22 36 Next