-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
56 lines (49 loc) · 1.68 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
# Site settings
#baseurl = "https://blissful-banach-5c1a94.netlify.com/"
baseurl = "https://blog.kafaiworks.com/"
languageCode = "en-us"
title = "KaFai Works"
theme = "hugo_theme_cactus"
# Enter your tracking code to enable Google Analytics
googleAnalytics = "UA-124608342-1"
# Disable comments by leaving disqusShortname empty
disqusShortname = ""
[params]
name = "KaFai Works"
description = "There must be a way, all we need is patient."
bio = "There must be a way, all we need is patient."
# Enter optionally your twitter account
twitter = ""
enableRSS = false
# Integrate Javascript files or stylesheets by adding the url to the external assets or by
# linking local files with their path relative to the static folder, e.g. "css/styles.css"
customCSS = []
customJS = []
# The variables below are optionally too and can be used to
# translate or customize each string of the theme.
# Navigation links
home = ""
subscribe = ""
# Pagination links
olderPosts = ""
newerPosts = ""
readMore = ""
copyright = ""
# Sharing options and author information in posts
aboutAuthor = "I'm a programmer."
tweet = ""
share = ""
# 404 page
title404 = ""
subtitle404 = ""
# Choose a font for the social icons in the footer. Either "mono-social" or "font-awesome"
iconFont = "mono-social"
# The social icons can be styled differently if you use mono as font - circle, rounded, or empty
socialIconStyle = "circle"
# Add additional social link entries underneath
[social]
#twitter = "https://www.twitter.com/"
#facebook = "https://www.facebook.com/"
github = "https://github.com/kfsworks"
#dribble = "https://www.dribbble.com/"
email = "mailto:[email protected]"