Questions
Getting a list of pages without using menu
I'm struggling to do something with a template that I thought would be easy but is turning out to be harder than I thought. Specifically, I'm trying to create pages (not posts) for projects that I've worked on in the past. I don't want these to be in the site's main menu, so I'm hiding them with Menu: no, as instructed. However, in doing this I seem to completely lose the ability to surface the page elsewhere. As far as I can tell pages themselves can't be embedded into other pages, and I'm unable to get an index to this now hidden page at all. I also tried instead making all the projects their own posts but in a hidden folder, but ran into the same issue. Them being hidden fully excludes them for being accessed in any list. Additionally, I was surprised to find that #all_entries doesn't return any pages, even if the page is visible. The IsPage key in the object made me think this wouldn't be the case, but alas. What would be nice is if there was a way to just get a list of pages for the site. I think you could implicitly exclude pages in that list that state Menu: no, but could also provide an override like InPageList that would allow pages to be hidden from the global menu but able to be indexed elsewhere.
Org-Mode image syntax?
How would I use an image in an org-mode file. Traditionally, I'd do something like [[file:clock.png][clock]] but it seems like that's not working.
Specify the width of a markdown image?
I'd like to change the size of an image in one of my posts. Can I use the following syntax from Jekyll? {width="250"}
Generate a list of tags?
How can I create a page that just lists the tags that are being used? Is it possible for it to be auto-updated as well? For reference I'm using a forked version of Essay 2.
Analytics not working?
Analytics tracking doesn't seem to work? I tried selecting Heap and entering the ID and full script but neither work?
Change the number of posts on the blog page?
Is it possible to adjust the number of posts to show on the blog posts page? For example, I want to show a link to "Older" posts less often.
Remove capital letters from article titles?
What to change in the template, in which file and which values, so that every word in the article titles does not start with a capital letter. I want either an exact reproduction of the letters as in the document, or that only the first letter should be capitalized, as in a normal sentence.
Updated Blog theme has layout errors
(re-writing this as my first attempt was rushed and unclear) Since I last used it, the Blog theme appears to have been amended. The structure and CSS is different to that on another of my older Blot sites. The changes appear to introduce some issue that are consistent across multiple browsers and machines - for example content in the right margin is now positioned off the page and pagination text is positioned top-left over the top of itself. I assume these are theme errors because they're visible on the theme demo site too and differ from the screenshots provided. Has anyone identified the issue (although the HTML structure has changed, it looks like the CSS may be the issue here?) and / or is there a way to get the old theme to use, since the theme is unusable as-is.
Slug metadata not working?
Is the Slug metadata field new? I know I've wanted it for a long time and only just now noticed it on the Metadata page. Either way, it is not working as advertised. When I tested it on an old post where I had used the Link field to customize its slug, it just dropped the rest of the Link Format I had defined. Instead of domain.name/path/to/post/slug it loaded as domain.name/slug So it basically functioned the same as the Link field.
Suppress header on homepage
Does Blot serve something like a page ID that would allow me to suppress the header on a particular page using .page-id-x #header {display: none;}? Specifically I'm hoping to display the header on all pages apart from the homepage at '/'.
Not able to make changes through git
Hey there, I'm currently not able to post anything through git. I also can't change my pages. Everything pushes normally, but nothings shows up in blot. Is anyone else seeing this?
Formatting in Google Docs not showing correctly in published posts
Simple formating such as titles in bold and quotes in italics are not appearing in published posts, despite being in source Google Doc. Also not all the "tags", which are in the Google Doc titles, are updating after being amended.
Use the first picture instead of the video as thumbnail?
If the post contains a video, the image from it is displayed as the cover of the post, regardless of the size of the other images. Please tell me how to choose the first picture in the post for the thumbnail. And also how do I mark the borders of the text, for display near the cover. I found a discussion on this topic but couldn't apply it to my template.
How can I integrate with Mastodon/Fediverse?
Is there a way what I post on Mastodon can become a blog post on blot.im? And the other way round: is there a way to automatically post by blot posts onto Mastodon?
Analytics proxy?
Would it be possible for Blot to automate setting up a proxy for analytics script (as a safe-guard for add-blockers)? Or better yet, maybe some in-house analytics are in the workings? I currently use Umami as a simple privacy-focused self-hosted and cloud analytics and I keep wondering why wouldn't they just license the script to the third-parties like Blot to run along smoothly with the web-server itself.
Timezone support in date metadata?
My posts used to have timezones ("EDT", "EST", etc.) in the timestamps, but now they're all UTC. How can I make Blot recognize timezone ("z") again? Thank you.
Some of my text is randomly appearing with yellow highlights
How do I prevent this? Please see example on my site
Adjusting navigation on Portfolio template?
I'm not sure if either are possible, but here goes: When I click into a tagged set of pictures, could it just go straight to the full size of the first one? And then, when you're viewing a tagged set, can it not have navigation back to any images not using that tag? What I'm trying to do, as I remember indexhibit working, is to use tags to create static finished sets of pictures, and then anything not tagged goes under Posts as the main feed. But I don't want picture navigation between the two, especially as there is no title showing what tag you're viewing.
Hide or show certain sections depending on metadata?
I'm wondering if there's a simple way to hide a section from a page template if a certain metadata is specified. A bit like with Menu: No which hides a page from the navbar. I'd like to create a Hero Image: No which would disable the top image on a blog post. Your help is much appreciated :)
Improve the search feature for non-Latin scripts
I'm new to Blot and noticed that the search feature returns no results when querying non-Latin scripts (e.g. CJK characters) even though the query exists in the blog posts. I'm vaguely aware the issue stems from the fact that the search feature only matches results wrapped in spaces & line breaks etc. My blog posts will be mostly written in Simplified Chinese, so the search feature is rendered near useless for my blog. I do understand that this may not be a good business decision since I assume the vast majority of blot.im users write in Latin scripts. Nevertheless, I hope you'll consider improving the search feature to accommodate languages that doesn't use spaces as delimiters. Thank you in advance!