Questions
How to get a home page at '/' and then have all updates listed below it?
I'm pretty close to what I want at https://rapidresponsechoir.org, but the index.md file with: --- Link: / --- # Rapid Response Choir seems to stuck at a date in February and I'd like the most recent posts to be listed underneath. I'm using the Magazine template. Also, how do I get consistent top banner photo across all pages? Thanks! - PeterB
Template variables keep changing to default?
I noticed that if I change the template variables in the Templates/Portfolio view (either in the code directly or in the template preview/editor), those variables will change back to default at some point in the future. I didn't measure exactly how long does it take to go back to the default, but basically every time I go back to my website and check it, the variables are default. I can instantly see it cause the main variable I'm trying to change is the "Thumbnail size". Here's my website: https://lotafak.blot.im/ Please advise! Thank you
Remove Phantom (auto generated?) Links In Blue?
I do I remove the phantom links in blue showing on my links pageThere is no delete option
Blocking AI bots?
Is there a best practice for blocking AI bots on a Blot site? I can include a robots.txt sourced from here: https://github.com/ai-robots-txt/ai.robots.txt But that's very soft step. What else might I do? I saw that Cloudflare has an AI blocking feature, but I'm not sure if I can use Cloudflare with Blot: https://blog.cloudflare.com/declaring-your-aindependence-block-ai-bots-scrapers-and-crawlers-with-a-single-click/ Any other ideas? Alex
Would it be possible to use image title instead of alt text for the caption?
It appears you can set the title of an image like so. I'm wondering if there could be an option to allow using the title instead of alt text for the image caption. Could be a nice convenience over putting in HTML for a caption. Or is there already a good way to set a separate caption that I'm missing?
How to get Google to link to posts directly instead of homepage?
I have my homepage set up to display my posts in full. Problem is, google crawls and indexes the home page and then links to it. Eg: my.blog/page/2 As I make new posts, the relevant post moves further down the page list, and the link goes stale. How can I get Google to link to the article itself and not the homepage? Thanks!
Formatting a custom date field?
Hello, I have a custom date field that looks like this: update: 2015-05-12. I've seen there are ways to format dates for built-in fields. Is there a way to do so for custom fields? Alex
Using the filename as a slug?
Hi there, I understand that I can set the "slug" metadata to change the slug to something other than a slugified version of a post's title. Is there a way to just default to using the filename? For example, if the filename is 2015-04-05.pithy-slug.md And the title is # How to write pithy slugs in 17 steps or more! I would like the slug to be pithy-slug. Alex
HTML in custom metadata?
I have a line of HTML I need to set dynamically it may have one or two links and different wording Doing this fails, any suggestions? In the markdown page_footer: Back to <a href=/Weather>my local weather</a>. {{entry.metadata.page_footer}} Then displays as this plain text on the generated pageThe HTML shows, not a link Back to <a href=/Weather>my local weather</a>.
Unable to get custom metadata to show up
I've set custom metadata for one of my posts, as per this doc. In this case, it is for describing magic spells. The metadata is as follows: title: Magic Spell tags: spell date: 2023-01-16 isSpell: yes magicWord: boo Now, I want to have this custom metadata show up, only for posts where the isSpell: metadata is set to yes. So I've modified my entry.html template as follows {{#entry}} {{#metadata.isSpell}} {{metadata.magicWord}} {{/metadata.isSpell}} {{{html}}} {{/entry}} But when I go to the corresponding post, I can't see the Magic Word. I've added ?debug=true to the URL and I can see the metadata in the JSON, so I'm not sure what I'm doing wrong here.
Image Gallery on an Ordinary Markdown Blot page?
Say I want to post a gallery of images on a specific blot page but am not using a gallery/artsy-type template that specializes in that sort of thing. Is it possible to do this in markdown or would I have to use some type of custom CSS or another type of fancy code?
Checking for home page?
How can I check in mustache if I'm on the homepage? I want to do something different on the homepage, but the same on entries and the archive page. So using {{#entry.title}}...{{/entry.title}} doesn't help me in this case. Alex
Showing all comments on the homepage?
I'd like my comments/box to appear under every post on the main page. My entry.html now looks like this: <div class="clear"></div> <section id="#Comments"> {{> pluginHTML}} </section> <div class="clear"></div> The comments appear on each entry if I visit it from the archive but not on the homepage.
How would one go about implementing Tufte CSS??
I really like the look of tufte-css, available at github, but feel a bit intimidated about implementing it using Blot and the available templates. Does anyone have suggestions? (A dream would be if it became an available template out of the box…)
Does anyone have a good post to email workflow?
A couple of folk have asked me if I would send new posts to them via email. I'd love to do this, but don't have the energy for a big system setup or complicated workflow. Also clearly not worth a large amount of dollars, given the numbers and my focus. Has anyone done this in a simple fashion with blot?
Linked title in teaser?
All my posts start with an H1 that provides the post's title. When using a teaser, is it possible to have the H1 link to the blog post?
How can I use markdown in custom metadata?
I'm trying to create a custom metadata field to credit image authors and I want to use Markdown to add links. However, the Markdown is not processed. The output is the contents of the field verbatim. Here's what I have (that doesn't work): Metadata image_credits: - '[Photo #1](https://www.example/1)' - '[Photo 21](https://www.example/2)' Template {{#metadata.image_credits.length}} {{#metadata.image_credits}} {{.}} {{/metadata.image_credits}} {{/metadata.image_credits.length}}
Simple lightbox zoom on images?
I've seen in some templates there's a simple magnifying zoom on images embedded in files/posts. I also read it is/was out of the box in the Blog template but can't seem to find it. How is that accomplished? For reference see images this provided example site: https://benlog.net/
Google Drive is working again
You'll need to log in and re-connect your folder to Google Drive on the folder settings page. I have finished the rewrite of the client which syncs Google Drive to Blot, avoiding Google's API shenanigans. Instead of asking you to go through the Google OAUTH login flow, the new client simply asks you to share a folder in your Drive with a specific email address. Since we're not using Google Drive's API in the same way, the new client doesn't require full access to your Google Drive, which is wonderful. There will be bugs with the new implementation, which I will fix. I'm hesitant to conclude with something along the lines of 'Sorry about this' because the interruption was entirely Google's fault.
Newsletter
Get updates on Blot’s latest features and changes. Delivered every three months.