zola/docs/content/themes/zola-theme-hikari/index.md

64 lines
1.3 KiB
Markdown
Raw Normal View History

2019-04-06 09:37:49 +00:00
+++
title = "Hikari"
description = "Fluid, responsive blog theme for Zola"
template = "theme.html"
date = 2020-09-02T11:42:41+05:30
2019-04-06 09:37:49 +00:00
[extra]
created = 2020-09-02T11:42:41+05:30
updated = 2020-09-02T11:42:41+05:30
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
[MIT](LICENSE)
Thanks to [Mathieu Mayer-Mazzoli](https://github.com/mx3m) for creating this awesome theme!
2019-04-06 09:37:49 +00:00