~koehr/tiskifer-theme

Theme for Zola, forked from github:syedzayyan/shadharon
6f7c2b63 — Norman Köhring 1 year, 8 months ago
mobile fixes
cbc54b81 — Norman Köhring 1 year, 8 months ago
fix social icon appearance
ea3d1d2f — Norman Köhring 1 year, 8 months ago
style adaptions, some style fixes

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~koehr/tiskifer-theme
read/write
git@git.sr.ht:~koehr/tiskifer-theme

You can also use your local clone with git send-email.

#Tiskifer Theme

Originaly forked from Shadharon.

Dark theme

blog-dark

Light theme

light-dark

#Features

  • [X] Themes (light, dark). Default theme is dark with a switcher in the navbar
  • [X] Projects page
  • [x] Social Links
  • [x] Tags

#Installation

  1. Initialize Git Repo if not initialized

  2. Download the theme

git submodule add https://git.sr.ht/~koehr/tiskifer-theme themes/tiskifer
  1. Add theme = "tiskifer" to your config.toml

  2. Copy the example content

cp -R themes/tiskifer/content/. content

#Customization

  1. For customization refer to config.toml files, which has comments.

  2. For customizing the banner on the homepage the content/posts/_index.md needs modification. The desc variable under extra, specifically. You could delete this as well to remove banner. For an about page or any aditional page an .md file in the "content" directory will do.

You can add stylesheets to override the theme:

[extra]
stylesheets = [
    "override.css",
]

These filenames are relative to the root of the site. In this example, the two CSS files would be in the static folder.

#References

This theme is a fork of Shadharon

which originally takes inspiration from