Fork of tabi https://github.com/welpo/tabi but without the bloat
Find a file
2023-04-16 03:40:52 +02:00
.github/workflows 🐛 fix: use personal access token 2023-04-14 16:53:44 +02:00
content 📝 docs: mention perfect Lighthouse score 2023-04-16 03:40:52 +02:00
sass 💄 style: use shadow instead of border for cards 2023-04-16 02:08:05 +02:00
static feat(shortcodes): update image path retrieval and dimensions in shortcodes 2023-04-16 03:21:41 +02:00
templates feat(shortcodes): update image path retrieval and dimensions in shortcodes 2023-04-16 03:21:41 +02: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: make JS light/dark toggle optional 2023-04-15 00:42:27 +02: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
lighthouse_score.png 📝 docs: mention perfect Lighthouse score 2023-04-16 03:40:52 +02:00
README.md 📝 docs: mention perfect Lighthouse score 2023-04-16 03:40:52 +02:00
screenshot.png 📝 docs: update screenshot 2023-04-15 00:03:01 +02:00
theme.toml 📝 docs: update description, demo URL, author info, and extra 2023-04-15 00:44:05 +02:00

tabi

A fast, lightweight, and modern Zola theme. It aims to be a personal page and home to blog posts.

See a live preview here.

tabi (旅): Journey.

tabi

Tabi has a perfect score on Google's Lighthouse audit:

lighthouse

Features

  • Dark and light themes. Defaults to the OS setting, with a switcher in the navigation bar.
  • Perfect Lighthouse score (Performance, Accessibility, Best Practices and SEO).
  • KaTeX support.
  • All JavaScript (theme switcher and KaTeX) can be fully disabled.
  • Projects page.
  • Archive page.
  • Tags.
  • Social links.
  • Code syntax highlighting.
  • Custom 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.