-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.toml
More file actions
executable file
·60 lines (47 loc) · 1.19 KB
/
config.toml
File metadata and controls
executable file
·60 lines (47 loc) · 1.19 KB
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
baseURL = "https://i.chenyunfei.cn"
languageCode = "en-us"
theme = "cloudfly"
title = "陈云飞"
# Plugins
[params.plugins]
# CSS Plugins
[[params.plugins.css]]
URL = "css/main.css"
[[params.plugins.css]]
URL = "css/icons.css"
[[params.plugins.css]]
URL = "css/custom.css"
# JS Plugins
[[params.plugins.js]]
URL = "js/rad-animations.js"
[[params.plugins.js]]
URL = "js/sticky-header.js"
[[params.plugins.js]]
URL = "js/library/fontfaceobserver.js"
# navigation
[menu]
[[menu.header]]
name = "About"
URL = "#about"
weight = 2
[[menu.header]]
name = "Works"
URL = "#portfolio"
weight = 3
[[menu.footer]]
name = "About"
URL = "#about"
weight = 2
[[menu.footer]]
name = "Works"
URL = "#portfolio"
weight = 3
[params]
# sections = ["showcase", "about", "education", "experience", "client-and-work", "testimonial", "contact", "newsletter"]
sections = ["showcase", "about", "education", "experience", "client-and-work"]
googleTagManagerID = "UA-108477130-1" # Google Analytics works with Google Tag Manager
[params.logo]
text1 = "Cloudfly"
# text2 = "云飞"
[params.footer]
copyright = "© Cloudfly. All rights reserved."