2019-04-06 09:37:49 +00:00
|
|
|
|
|
|
|
+++
|
|
|
|
title = "Hikari"
|
|
|
|
description = "Fluid, responsive blog theme for Zola"
|
|
|
|
template = "theme.html"
|
2021-08-18 13:32:46 +00:00
|
|
|
date = 2021-08-18T01:00:57-07:00
|
2019-04-06 09:37:49 +00:00
|
|
|
|
|
|
|
[extra]
|
2021-08-18 13:32:46 +00:00
|
|
|
created = 2021-08-18T01:00:57-07:00
|
|
|
|
updated = 2021-08-18T01:00:57-07:00
|
2019-04-06 09:37:49 +00: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
|
|
|
|
|
2019-07-12 22:03:19 +00:00
|
|
|
> this is a port of the [hikari theme](https://github.com/mx3m/hikari-for-jekyll) for [Zola](https://www.getzola.org/)
|
2019-04-06 09:37:49 +00:00
|
|
|
|
|
|
|
Hikari is a simple theme perfect for dev-savvy bloggers.
|
|
|
|
|
|
|
|
![screenshot](screenshot.png)
|
|
|
|
|
2019-07-12 22:03:19 +00:00
|
|
|
[View demo](https://waynee95.github.io/zola-theme-hikari/)
|
2019-04-06 09:37:49 +00:00
|
|
|
|
|
|
|
## 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
|
|
|
|
|
2021-02-18 21:33:11 +00:00
|
|
|
[MIT](LICENSE)
|
2019-04-06 09:37:49 +00:00
|
|
|
|
2020-07-19 08:41:35 +00:00
|
|
|
Thanks to [Mathieu Mayer-Mazzoli](https://github.com/mx3m) for creating this awesome theme!
|
2019-04-06 09:37:49 +00:00
|
|
|
|
|
|
|
|