generated from CharlesChiuGit/Logseq-Hugo-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
93 lines (88 loc) · 2.13 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# baseURL: https://kicka42.github.io
baseURL: https://kicka.org
languageCode: en-us
title: Kicka
theme: "PaperMod"
params:
assets:
favicon: "avatar1.png"
favicon16x16: "avatar1.png"
favicon32x32: "avatar1.png"
apple_touch_icon: "avatar1.png"
safari_pinned_tab: "avatar1.png"
homeInfoParams:
Title: Hi
Content: |
socialIcons: # optional
- name: "linkedin"
url: "https://www.linkedin.com/in/kicka/"
- name: "github"
url: "https://github.com/kicka42"
# - name: "youtube"
# url: "https://www.youtube.com/channel/XXX"
# - name: "twitter"
# url: "https://twitter.com/XXX"
# - name: "kofi"
# url: "https://buymeacoffee.com/XXX"
# - name: "rss"
# url: "https://XXX.github.io/index.xml"
ShowReadingTime: false
author: "Kicka"
contact: "kicka@example.com"
feedlinks: false
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
#Google Analytics 4 optional
env: #production
GoogleAnalytics: "G-00000XXXXX"
sitemap:
changefreq: daily
filename: sitemap.xml
priority: 0.5
outputs:
home:
- HTML
- RSS
- JSON # is necessary
section:
- HTML
- RSS
- JSON
menu:
main:
#- identifier: categories
# name: Categories
# url: /categories/
# weight: 10
# - identifier: tags
# name: Tags
# url: /tags/
# weight: 40
#- identifier: search
# name: Search
# url: /search/
# weight: 20
#- identifier: archive
# name: Archive
# url: /archives/
# weight: 20
- identifier: posts
name: Posts
url: https://kicka.substack.com
weight: 10
- identifier: projects
name: Projects
url: /projects/
weight: 20
- identifier: principles
name: Principles
url: /principles/
weight: 30
- identifier: notes
name: Notes
url: /notes/
weight: 40
- identifier: contact
name: Contact
url: /contact/
weight: 50