-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
52 lines (41 loc) · 985 Bytes
/
Copy pathconfig.toml
File metadata and controls
52 lines (41 loc) · 985 Bytes
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
baseurl = "http://example.com/"
theme = "hugo-geo"
relativeURLs = false
languageCode = "en-us"
title = "My New Hugo Site"
disqusShortname = "shortcode-here"
paginate = 5
[taxonomies]
tag = "tags"
tutorial = "tutorials"
[params]
showglobe = true
favicon = "favicon.ico"
analytics = "code-here"
email = "[email protected]"
profilepic = "img/profile.png"
title = "MY NAME"
subtitle = "MY HUGO BLOG"
# Social buttons for sidebar
# Each of these are optional
[[params.socialbuttons]]
faicon = "github"
url = "https://github.com/alexurquhart"
[[params.socialbuttons]]
faicon = "twitter"
url = "https://twitter.com/alexanderurq"
[[params.socialbuttons]]
faicon = "linkedin"
url = "https://linkedin.com"
[[params.socialbuttons]]
faicon = "google-plus"
url = "https://plus.google.com/+YourID"
[[params.navlinks]]
name = "About"
url = "about"
[[params.navlinks]]
name = "Blog"
url = ""
[[params.navlinks]]
name = "Tutorials"
url = "tutorial/"