-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
118 lines (105 loc) · 2.41 KB
/
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
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
baseurl = "https://unix4fun.github.io/"
title = "ngup, stfu, rtfm & KISS"
languageCode = "en-us"
author = "uni4xfun"
# Shown in the side menu
copyright = "© unix4fun 2016.<br>All rights reserved."
canonifyurls = true
paginate = 10
theme = "blackburn"
[indexes]
tag = "tags"
topic = "topics"
author = "authors"
[params]
# Shown in the home page
subtitle = "(for fun, remember...?)"
brand = "unix4fun"
# brand = '<img src="/img/t.jpg" width="35px"><br>unix4fun'
googleAnalytics = "UA-85012385-1"
disqus = "unix4fun"
disqusShortname = "unix4fun"
# CSS name for highlight.js
highlightjs = "androidstudio"
dateFormat = "02 Jan 2006, 15:04"
# Include any custom CSS and/or JS files
# (relative to /static folder)
# custom_css = ["css/my.css"]
# custom_js = ["js/my.js"]
[menu]
# Shown in the side menu.
# [[menu.main]]
# name = "About"
# pre = "<i class='fa fa-user fa-fw'></i>"
# weight = 1
# identifier = "about"
# url = "/about/"
# [[menu.main]]
# name = "home"
# pre = "<i class='fa fa-home fa-fw'></i>"
# weight = 0
# identifier = "home"
# url = "/"
[[menu.main]]
name = "posts"
pre = "<i class='fa fa-list fa-fw'></i>"
weight = 0
identifier = "post"
url = "/post/"
[[menu.main]]
name = "tags"
pre = "<i class='fa fa-tags fa-fw'></i>"
weight = 1
identifier = "tag"
url = "/tags/"
[[menu.main]]
name = "stories"
pre = "<i class='fa fa-folder fa-fw'></i>"
weight = 2
identifier = "topic"
url = "/topics/"
[[menu.main]]
name = "authors"
pre = "<i class='fa fa-user fa-fw'></i>"
weight = 3
identifier = "author"
url = "/authors/"
[[menu.main]]
name = "About"
pre = "<i class='fa fa-phone fa-fw'></i>"
weight = 4
url = "/about/"
[social]
# Link your social networking accounts to the side menu
# by entering your username or ID.
# SNS microblogging
twitter = ""
gnusocial = "" # Specify href (e.g. https://quitter.se/yourusername)
facebook = ""
googleplus = ""
weibo = ""
# SNS photo/video sharing
instagram = ""
flickr = ""
pinterest = ""
youtube = ""
vimeo = ""
vine = ""
slideshare = ""
# SNS career oriented
linkedin = ""
xing = ""
# SNS news
reddit = ""
hackernews = ""
# Techie
github = "unix4fun"
bitbucket = ""
stackoverflow = ""
serverfault = ""
# Gaming
steam = ""
# Music
lastfm = ""
# Other
keybase = ""