diff --git a/README.md b/README.md index ed55f92..49c7b58 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Ink-Free +[!["Example"](images/shield-example.svg)](https://chollinger.com/blog)![](https://themes.gohugo.io/themes/ink-free/) [![Minimum Hugo Version](https://img.shields.io/static/v1?label=HUGO-version&message=>=0.87.0&color=blue&logo=hugo)](https://github.com/gohugoio/hugo/releases/tag/v0.87.0) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) + Crisp, minimal personal website and blog theme Hugo, designed for a collaborative, open-source, privacy conscious blog. Forked from [knadh](https://github.com/knadh/hugo-ink) with custom adjustments. Originally forked from [Ezhil](https://github.com/vividvilla/ezhil). @@ -33,7 +35,7 @@ And some **bugfixes**: ### Overview -![Screenshot](https://raw.githubusercontent.com/chollinger93/ink-free/master/images/screenshot.png "Ink-Free theme") +![Screenshot](images/screenshot.png "Ink-Free theme") ![image-20230620151830930](images/screenshot2.png) diff --git a/images/screenshot.png b/images/screenshot.png index d68b9fa..3195e20 100644 Binary files a/images/screenshot.png and b/images/screenshot.png differ diff --git a/images/shield-example.svg b/images/shield-example.svg new file mode 100644 index 0000000..b5bc5fe --- /dev/null +++ b/images/shield-example.svg @@ -0,0 +1 @@ +Example: chollinger.comExamplechollinger.com \ No newline at end of file diff --git a/theme.toml b/theme.toml index f1c8893..3addf69 100644 --- a/theme.toml +++ b/theme.toml @@ -4,10 +4,10 @@ name = "ink-free" license = "MIT" licenselink = "https://github.com/chollinger93/ink-free/blob/master/LICENSE.md" -description = "Crisp, minimal personal website and blog theme Hugo." -homepage = "https://github.com/knadh/hugo-ink" -tags = ["minimal", "clean", "blog", "responsive", "personal", "simple", "minimalist", "portfolio", "dark", "privacy"] -features = ["blog", "Clean and minimal", "Responsive", "Social media links", "Syntax highlighting", "Privacy", "GitHub integration", "Random Footers", "Reading Time"] +description = "Crisp, minimal, personal website and blog theme for Hugo." +homepage = "https://github.com/chollinger93/ink-free" +tags = ["minimal", "clean", "blog", "responsive", "personal", "simple", "minimalist", "portfolio", "dark", "privacy", "tech", "reading time", "statistics"] +features = ["blog", "Clean and minimal", "Responsive", "Social media links", "Syntax highlighting", "Privacy", "GitHub integration", "Random Footers", "Reading Time", "Floating Table of Contents", "Statistics"] min_version = "0.87.0" [author] @@ -17,4 +17,4 @@ min_version = "0.87.0" [original] author = "Kailash Nadh" homepage = "https://nadh.in" - repo = "https://github.com/knadh/hugo-ink" \ No newline at end of file + repo = "https://github.com/knadh/hugo-ink"