-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
39 lines (35 loc) · 1.13 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
baseurl = "https://example.org/"
languageCode = "en-us"
title = "Felix M Brooks"
# Define how many pages appear per site
paginate = 10
# Enable comments powered by Disqus by entering your disqus shortname
#disqusShortname = "spf13"
# Enable gogle analytics by entering your tracking code
googleAnalytics = ""
theme = "hugo-minimalist-theme"
[params]
site_author = "John Doe"
site_description = "The awesome blog of John Doe."
location = "Earth"
# Link custom assets relative to /static
avatar = "img/felix.png"
header_background = "img/desk.jpg"
header_title = "Felix M. Brooks"
copyright = "Powered by [Hugo](http://gohugo.io)."
custom_css = []
custom_js = []
# Enable gogle analytics by entering your tracking code
google_analytics = ""
[social]
# Add your social network accounts to the profile section on the left
# by entering your username. The links to your account will be
# create automatically.
twitter = "spf13"
facebook = ""
linkedin = "felixbrooks"
behance = ""
dribbble = ""
instagram = ""
github = "digitalcraftsman"
gplus = ""