update README and configs, add icons
This commit is contained in:
parent
76fb659b31
commit
78c676bbda
6 changed files with 21 additions and 18 deletions
21
README.md
21
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).
|
||||
|
||||
<details open>
|
||||
<summary>Dark theme</summary>
|
||||
|
@ -12,7 +10,7 @@ Simple blog theme powered by [Zola](getzola.org). See a live preview [here](http
|
|||
|
||||
<details close>
|
||||
<summary>Light theme</summary>
|
||||
|
||||
|
||||
![light-dark](https://raw.githubusercontent.com/syedzayyan/shadharon/main/screenshot-light.png)
|
||||
</details>
|
||||
|
||||
|
@ -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)
|
||||
|
|
|
@ -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" },
|
||||
]
|
||||
|
|
BIN
static/menu_icon/avatar.png
Normal file
BIN
static/menu_icon/avatar.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 727 B |
BIN
static/menu_icon/campaign.png
Normal file
BIN
static/menu_icon/campaign.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 534 B |
Binary file not shown.
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 614 B |
10
theme.toml
10
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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue