-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
117 lines (101 loc) · 3.08 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
######################## default configuration ####################
baseURL = "/"
# baseURL = "https://huberthsieh.github.io/public"
languageCode = "zh-tw"
title = "I am Hubert"
theme = "hugo-future-imperfect"
summaryLength = 10
paginate = 6
enableEmoji = true
publishDir = "public"
#disqusShortname = "your-shortname-here"
#googleAnalytics = "UA-1XXXXXXX1-1"
#image(cover) size = 1024 * 576 = 16 : 9
[params]
# logo = "/images/logo.png"
# description ="我還有點餓"
# mailchimp = "you can provide a mailchimp-link here"
# thumbnail = "/images/blog/post-test.jpg"
# Sets Social Share links to appear on posts
socialShare = false
socialShareEmail = true
# Sets Social Media icons to appear on the sidebar
socialAppearAtTop = true
socialAppearAtBottom = true
# [params.social]
# github = "huberthsieh"
# instagram = "<username>"
# 自我介紹區域
[params.intro]
header = "Hubert Hsieh"
# paragraph = "Another fine responsive site template by <a href=\"http://html5up.net\">HTML5 UP</a>. Ported by Julio Pescador with some extra goodies <i class='fa fa-hand-peace-o'></i>"
paragraph = "前端工程師,喜歡有趣的事,欣賞認真的人,享受解決問題帶來的快樂,希望明天的自己能比現在的自己更加茁壯。"
about = "努力成長,快樂開發"
# This appears at the top of the sidebar above params.intro.header.
# A width of less than 100px is recommended from a design perspective.
[params.intro.pic]
src = "/images/profile.jpg"
# Sets Image to be a cirlce
circle = true
# Sets Image to be Future Imperfect's hexagon
imperfect = false
width = "92"
alt = "Hubert protfolio Image"
## Main Menu
[[menu.main]]
name = "Home"
weight = 1
identifier = "fa fa-home"
url = "/"
[[menu.main]]
name = "Blog"
weight = 2
identifier = "fa fa-newspaper-o"
url = "/blog"
[[menu.main]]
name = "About Me"
identifier = "fa fa-id-card-o"
weight = 3
url = "/about"
# 社群連結
[social]
# Coding Communities
github = "jpescador/hugo-future-imperfect"
gitlab = "example"
stackoverflow = "" # User Number
bitbucket = ""
jsfiddle = ""
codepen = ""
# Visual Art Communities
deviantart = ""
behance = ""
dribbble = ""
# Publishing Communities
wordpress = ""
medium = ""
# Professional/Business Oriented Communities
linkedin = "example"
foursquare = ""
xing = ""
slideshare = ""
# Social Networks
facebook = "example"
googleplus = ""
quora = ""
youtube = ""
instagram = "example"
tumblr = ""
twitter = "example"
skype = ""
snapchat = ""
pinterest = "example"
telegram = "example"
googlescholar = ""
orcid = ""
researchgate = "example"
# Email
email = "example"
# 放程式碼高亮地方
[markup]
[markup.highlight]
style = "perldoc"