From 1a2d57a969306cb08aec5b6d57169dd25e899857 Mon Sep 17 00:00:00 2001 From: jimmyff Date: Thu, 2 Feb 2023 10:40:59 +0000 Subject: [PATCH] Minor alterations --- README.md | 2 +- theme.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 11005f6..0c6cce4 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](https://www.getzola.org/) 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. +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](https://www.getzola.org/) 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/theme.toml b/theme.toml index 92b2c55..fee17c9 100644 --- a/theme.toml +++ b/theme.toml @@ -1,4 +1,4 @@ -name = "zola-inky" +name = "Inky" description = "An elegant and understated theme for Zola" license = "MIT" homepage = "https://github.com/jimmyff/zola-inky"