Update theme configuration to use Wikidarity and add theme description

This commit is contained in:
Christian Galo 2025-03-12 03:53:10 -05:00
parent d6188ad9d0
commit 802e6f490c
2 changed files with 24 additions and 23 deletions

View File

@ -1,3 +1,4 @@
baseURL = 'https://wiki.cafe/'
languageCode = 'en-us'
title = 'Wiki Cafe'
theme = "wikidarity"

View File

@ -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'