-
Notifications
You must be signed in to change notification settings - Fork 10
/
config.yml
63 lines (58 loc) · 1.26 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
baseURL: https://githubuser.github.io
languageCode: en-us
title: Linus Torvalds
theme: "PaperMod"
params:
homeInfoParams:
Title: Sup bruh 😎
Content: This is something shows in your homepage.
socialIcons: # optional
- name: "github"
url: "https://github.com/XXX"
# - 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: true
author: "Linus Torvalds"
contact: "[email protected]"
feedlinks: true
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: 20
- identifier: search
name: Search
url: /search/
weight: 20
- identifier: archive
name: Archive
url: /archives/
weight: 20