simple-dev-blog-zola-starter
simple-dev-blog-zola-starter copied to clipboard
First impressions
I removed about.md but still it's on the page. I don't understand why. Removing the "about" line from ./themes/simple-dev-blog/theme.toml doesn't make a difference.
I replaced the profile picture curl -o profile.jpg https://upload.wikimedia.org/wikipedia/commons/c/cf/Clothing_worn_by_most_Pashtun_males.jpg and my head is cut off. haha

I altered the title of content/_index.md and it doesn't appear in the title of the index.html ... I'm a bit puzzled how to set the title now.

Otherwise, I like the aesthetic. Keep up the good work!
Hi, thanks for the feedback!
I don't understand why. Removing the "about" line from ./themes/simple-dev-blog/theme.toml doesn't make a difference.
You should be able to set the "nav" variable in your config.toml file to get rid of the about link: https://github.com/bennetthardwick/simple-dev-blog-zola-starter/blob/04c4fd8c9aa96a6c2faf4e500ddb3d6353791726/config.toml#L24-L29
I replaced the profile picture and my head is cut off. haha
That's a very long photo! At the moment all the dimensions of the photo are hard-coded - so it might be worth cropping your photo. It's probably possible to make it responsive with CSS if you're keen to give that a go.
I altered the title of content/_index.md and it doesn't appear in the title of the index.html ... I'm a bit puzzled how to set the title now.
I'm not sure what's going on there. As long as you're setting the title variable in the frontmatter it should just work.
Hey thanks for the reply! Do find it a little odd to define the nav in config.toml, though your suggested change works: https://github.com/kaihendry/enemies-of-carlotta-zola/blob/main/config.toml#L21
Not sure what responsive means RE CSS. Not using width/height? Some how focusing on the top part of the photo?
I deployed the site upon a staging https://travel.hendry.workers.dev/ via https://github.com/kaihendry/enemies-of-carlotta-zola/blob/main/.github/workflows/ci.yml and you can see that
- title is missing... still don't know why
- how come all the URLs are full (non-relative) URLs?
btw my wife complains about the spacing on safari mobile haha https://s.natalian.org/2021-07-20/spacing.webp
Would be nice if taxonomies were optional.
Reason: Failed to render 'blog-post.html'
Reason: Variable `page.taxonomies.tags` not found in context while rendering 'blog-post.html'
Trying to figure out how to keep the date in the URL. E.g. instead of https://travel.dabase.com/blog/where-now/ I want https://travel.dabase.com/blog/2005/where-now/