No description
Find a file
2023-05-24 16:40:44 +02:00
.github/workflows markdown 2 2022-10-29 09:52:12 +01:00
content first commit 2022-10-29 09:39:10 +01:00
sass mobile fixes 2023-02-06 14:34:15 +01:00
static update README and configs, add icons 2023-02-05 22:00:05 +01:00
templates add goatcounter support 2023-05-24 16:40:44 +02:00
.DS_Store first commit 2022-10-29 09:39:10 +01:00
config.toml update README and configs, add icons 2023-02-05 22:00:05 +01:00
README.md update README and configs, add icons 2023-02-05 22:00:05 +01:00
screenshot-light.png markdown 2022-10-29 09:47:00 +01:00
screenshot.png markdown and toml 2022-10-29 10:13:21 +01:00
theme.toml update README and configs, add icons 2023-02-05 22:00:05 +01:00

Tiskifer Theme

Originaly forked from Shadharon.

Dark theme

blog-dark

Light theme

light-dark

Features

  • Themes (light, dark). Default theme is dark with a switcher in the navbar
  • Projects page
  • Social Links
  • 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