Log in Sign up

Questions

Ask question

Do standard Markdown footnotes formatting only render as in-line footnotes?

I have only been able to generate in-line footnotes rather than footnotes that appear at the bottom of the page using the "[^1]" and "[^1]: footnote next" format. I also played around with various versions of this, but couldn't get it to work. Just as an aside, I am new to Blot and absolutely love it. I really appreciate having this platform. Thank you! My test site is available at austinkocher.blot.im, though it's still a bit of a mess right now as I get things set up.

Longer form writing than blog posts

I have a question or two about how I can use blot to stage some longer form writing I am doing. I write blog posts now in the "posts" folder. These are day to day or so views. The longer form writing would be more words but still markdown formatted. I would like to link to these articles from a landing page but not have them in the same posts folder and also hidden unless someone visits the landing page. I thought of a folder like _stories and then place all the markdown files in there and create the links on the landing page as I go. Is there another way you could suggest publishing longer form writing?

Where to store the audio files for sound posts?

Do you have recommendations for where to publish the .mp3 files? Is it possible to keep them in my Blot’s Dropbox or should I upload it to some site that is for uploading/sharing .mp3? For the latter, would you please also recommend some YouTube-equivalent good sites for uploading .mp3 files? Thank you! I asked about this as a comment on this question but I guess you'd not have received notification for it, so created this new question. :)

Sponsored content near comments?

I've just published my first blog and notice sponsored content at the bottom of the post Does anyone know how to remove this? I'd really rather not have this content on my posts. Thank you in advance

Adding tags to a post?

I can find a few questions/answers regarding how to display tags, but I can not work out how to add tags to my posts. I am expecting the answer to be simple and to prove my ignorance - but please enlighten me!

Query Pages / Custom Menu

Is there a way to query all Pages (instead of Posts) in order to create a custom menu? It looks like {{#all_entries}} doesn't included anything flagged as a page in the meta data, resulting in the inability to filter out only the pages using something like {{#Page}} within the {{#all_entries}} query. Use case: I'd like to create a secondary (footer) menu where I can list a different set of pages than what is shown in the main menu. In the meta data something like this could be used: Page: yes Footer: yes Ideally I could query for {{#Page}} and then within that {{#metadata.footer}} (or something of the sort) to pull the desired pages. In terms of creating a menu, I could likely wrangle the {{#menu}} query and do something fun within it but I didn't know if there was an easier way to list Pages and not Posts

Info on showing multiple images/photographs in a post?

I need further help related to this question: Image galleries / slideshows / masonry layouts Where you have recommended PhotoSwipe to show multiple images as a slideshow of sorts. But I'm a newbie when to comes to adding code to the template, and then I'm not sure how I'd need to format my post to show images. Can you please guide me on: how to update the template for this (which code to copy and where). Please also share if there are any other tools/ways to achieve this (other than through PhotoSwipe). I need a very basic carousel type slideshow that shows images in their full size. how to format a multi-image post (I currently follow a structure where I have a folder for each post: content .txt file + related image file (if I have an image to add) are within one folder. Thank you so much!

File download link

I put a file in my Files folder, prepended with the _ character so it didn't become a post. When I right-click > download on the link on the post, it just downloads the 404 html page. Can I make a link just a file download from dropbox?

Tags in Permalinks

Is it possible to include tags in the permalink?

Workaround for Hash-Hack

CommonMark doesn't support the CSS styles extension, so I am using a HashHack to style images. For example an image beer.jpg with HashHack would look like beer.jpg#left30, which is then declared in CSS as img[src*="#left30"]. This is somewhat cumbersome and doesn't really allow nesting or precedence, but it works. However, if I am checking the "optimize and cache" in Blot's settings, the hash is (this is 100% within the standard, I am not complaining) discarded. So I need a different way to style images that does not involve using img tags (well, I could, but I am trying to convince academics to use this, and they're famously tech-illiterate :). Any ideas?

noindex a specific post or page?

Is there a way to add <meta name="robots" content="noindex" /> to an individual markdown page? Presumably if I put the HTML tag in the markdown it'll appear within <body></body> and so will be noncompliant with the HTML specification. Thanks!

Total Post Count

Is there a way to show total post count? Something like... {{#all_entries}}{{entries.length}}{{/all_entries}}

Linking to an image in folder

I've got an jpg image stored in an Images folder and I'd like to reference it in a <img> tag in a post. Everything I've tried has led to a 404 on the image. If I put other (txt) files in that folder I can access them from the browser but my jpg file always shows up as not found.

How to delete a blog?

I seem to have 2 different blog on Blot and I want to remove them and start anew. Is there any way to delete blogs and start from scratch?

How to change home (index) to custom page?

I'd also like to add all listings to "blog" item instead of the homepage.

Hiding the post date in blog posts

The date appears at the top of posts. How do I keep intact the date next to post titles in the archive but hide it in posts? Thanks.

Disable backlinks for Pages, but keep them for Posts?

I have an "about" Page, and a Post that links to it. At the bottom of the "about" Page, there is the Links here/backlinks section that appears at the bottom of regular Posts. I’d like to disable this for Pages, but keep it for Posts. I had a look through the entry.html template, and I can see the section that adds backlinks right above the section that adds pagination. Pagination is not shown on Pages, but backlinks are, but to my untrained eye, I don't see a difference between the way the sections for backlinks/pagination are set up in the template.

link format ignores settings

I can't seem to make bolt use the filename (both {{name}} or {{name-without-extension}}) as default link — it keeps processing the file title. My folder has markdown files with yaml front-matter titles, I wish to use title: for page metadata, but I don't want the longer URLs or filling the parameters for link: for every file. Is this a bug? I tried to reset the folder - it didn't work.

How to activate a Template?

I have downloaded a few of the templates and unzipped them and, one at a time, dropped them in the Templates folder of my Blot folder but it seems to have no effect. Is there a way to enable or activate a template?

How to turn a folder of pictures into a post?

Is there a way to turn a folder of images into a post instead of having each one show up one by one?

Previous 1 16 17 18 19 20 37 Next