-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml.back
31 lines (27 loc) · 960 Bytes
/
config.toml.back
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
publishDir = "public"
baseURL = "https://breezestars.github.io/"
theme = "hugo-tracks-theme"
languageCode = "en-us"
title = "Note from Jimmy"
# Enable comments by entering your Disqus shortname
disqusShortname = ""
# Enable Google Analytics by entering your tracking code
googleAnalytics = ""
[params]
# Use custom.css for your custom styling
style = "default"
description = "Note something to remember what I learned"
sidebarAbout = [
"I am a creative illustrator and graphic designer with more than 10 years of experience.",
"Originally from Toronto, currently based in London."
]
email = "breezestars@gmail.com"
# Nav links in the side bar
[[params.navlinks]]
name = "Home"
url = ""
[params.social]
facebook = "https://www.facebook.com/chunming.ou.9?ref=bookmarks"
linkedin = "https://www.linkedin.com/in/chunmingou"
github = "http://github.com/breezestars"
email = "breezestars@gmail.com"