generated from CharlesChiuGit/Logseq-Hugo-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
49 lines (44 loc) · 1.05 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
baseURL: https://xinnerpeace.github.io
languageCode: en-us
title: Tommy YU
theme: "PaperMod"
params:
homeInfoParams:
Title: New Dragon Do., Ltd.
Content: Dream in Colors.
socialIcons: # optional
- name: "twitter"
url: "https://twitter.com/XXX"
ShowReadingTime: true
author: "Tommy YU"
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
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: 20
- identifier: search
name: Search
url: /search/
weight: 20
- identifier: archive
name: Archive
url: /archives/
weight: 20