+++ title = "Zola-Inky" images = [] template = "index.html" in_search_index = true +++ # About this theme Zola Inky is a theme by [jimmyff](https://github.com/jimmyff) and [mr-karan](https://github.com/mr-karan) for the Zola static site generator. This theme was originally based on the [hugo-ink](https://github.com/knadh/hugo-ink) theme, ported by mr-karan. It was then packaged and developed further by jimmyff. The theme is available on [Github](()) under the MIT license, for more information on how to use it please see the [readme](https://github.com/jimmyff/zola-inky/README.md) and check the [changelog](https://github.com/jimmyff/zola-inky/CHANGELOG.md) for a list of the latest changes. --- ## Getting started Below are some basic steps to getting started with this theme however the readme has the most up-to-date and detailed instructions. 1. Add this theme to your `themes/` folder (recommended method: git submodule). 2. Copy of the the theme's config.toml file and put in your projects root directory. Update it as required and don't forget to add `theme = 'zola-inky'` at the top of the file. 3. Copy this contents of the `content/` directory the root of your project and change the files as your necessary.