diff --git a/README.md b/README.md index d6e65cd..82c3d31 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ > An elegant and understated theme for Zola -Zola Inky ([View demo](https://jimmyff.github.io/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. +Zola Inky ([View demo](https://jimmyff.github.io/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](https://github.com/jimmyff/zola-inky) under the MIT license, for more information on how to use it please see the [readme](https://github.com/jimmyff/zola-inky/blob/main/README.md) and check the [changelog](https://github.com/jimmyff/zola-inky/blob/main/CHANGELOG.md) for a list of the latest changes. [![PNG](screenshot.png)](https://jimmyff.github.io/zola-inky) diff --git a/content/_index.md b/content/_index.md index 4147bea..6d13116 100644 --- a/content/_index.md +++ b/content/_index.md @@ -7,13 +7,13 @@ 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. +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](https://github.com/jimmyff/zola-inky) under the MIT license, for more information on how to use it please see the [readme](https://github.com/jimmyff/zola-inky/blob/main/README.md) and check the [changelog](https://github.com/jimmyff/zola-inky/blob/main/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. +Below are some basic steps to getting started with this theme however the [readme](https://github.com/jimmyff/zola-inky/blob/main/README.md) 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.