-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
60 lines (45 loc) · 952 Bytes
/
config.toml
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://tai-chi.netlify.app/"
languageCode = "en-us"
title = "Taichi"
theme = "taichi"
copyright = "Copyright © 2021 Powered by ❤ by "
[menu]
# [[menu.main]]
# URL = "/"
# name = "Home"
# weight = 1
[[menu.main]]
URL = "/experiments/"
name = "Experiments"
weight = 2
[[menu.main]]
URL = "/imagination/"
name = "Imagination"
weight = 3
[[menu.main]]
URL = "/atmospheres/"
name = "Atmospheres"
weight = 4
[[menu.main]]
URL = "/thoughts/"
name = "Thoughts"
weight = 5
[[menu.main]]
URL = "/about/"
name = "About"
weight = 6
# default parameters
[params]
home = "Home"
logo = "img/logo-emptyarea.svg"
logo_light = "img/logo-light.svg"
email = "taoguangc@gmail.com"
address = "125/A, CA Commercial Area, California, USA"
author = "Jeffrey Qian"
description = "This is meta description"
google_analytics_id = "" # Your ID
imageWidths = [1500, 900, 600]
[module]
[[module.mounts]]
source = "static/images"
target = "assets/images"