forked from deepStateMirrors/tabi
Fork of tabi https://github.com/welpo/tabi but without the bloat
Update the theme switcher code to set the default theme to the OS default, rather than the "light" theme. This provides a more seamless user experience for users whose OS is set to a dark mode. The current theme setting in local storage will still be respected if present. This change was made to improve the accessibility and usability. Fixes #38 |
||
|---|---|---|
| content | ||
| sass | ||
| static | ||
| templates | ||
| .gitignore | ||
| config.toml | ||
| LICENSE | ||
| README.md | ||
| theme.toml | ||
tabi
A simple blog theme powered by Zola. See a live preview here.
tabi (旅): Journey.
Features
- Dark and light modes. Default theme is light with a switcher in the navbar.
- Projects page.
- Archive page.
- Social Links.
- Tags.
- Syntax highlighting.
- Invertable images (shortcode).
See the project's roadmap here.
Quick start
git clone git@github.com:welpo/tabi.git
cd tabi
zola serve
# open http://127.0.0.1:1111/ in the browser
Inspiration
This theme was inspired by:
- shadharon. tabi started as a fork of syedzayyan's theme.
- Alfonso García's site
- tale-zola

