1
0
Fork 0
EdikoyoWiki-Ategon/config.yaml

34 lines
706 B
YAML
Raw Permalink Normal View History

2024-09-07 08:52:05 +00:00
baseURL: 'http://wiki.edikoyo.com'
title: 'Edikoyo Wiki'
theme: 'hugo-book'
enableGitInfo: true
languages:
en:
languageName: 'English'
contentDir: 'content'
weight: 1
menu:
# before: []
after:
- name: 'Source'
url: 'https://git.edikoyo.com/Edikoyo/EdikoyoWiki'
weight: 10
- name: 'Links'
url: 'https://links.edikoyo.com'
weight: 100
module:
imports:
- path: github.com/hugomods/icons/vendors/lucide
params:
2024-09-07 09:40:18 +00:00
BookMenuBundle: 'menu'
BookTheme: 'auto'
2024-09-07 08:52:05 +00:00
BookToC: true
BookLogo: '/Images/Slimes/sunflower-1.png'
BookFavicon: '/Images/Slimes/sunflower-1.png'
BookCommitPath: 'commit'
CookRepo: 'https://git.edikoyo.com/Edikoyo/EdikoyoWiki'