mobile fixes
fix social icon appearance
style adaptions, some style fixes
Originaly forked from Shadharon.
Initialize Git Repo if not initialized
Download the theme
git submodule add https://git.sr.ht/~koehr/tiskifer-theme themes/tiskifer
Add theme = "tiskifer"
to your config.toml
Copy the example content
cp -R themes/tiskifer/content/. content
For customization refer to config.toml files, which has comments.
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.
This theme is a fork of Shadharon
which originally takes inspiration from