-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
42 lines (35 loc) · 851 Bytes
/
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
baseURL: "https://naughty-wiles-fd4c60.netlify.app"
languageCode: en-us
title: Demo for Hugo
theme: PaperMod
params:
homeInfoParams:
Title: "Hello Stranger"
Content: Welcome to my blog. Here you'll find a lot of cool information about a lot of cool stuff.
socialIcons:
- name: facebook
url: "https://facebook.com/"
- name: twitter
url: "https://twitter.com/"
- name: github
url: "https://github.com/"
cover:
linkFullImages: true
ShowBreadCrumbs: true
ShowReadingTime: true
ShowShareButtons: true
ShowPostNavLinks: true
menu:
main:
- identifier: categories
name: Categories
url: /categories/
weight: 10
- identifier: tags
name: Tags
url: /tags/
weight: 20
- identifier: archives
name: Archives
url: /archives/
weight: 30