syedzayyan / shadharon

Simple blog theme powered by Zola, made with anxiety, dry eyes and love.
https://shadharon.syedzayyan.com
MIT License
15 stars 5 forks source link
blog zola zola-theme

Shadharon

Simple blog theme powered by Zola. See a live preview here.

Name derived from the Bengali Word - সাধারণ which translates to "generic"

Dark theme ![blog-dark](https://raw.githubusercontent.com/syedzayyan/shadharon/main/screenshot.png)
Light theme ![light-dark](https://raw.githubusercontent.com/syedzayyan/shadharon/main/screenshot-light.png)

Features

Installation

  1. Initialize Git Repo if not initialized

  2. Download the theme

    git submodule add https://github.com/syedzayyan/shadharon themes/shadharon
  3. Add theme = "shadharon" to your config.toml

  4. Copy the example content

cp -R themes/shadharon/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 takes inspiration from