Questions
About ads.txt
I have set up the google adsense to my site created by blot.im. And google said “ put the ads.txt on root directory. So I did it. And ads.txt was published as post. I want to avoid that ads.txt is published… Are there any ways to avoid that? Thanks in advance.
What are good extensions for partials?
I want to create a partial which just outputs a formatted entry line (like for the Search or Tagged page). When I read the Blot doco on the template language, partials have the extension .mustache, but all existing partials in the given templates have .html as the ending. What's the best extension to use? Does .mustache work? Or should we stick to .html?
Optional teaser on the index page
From what I have seen, you have the option of either using {{{html}}} or {{{teaser}}} and {{more}}in the entries.html page. Is there a way of integrating both, meaning the post is displayed in its entirety unless a {{more}} tag is included somewhere to turn it into a teaser?
Hot reload for the theme preview?
Hi! Is there an easy way to add some hot reload feature to a theme preview? At the moment my dev cycles is: Making a change to a theme file. Switching to the browser with the open theme preview URL Hitting cmd-R, and again cmd-R, and again cmd-R - until Dropbox is synced and the server serves the new version. Would be great if I could skip step 3 and just wait until the new version appears by itself! I could think of some server-side injected JavaScript or maybe there exist extensions (I use Firefox) which do the same client-side?
Where are the forked template files?
In the doco I read that after forking a template I can edit it on the Blot admin site and in the filesystem. I found where to edit them on the admin site, but I don't know where they are in the filesystem. -- I can't find them in Blot's Dropbox folder.
Does Google Drive apply traffic limits?
I noticed on Blot's own about page the following text - "Dropbox’s traffic limits do not apply because Blot hosts the contents of your folder on its own server." Guessing the same applies when syncing with Google Drive and that there are no traffic limits to worry about?
Include data with partial
How would I implement something like this on Blot, using a partial as a template?
Parse markdown in metadata teaser?
I've modified the blog template to suit my needs, which includes changes to the entries.html template so that teasers are shown in the "just_titles" branch (should rename it soon, I guess). Now I've noticed that {{teaser}} is taken from my entry metadata as desired but that markdown formatting in it isn't parsed. Is there a way to achieve that?
Help with webmentions?
I found the earlier answers on making webmentions work so I forked and am using the blot template. Added in the requirements that Amit and the other person posted but I cannot seem to get webmentions working. I think since 2018 some things have changed perhaps. Has anyone gotten webmentions working on blot blogs after 2018? I am just using a blot.im domain at this point. If you have gotten webmentions working with a blot theme, please tell me how you did the work. thanks!
How do I access new features?
I noticed that there was a new video for the new redesigned blot, but visiting /apps doesn't lead anywhere. Are the new features limited to new subscribers? Also, the link to embedded in posts doesn't work on the "How" page.
Group by folder
I am working on a photography based theme but I am struggling with grouping each project based on the dropbox folder they are in. I saw that the "Portfolio" theme is also ignoring the folder. Any help would be greatly appreciated.
Slideshow embed?
Hi folks, I'm just wondering whether anyone has a method they would recommend for embedding something like a slideshow / image carousel in a Blot post. Thanks in advance for any tips.
Redirect not working?
I recently set up a redirect of a tagged page to a gallery page but it doesn't seem to be working: From: /tagged/photos to: /gallery Clicking the photos tag below the post still sends me to the tagged page rather than the photo gallery I set up. How can I tweak this further to make it work? Thanks!
Hide posts on main page?
Is there a way to publish a post, but not have it show up in the main feed?
Getting page URLs to mirror folder structure
It looks like if I have some nested folders under Pages, Blot will convert and publish them all, but the URLs are flat URLs based on the title. Is there some way to get the URLs for pages to reflect the folder structure? I've tried {{stem}}/{{slug}} but that doesn't seem to have any effect.
How to recreate the RSS feed
I deleted the RSS page by mistake. When I created a new RSS page and linked to to the "/rss" URL, i get a "Page not found" error. How can I recreate the RSS button?
Issue with resetting permalink structures
I’ve tried all three of the potential settings available at https://blot.im/settings/services/permalinks, but changing the setting and saving doesn’t seem to work as I might expect. My URLs default to the standard/original “Title” option. Ideally I’d like to have permalinks be of the format https://example.com/foldername/filename which I would expect to work if I choose the “Custom” option and use the syntax {{path-without-extension}} in the field. However, this doesn’t seem to be the case. Am I doing something wrong, or is the setting just not saving and propagating properly? From a documentation perspective, perhaps some examples of how to chain together the tokens on https://blot.im/how/configure/urls and the expected URL outputs might also be helpful for people? Thanks in advance for your help.
Newsletters services
How can I integrate a newsletter service to blot so that my posts arrive per e-mail without having to duplicate my blog in sites like tinyletter or substack? Is there a service which works well with Blot's infrastructure?