# tabi A simple blog theme powered by [Zola](getzola.org). See a live preview [here](https://welpo.ooo/tabi). > tabi (旅): Journey.
Dark theme ![tabi-dark](https://user-images.githubusercontent.com/6399341/216767530-cfe66699-ee6a-40b0-93ff-ce6879f5381e.png)
Light theme ![tabi-light](https://user-images.githubusercontent.com/6399341/216767537-94c431bb-10f9-48c3-942b-e64b27d98c7d.png)
## Features - [X] Dark and light modes. Default theme is dark with a switcher in the navbar. - [X] Projects page. - [x] Social Links. - [x] Tags. - [X] Syntax highlighting. See the project's roadmap [here](https://github.com/users/welpo/projects/1). ## Quick start ```bash 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](https://github.com/syedzayyan/shadharon). tabi started as a fork of [syedzayyan](https://github.com/syedzayyan)'s theme. - [Alfonso García's site](https://alfoncode.com/) - [tale-zola](https://github.com/aaranxu/tale-zola)