-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample.config.toml
71 lines (62 loc) · 2.25 KB
/
sample.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
#############################################################################
# search for "@@" to find settings that you must change to customize your
# site. you will also need to update the theme parameters.
#
# there are some values that you can set in your front matter. doing so will
# override the theme's defaults.
#
# disallow_comments = "true" to not display comments for a post
#
# logo: the site logo is in static/images/logo.png. you should replace it
# with a 227x227 PNG image with transparent background and resolution
# of 72dpi.
#
#############################################################################
# @@ update BaseURL for your production site and languageCode if needed
BaseURL = "http://localhost:1313"
languageCode = "en-us"
title = "@@Your Site Title"
theme = "sshq"
#############################################################################
#
[author]
name = "@@Your Name"
#############################################################################
#
[permalinks]
post = "/post/:year/:month/:day/:slug/"
top = "/:filename/"
#############################################################################
#
[Params.copyright]
year = "@@Year"
owner = "@@Your Name"
#############################################################################
# @@ update this theme's parameters.
# comment out the true/false variables. the theme doesn't actually test
# for "true" or "false", it just checks if the variable is defined.
#
# note: "ga" stands for "google analytics"
#
[Params.theme]
slogan = "@@Your Site Slogan"
disqus_recent = "true"
footer_powered_by = "true"
footer_designed_by = "true"
ga_tracking = "true"
piwik_tracking = "true"
twitter_follow = "true"
twitter_recent = "true"
[Params.disqus]
# @@ comment out shortname if you don't wish to use disqus
shortname = "@@Your Disqus Short Name"
[Params.google]
search_site = "@@Your Domain Name"
[Params.google.analytics]
account = "@@Your Google Analytics Account Name"
[Params.piwik]
piwik_url = "@@URL for your piwik installation (without http/https), e.g. piwik.domain.tld"
site_number = id
[Params.twitter]
account = "@@Your Twitter Account Name"
ut_widget_id = "@@Your Twitter Widget ID"