You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.md 1.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. +++
  2. title = "Hikari"
  3. description = "Fluid, responsive blog theme for Zola"
  4. template = "theme.html"
  5. date = 2019-01-27T19:57:59+01:00
  6. [extra]
  7. created = 2019-07-12T23:49:55+02:00
  8. updated = 2019-01-27T19:57:59+01:00
  9. repository = "https://github.com/waynee95/zola-theme-hikari"
  10. homepage = "https://github.com/waynee95/zola-theme-hikari"
  11. minimum_version = "0.5.1"
  12. license = "MIT"
  13. demo = "https://waynee95.me/zola-theme-hikari"
  14. [extra.author]
  15. name = "waynee95"
  16. homepage = "https://waynee95.me"
  17. +++
  18. # hikari
  19. > this is a port of the [hikari theme](https://github.com/mx3m/hikari-for-jekyll) for [Zola](https://www.getzola.org/)
  20. Hikari is a simple theme perfect for dev-savvy bloggers.
  21. ![screenshot](screenshot.png)
  22. [View demo](https://waynee95.github.io/zola-theme-hikari/)
  23. ## Installation
  24. First download the theme to your `themes` directory:
  25. ```bash
  26. $ cd themes
  27. $ git clone https://github.com/waynee95/zola-theme-hikari
  28. ```
  29. and then enable it in your `config.toml`:
  30. ```toml
  31. theme = "hikari"
  32. ```
  33. ## Configuration
  34. ```toml
  35. [extra]
  36. author = "John Doge"
  37. author_bio = "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ex, pariatur!"
  38. twitter = "waynee955"
  39. github = "waynee95"
  40. instagram = false
  41. enable_mathjax = false
  42. ```
  43. ## License
  44. [MIT](LICENSE)
  45. Thanks to [Mathieu Mayer-Mazzoli](//github.com/mx3m) for creating this awesome theme!