2024-02-14 08:22:24 +00:00
|
|
|
baseURL: https://example.com/
|
2024-02-14 09:54:06 +00:00
|
|
|
title: Wiki
|
2024-02-14 08:22:24 +00:00
|
|
|
theme: hugo-book
|
|
|
|
|
|
|
|
enableGitInfo: true
|
|
|
|
|
|
|
|
languages:
|
|
|
|
en:
|
|
|
|
languageName: English
|
|
|
|
contentDir: content
|
|
|
|
weight: 1
|
|
|
|
|
|
|
|
menu:
|
|
|
|
# before: []
|
|
|
|
after:
|
|
|
|
- name: "Source"
|
2024-02-14 09:54:06 +00:00
|
|
|
url: "https://github.com/programming-dot-dev/p.d-wiki"
|
2024-02-14 08:22:24 +00:00
|
|
|
weight: 10
|
|
|
|
- name: "Links"
|
|
|
|
url: "https://me.programming.dev"
|
|
|
|
weight: 100
|
|
|
|
|
|
|
|
params:
|
|
|
|
BookTheme: 'auto'
|
|
|
|
BookToC: true
|
|
|
|
BookLogo: 'logo.png'
|
|
|
|
BookFavicon: 'logo.png'
|
|
|
|
BookMenuBundle: /menu
|
2024-02-14 09:54:06 +00:00
|
|
|
BookRepo: https://github.com/programming-dot-dev/p.d-wiki
|