Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thegeeklab/hugo-geekdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Kaussow <mail@geeklabor.de>2021-04-11 16:11:59 +0300
committerRobert Kaussow <mail@geeklabor.de>2021-04-11 16:11:59 +0300
commit63e44beef4da8d87932a511b3281c4caacf0dd19 (patch)
treef69892e38e8c81ac7add6059d0a14578400174d0 /theme.toml
parent72ffa013630d147bfa6dd2023cd83b0d2c5e154a (diff)
chore: replace master by main as default branch
BREAKING CHANGE: We have switched to 'main' as default branch. The 'master' branch is no longer maintained and will be removed after April 30, 2021!
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme.toml b/theme.toml
index ba0c195..ea2b86f 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,6 +1,6 @@
name = "Geekdoc"
license = "MIT"
-licenselink = "https://github.com/thegeeklab/hugo-geekdoc/blob/master/LICENSE"
+licenselink = "https://github.com/thegeeklab/hugo-geekdoc/blob/main/LICENSE"
description = "Hugo theme made for documentation"
homepage = "https://geekdocs.de/"
tags = ["docs", "documentation", "responsive", "simple"]