Skip to content

elchead/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog

This is the code for my website.

It's the 3rd generation. The main reason for the redesign being a much simpler setup and being able to manage the blog content as git repo in my Obsidian-vault inside a subfolder. Even links to images work very similar in Zola and Obsidian. The only difference is that Zola requires an absolute link (leading /) whereas Obsidian resolves the image correctly as a relative link (without leading /).

The enhancement also makes the blog-cli obsolete.

You can find the old Hugo (v2) and Jekyll (v1) blog in the branch list.

Stack

  • Framework: Zola
  • Theme: adopted from @mr-karan with some custom styles:
    • table of contents (static for mobile and button on desktop)
      • dynamic button display adopted from @welpo
    • show last updated time
  • Deployment: Netlify (Vercel is currently broken)