Log in Sign up

Questions

Ask question

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?

Duplicated page from existing files?

This is a recurring problems from our site. I need help to delete this page. Somehow when I edited existing .md files, the older version of its page on the site remain and other new page will be created (in this case this page). Is there something on the code that I can check?

On the Archive page is it possible to exclude posts with a specific tag?

I currently have this block in archives.html: <div> {{#allEntries}} <a href="{{{url}}}">{{title}}</a> <span class="small">{{date}}</span> <br /> <div class="spacer8"></div> {{/allEntries}} </div> Instead of allEntries is it possible to remove entries that have tag x?

Blog template navigation on mobile?

This is probably an obvious question, but is there a way on the Blog template for it show to the left (or right) on a desktop screen, but at the top on mobile? The default at the moment shows the navigation to the left and it completely squeezes out the main body.

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!

Trouble with deleted files?

I have a content which still appear after I delete the file in my GDrive folder. Previously I have explored multiple ways of making different menus to categorize my contents like "Projects" and "Notes" menu (which will have different type of contents/files). The introduction "Projects" file which I created earlier still stuck in the home page. How to delete this content or reset the template?

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.

i18n?

Does anyone know of any templates or tools to support two different languages on the Blot website?

Can I rename the local-edit folder of my forked template?

I forked a template to make my own, renamed it, and exported it to my Dropbox folder so I can edit it locally. The resulting folder is named after the template I forked ("empty-copy-template") instead of the name I gave it. Can I rename it? If so, do I need to keep the same style (all lowercase, dashes instead of spaces)? — Shy

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?

Previous 1 18 19 20 21 22 41 Next

Newsletter
Get updates on Blot’s latest features and changes. Delivered every three months.