|
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
-
- +++
- title = "Hikari"
- description = "Fluid, responsive blog theme for Zola"
- template = "theme.html"
- date = 2019-01-27T19:57:59+01:00
-
- [extra]
- created = 2019-07-12T23:49:55+02:00
- updated = 2019-01-27T19:57:59+01:00
- repository = "https://github.com/waynee95/zola-theme-hikari"
- homepage = "https://github.com/waynee95/zola-theme-hikari"
- minimum_version = "0.5.1"
- license = "MIT"
- demo = "https://waynee95.me/zola-theme-hikari"
-
- [extra.author]
- name = "waynee95"
- homepage = "https://waynee95.me"
- +++
-
- # hikari
-
- > this is a port of the [hikari theme](https://github.com/mx3m/hikari-for-jekyll) for [Zola](https://www.getzola.org/)
-
- Hikari is a simple theme perfect for dev-savvy bloggers.
-
- ![screenshot](screenshot.png)
-
- [View demo](https://waynee95.github.io/zola-theme-hikari/)
-
- ## Installation
-
- First download the theme to your `themes` directory:
-
- ```bash
- $ cd themes
- $ git clone https://github.com/waynee95/zola-theme-hikari
- ```
- and then enable it in your `config.toml`:
-
- ```toml
- theme = "hikari"
- ```
-
- ## Configuration
-
- ```toml
- [extra]
- author = "John Doge"
- author_bio = "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ex, pariatur!"
- twitter = "waynee955"
- github = "waynee95"
- instagram = false
- enable_mathjax = false
- ```
-
- ## License
-
- [MIT](LICENSE)
-
- Thanks to [Mathieu Mayer-Mazzoli](//github.com/mx3m) for creating this awesome theme!
-
-
|