Log in Sign up

Questions

Ask question

Tags page as homepage

I'm using the magazine template and would like to turn my tags page (/tags) into my blog's landing page (homepage). Is it possible?

What drives the sizing of images on the front page of the Magazine layout?

I've tried a few things to see if I can affect what makes some thumbs large and some small, but haven't figured out what the pattern might be. One entry has a single image and its thumb is small on the front page, another entry has a single image and its thumb is large on the front page.

CSS and JS files in folders not working

Hi there, I'm building a custom template and am trying to point link css and js files within folders but they are not being picked up. I've triple-checked the link e.g href="css/main.css" but it doesn't work. It does work when I delete the "css/" and move the file to the same directory as the rest of the files. Am I missing something? I'm wondering whether it's a limitation of the platform. Thanks in advance!

Hide specific tags from search results

Hi, is there a way we can hide specific tagged entries showing up in search results? I tried this: {{#query}} {{^entries}} <p>Sorry, nothing found for “{{query}}”</p> {{/entries}} {{/query}} {{#entries}} {{^tagged.jotfeed}} <a href="{{url}}">{{title}}</a> <span class="small">{{date}}</span> <br /> {{/tagged.jotfeed}} {{/entries}} ..and it doesn't seem to work? Thanks! Ray

Where does the local development version of blot point to?

Hey, I want to develop my theme locally. I followed the directions on setting up a local dev environment but when I load the site it's pointing to a blank "Example" install. This seems wrong since an empty install isn't userful for theme development. Where do I need to put some files to show content in my theme so I can actually see stuff to develop against?

Exclude some tags in list of tags

Is there a way to exclude some specific tags from being displayed in a list of tags (i.e. {{#all_tags}})? Thanks!

Where's the dropbox template folder?

Hey there, I want to develop my own theme locally, not in the blot online template editor. But I can't find the theme in my Dropbox folders at all - those only appear to be the posts. Suggestions?

Two blogs, one domain, drastically different load times

The first blog is on my root domain. The second is on a subdomain. The TTFB is drastically slower on the second (subdomain) blog. The code of both blogs is almost identical. Is this a problem with my DNS provider, Cloudflare, or could my blogs be on different servers, one slower than the other? I'm just trying to diagnose the problem.

How create a second blog?

I would like to know how create a second blog using the same domain. E.g. : www.mysite.com.br (domain main) and blog.mysite.com.br would be the second blog. It is possible?

How to have a custom 404 page?

Currently if the page doesn't exist, I am shown: `Error with your template Blot failed to render your template. Please try again or contact support if this problem continues: contact@blot.im`

Automatically forward all 404s to the homepage?

Is this possible? Or is there a work around?

Latest update date

Hello, is it possible to have a message on the homepage saying something like "Latest update on: " and have the date of the latest blog entry displayed there? Thanks!

Is there a directory of user-templates?

Hello, I was wondering, now that there is a super easy way to share templates, do you any place where Blot users might preferably want to share/try external templates? Maybe a GitHub group or something like that? Tags work, but there is not an “official” GitHub repository tag to find them all in the same place.

Redirects with query strings not working?

I noticed that redirects lead to 404 page when the link is accessed from a Facebook post. Apparently, Facebook appends a tracking parameter ?fbclid=* to the url and it messes up the redirect. Is there a way around this?

Backlinks?

I noticed in your reference section there's a {{backlinks}} code: "A list of all the entries on your site which link to this entry." {{#backlinks}} <a href="{{url}}">{{title}}</a> {{/backlinks}} I tried this on pages and posts that linked to each other but nothing shows up. Am I misunderstanding the purpose of this?

Setting up GitHub with Blot and Obsidian

Hello all. I’m a new Blot user and I really enjoy its simplicity. However, I’ve never had to use GitHub before and have found myself stuck. I have Obsidian syncing with GitHub without issue. However, for the life of me, I can’t figure out how to get Blot to also sync with my current setup on GitHub. Is there anyone who can assist or point me in the right direction of a tutorial? I don’t mind learning, I just don’t know where to go to start doing so.

"Failed to acquire folder lock"

I was creating a series of pages a few days ago—the first 10 worked perfectly, then things stopped updating from my dropbox sync. It looks like Dropbox is functioning fine, and I haven't changed any of my process for adding to blot, so I'm not sure what I broke! When I try to reset/fix my folder on https://blot.im/settings/client/fix, I get an orange error message that says "Failed to acquire folder lock." Any advice?

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.

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!

Creating a website with a static landing page

I'm in the process of redesigning my website. The idea is to create a static portfolio as a landing page, which has a link to take the user to the blog. When I try to change the entries.html URL in the package.json file to point to another URL (E.G: /articles) the page does not load any entries. I tried to use the ?debug=true option and discovered that entries don't get added in the returned json object. I could use the all_entries tag, but then I will lose the pagination. Another thing I tried is to create a new view and calling entries from there, but that didn't work either. Any thoughts?

Previous 1 26 27 28 29 30 36 Next