-
Notifications
You must be signed in to change notification settings - Fork 0
/
config-beautiful.toml
85 lines (75 loc) · 1.96 KB
/
config-beautiful.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
baseurl = "https://www.bucksteeg.de"
DefaultContentLanguage = "en"
title = "Randomized"
theme = "beautifulhugo"
metaDataFormat = "yaml"
pygmentsUseClasses = true
pygmentCodeFences = true
disqusShortname = "tricky42"
googleAnalytics = "UA-89935545-1"
[Params]
subtitle = "random stuff in a random world"
logo = "images/hoodie.jpg"
favicon = "images/favicon.ico"
dateFormat = "January 2, 2006"
commit = "https://github.com/tricky42/hugo-blog/tree/"
rss = true
comments = true
gcse = "004921083700178838723:8lfnzaynkhy" # Get your code from google.com/cse. Make sure to go to "Look and Feel" and change Layout to "Full Width" and Theme to "Classic"
[Author]
name = "Andreas Bucksteeg"
website = "https://www.bucksteeg.de"
email = "andreas@bucksteeg.de"
facebook = "andreas.bucksteeg"
#googleplus = "+username" # or xxxxxxxxxxxxxxxxxxxxx
github = "tricky42"
gitlab = "tricky42"
twitter = "trigods"
#reddit = "username"
linkedin = "andreas-bucksteeg-b3482b7"
#xing = "username"
stackoverflow = "users/tricky42/username"
#snapchat = "username"
#instagram = "username"
#youtube = "user/username" # or channel/channelname
#soundcloud = "username"
#spotify = "username"
#bandcamp = "username"
#itchio = "username"
#vk = "username"
#paypal = "username"
#telegram = "username"
[[menu.main]]
name = "Blog"
url = ""
weight = 1
[[menu.main]]
identifier = "sparetime"
name = "Spare Time"
weight = 4
[[menu.main]]
parent = "sparetime"
name = "Tajik 2017"
url = "page/tr2017/"
weight = 1
[[menu.main]]
parent = "sparetime"
name = "Video Editing"
weight = 2
[[menu.main]]
identifier = "technology"
name = "Technology"
weight = 5
[[menu.main]]
parent = "technology"
name = "Recommeded Projects"
url = "page/recommended"
weight = 1
[[menu.main]]
name = "About Me"
url = "page/about-me/"
weight = 9
[[menu.main]]
name = "Tags"
url = "tags"
weight = 10