Fork of tabi https://github.com/welpo/tabi but without the bloat
Find a file
2023-02-22 02:47:12 +01:00
content 📝 docs: replace test tag with showcase 2023-02-22 01:58:21 +01:00
sass 💄 style: consistent margins above and below content 2023-02-22 02:01:37 +01:00
static Merge pull request #39 from welpo/feature/default-theme-switcher 2023-02-17 13:47:59 +01:00
templates feat: allow customizable secure headers (CSP) 2023-02-22 01:47:32 +01:00
.gitignore 🙈 chore: add gitignore 2023-02-03 02:55:34 +09:00
CODE_OF_CONDUCT.md 📝 docs: add code of conduct 2023-02-22 02:29:54 +01:00
config.toml feat: allow customizable secure headers (CSP) 2023-02-22 01:47:32 +01:00
CONTRIBUTING.md 📝 docs: improve punctuation 2023-02-22 02:47:12 +01:00
LICENSE 📄 docs: add license 2023-02-04 13:10:24 +01:00
README.md 📝 docs: add Contributing guidelines 2023-02-22 02:44:29 +01:00
theme.toml 📝 fix: working live url 2023-02-04 13:15:28 +01:00

tabi

A simple blog theme powered by Zola. See a live preview here.

tabi (旅): Journey.

tabi

Features

  • Dark and light themes. Defaults to the OS setting, with a switcher in the navigation bar.
  • Projects page.
  • Archive page.
  • Tags.
  • Social links.
  • Code syntax highlighting.
  • Invertible and dimmable images shortcodes.
  • Customizable secure headers.

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:

Contributing

Please do! Take a look at the Contributing Guidelines to learn more.

License

The code is available under the MIT license.