generated from CharlesChiuGit/Logseq-Hugo-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
70 lines (65 loc) · 1.95 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
baseURL: https://wilde-at-heart.garden
languageCode: en-us
title: jay l. colbert
theme: "PaperMod"
params:
homeInfoParams:
Title: 🍀 wilde at heart
Content: "welcome to my [🍀 digital garden](/pages/digital-garden/). you can walk any path you like, or you can learn more [about](/pages/about) me and this site. you can also view my garden as a [graph](/graph)."
socialIcons: # optional
- name: "twitter"
url: "https://twitter.com/_WildeAtHeart"
- name: "webring"
url: "https://webring.xxiivv.com/#wilde-at-heart"
- name: "github"
url: "https://github.com/jlcolbert"
- name: "rss"
url: "https://jlcolbert.github.io/index.xml"
# - name: "youtube"
# url: "https://www.youtube.com/channel/XXX"
# - name: "kofi"
# url: "https://buymeacoffee.com/XXX"
ShowReadingTime: true
ShowShareButtons: true
# ShowPostNavLinks: true
editPost:
URL: "https://github.com/jlcolbert/jlcolbert.github.io/blob/main/content"
Text: "Suggest Changes" # edit text
appendFilePath: true # to append file path to Edit link
author: "jay l. colbert"
contact: "[email protected]"
feedlinks: true
copyright: "<!--Creative Commons License-->This site is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/).<!--/Creative Commons License-->"
mobileMenu: true
defaultTheme: auto
markup:
highlight:
guessSyntax: true
style: dracula
outputs:
home:
- HTML
- RSS
- JSON # is necessary
menu:
main:
- identifier: categories
name: categories
url: /categories/
weight: 10
- identifier: tags
name: tags
url: /tags/
weight: 20
- identifier: search
name: search
url: /search/
weight: 30
- identifier: archive
name: archive
url: /archives/
weight: 40
- identifier: graph
name: graph
url: /graph
weight: 50