diff --git a/README.md b/README.md index 3f16176..dc96221 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Geekdoc is a simple Hugo theme for documentations. This work is inspired and partially based on the [hugo-book](https://github.com/alex-shpak/hugo-book) theme. You can find a demo and the full documentation at [https://geekdocs.de](https://geekdocs.de). -![Screenshot](local_media/screenshot.png) +![Screenshot](https://github.com/xoxys/hugo-geekdoc/blob/master/images/screenshot.png) ## License diff --git a/images/screenshot.png b/images/screenshot.png new file mode 100644 index 0000000..2fb085f Binary files /dev/null and b/images/screenshot.png differ diff --git a/images/tn.png b/images/tn.png new file mode 100644 index 0000000..4745ca3 Binary files /dev/null and b/images/tn.png differ diff --git a/local_media/screenshot.png b/local_media/screenshot.png deleted file mode 100644 index e8d26b5..0000000 Binary files a/local_media/screenshot.png and /dev/null differ diff --git a/theme.toml b/theme.toml new file mode 100644 index 0000000..68811f7 --- /dev/null +++ b/theme.toml @@ -0,0 +1,11 @@ +name = "Geekdoc" +license = "MIT" +licenselink = "https://github.com/xoxys/hugo-geekdoc/blob/master/LICENSE" +description = "Hugo theme made for documentation" +homepage = "https://geekdocs.de/" +tags = ["docs", "documentation", "responsive", "simple"] +min_version = "0.65.0" + +[author] + name = "Robert Kaussow" + homepage = "https://thegeeklab.de/"