-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
executable file
·63 lines (58 loc) · 1.83 KB
/
config.toml
File metadata and controls
executable file
·63 lines (58 loc) · 1.83 KB
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
baseurl = ""
languageCode = "en-us"
title = "She will never swim alone"
theme = "hugo-type-theme"
# Enable comments by entering your Disqus shortname
# disqusShortname = "spf13"
# Add your tracking code to enable Google Analytics
googleAnalytics = "UA-137829607-1"
# Posts per page
paginate = 10
# Comment the themesDir option if you use this theme in production
# themesDir = "../.."
[params]
author = "ying"
description = "Add a description of your website"
# The keywords will be added as a meta tag. Delimit them with a comma.
keywords = "collection"
# Either show custom avatar on the top
# left by adding the filename in below
avatar = "img/avatar.png"
# or use Gravatar by adding your email address to generate a unique avatar
# gravatar = "your@email.com"
headerText = "Posts"
# To add a header background to the main site, save your image under static/img/yourimage.png
# and assign "yourimage.png" to the headerImage variable. If no image path is provided, a
# orange background will be shown instead.
headerImage = "yourimage.png"
copyright = "Released under the MIT license<br>Powered by [Hugo](https://gohugo.io/) with the [Type Theme](https://github.com/digitalcraftsman/hugo-type-theme)"
# Define which types of content shall be displayed on the homepage. By default Hugo uses
# types with the most content files.
mainSections = ["post"]
[params.social]
# Insert your accout name and the icon will be shown in the right menu
rss = true
homepage = false
email = ""
behance = ""
bitbucket =""
dribbble = ""
facebook = ""
flickr = ""
github = "wpix/type"
googleplus = ""
instagram = ""
linkedin = ""
pinterest = ""
reddit = ""
soundcloud = ""
stackexchange = ""
steam = ""
tumblr = ""
twitter = ""
wordpress = ""
youtube = ""
gitlab = ""
trello = ""
meetup = ""
speackerdeck = ""