From 802e6f490ce8cc2050829589ff87502968009077 Mon Sep 17 00:00:00 2001 From: Christian Galo Date: Wed, 12 Mar 2025 03:53:10 -0500 Subject: [PATCH] Update theme configuration to use Wikidarity and add theme description --- hugo.toml | 1 + themes/wikidarity/theme.toml | 46 ++++++++++++++++++------------------ 2 files changed, 24 insertions(+), 23 deletions(-) diff --git a/hugo.toml b/hugo.toml index 74df37d..8eba6b6 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,3 +1,4 @@ baseURL = 'https://wiki.cafe/' languageCode = 'en-us' title = 'Wiki Cafe' +theme = "wikidarity" \ No newline at end of file diff --git a/themes/wikidarity/theme.toml b/themes/wikidarity/theme.toml index 3ba3164..f634667 100644 --- a/themes/wikidarity/theme.toml +++ b/themes/wikidarity/theme.toml @@ -1,31 +1,31 @@ -name = 'Theme name' -license = 'MIT' -licenselink = 'https://github.com/owner/repo/LICENSE' -description = 'Theme description' +name = 'Wikidarity' +# license = 'MIT' +# licenselink = 'https://github.com/owner/repo/LICENSE' +description = 'An elegant theme inspired by the ideas of wiki and solidarity.' -# The home page of the theme, where the source can be found -homepage = 'https://github.com/owner/repo' +# # The home page of the theme, where the source can be found +# homepage = 'https://github.com/owner/repo' -# If you have a running demo of the theme -demosite = 'https://owner.github.io/repo' +# # If you have a running demo of the theme +# demosite = 'https://owner.github.io/repo' -# Taxonomy terms -tags = ['blog', 'company'] -features = ['some', 'awesome', 'features'] +# # Taxonomy terms +# tags = ['blog', 'company'] +# features = ['some', 'awesome', 'features'] -# If the theme has multiple authors -authors = [ - {name = 'Name of author', homepage = 'Website of author'}, - {name = 'Name of author', homepage = 'Website of author'} -] +# # If the theme has multiple authors +# authors = [ +# {name = 'Name of author', homepage = 'Website of author'}, +# {name = 'Name of author', homepage = 'Website of author'} +# ] # If the theme has a single author [author] - name = 'Your name' - homepage = 'Your website' + name = 'Christian Galo' + homepage = 'https://cgalo.dev' -# If porting an existing theme -[original] - author = 'Name of original author' - homepage = 'Website of original author' - repo = 'https://github.com/owner/repo' +# # If porting an existing theme +# [original] +# author = 'Name of original author' +# homepage = 'Website of original author' +# repo = 'https://github.com/owner/repo'