diff --git a/README.md b/README.md index 8244d20..9573d8c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ -# Shadharon +# Tiskifer Theme -Simple blog theme powered by [Zola](getzola.org). See a live preview [here](https://syedzayyan.github.io/shadharon). - -> Name derived from the Bengali Word - সাধারণ which translates to "generic" +Originaly forked from [Shadharon](https://syedzayyan.github.io/shadharon).
Dark theme @@ -12,7 +10,7 @@ Simple blog theme powered by [Zola](getzola.org). See a live preview [here](http
Light theme - + ![light-dark](https://raw.githubusercontent.com/syedzayyan/shadharon/main/screenshot-light.png)
@@ -29,15 +27,15 @@ Simple blog theme powered by [Zola](getzola.org). See a live preview [here](http 1. Download the theme ``` -git submodule add https://github.com/syedzayyan/shadharon themes/shadharon +git submodule add https://git.sr.ht/~koehr/tiskifer-theme themes/tiskifer ``` -2. Add `theme = "shadharon"` to your `config.toml` +2. Add `theme = "tiskifer"` to your `config.toml` 3. Copy the example content ``` -cp -R themes/shadharon/content/. content +cp -R themes/tiskifer/content/. content ``` ## Customization @@ -60,7 +58,10 @@ These filenames are relative to the root of the site. In this example, the two C ## References -This theme takes inspiration from -- [apollo](https://github.com/not-matthias/apollo). +This theme is a fork of + [Shadharon](https://syedzayyan.github.io/shadharon) + +which originally takes inspiration from +- [apollo](https://github.com/not-matthias/apollo). - [Tania's Website](https://tania.dev/) - [Anpu Zola Theme](https://github.com/zbrox/anpu-zola-theme) diff --git a/config.toml b/config.toml index 06d291a..4986bf2 100644 --- a/config.toml +++ b/config.toml @@ -16,7 +16,7 @@ highlight_code = true highlight_theme = "ayu-dark" [extra] -toc = true +toc = false use_cdn = false #Full path after the base URL required. So if you were to place it in "static" it would be "/favicon.ico" @@ -27,10 +27,12 @@ headerImage = "" # The icon is display besides the menu text but is not necessary. It needs to be placed under "menu_icon" in the static "folder" menu = [ - { name = "Campaign Log", url = "/campaign", weight = 1, icon = "campaign.png" }, + { name = "Campaign Log", url = "/tags/campaign", weight = 1, icon = "campaign.png" }, { name = "Projects", url = "/projects", weight = 1, icon = "projects.png" }, + { name = "About", url = "/about", weight = 2, icon = "avatar.png" }, ] #The icons available can be found in "social_icons" in the "static" folder socials = [ - { name = "itch.io", url = "https://koehr.itch.io/", icon = "itch" }, + { name = "fediverse", url = "https://m.k0r.in/@rpg", icon = "mastodon" }, + { name = "discord", url = "https://discord.gg/fGqa8JCqZM", icon = "discord" }, ] diff --git a/static/menu_icon/avatar.png b/static/menu_icon/avatar.png new file mode 100644 index 0000000..7ba531f Binary files /dev/null and b/static/menu_icon/avatar.png differ diff --git a/static/menu_icon/campaign.png b/static/menu_icon/campaign.png new file mode 100644 index 0000000..339626a Binary files /dev/null and b/static/menu_icon/campaign.png differ diff --git a/static/menu_icon/projects.png b/static/menu_icon/projects.png index ce5a868..acc13d7 100755 Binary files a/static/menu_icon/projects.png and b/static/menu_icon/projects.png differ diff --git a/theme.toml b/theme.toml index ab895c6..5d71581 100644 --- a/theme.toml +++ b/theme.toml @@ -1,11 +1,11 @@ -name = "shadharon" +name = "tiskifer" description = "Simple blog theme powered by Zola" license = "MIT" -homepage = "https://github.com/syedzayyan/shadharon" +homepage = "https://git.sr.ht/~koehr/tiskifer-theme" # The minimum version of Zola required min_version = "0.4.0" # An optional live demo URL -demo = "https://syedzayyan.github.io/shadharon" +demo = "https://tiskifer.dk" # Any variable there can be overridden in the end user `config.toml` # You don't need to prefix variables by the theme name but as this will @@ -15,6 +15,6 @@ demo = "https://syedzayyan.github.io/shadharon" # The theme author info: you! [author] -name = "Syed Zayyan Masud" -homepage = "https://syedzayyan.com" +name = "Dan Tiskifer" +homepage = "https://tiskifer.dk"