forked from tjbarbour/startbootstrap-clean-blog
-
Notifications
You must be signed in to change notification settings - Fork 1
/
theme.toml
71 lines (61 loc) · 1.46 KB
/
theme.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
#
# Test site configuration
#
# -- [email protected]
#
# $Id$
#
baseurl = "http://localhost"
canonifyurls = true
languageCode = "en"
title = "Clean Site Test"
paginate = 10
[params]
Title = "Startbootstrap Clean Blog"
Description = "Startbootstrap Clean Blog"
DateForm = "Mon, Jan 2, 2006"
Author = "Jordan Hrycaj"
email = "[email protected]"
contact = "<testmail>@gmail.com"
Ganalytics = "XX-00000000-0"
# [params.debate]
# provider = "<your-debate-provider>"
# forumid = "<your-forum-id>"
# script = "debate"
# HTML <meta> settings
# [params.meta]
# author = "Jordan Hrycaj"
# description = "Startbootstrap Clean Blog"
# keywords = "Startbootstrap Clean Blog"
# Custom taxonomy labels
# [params.label]
# Categories = "Cat:"
# Tags = "Tag:"
# [params.image]
# home = "home.png"
# post = "post.png"
# contact = "contact.png"
# about = "about.png"
# favicon = "favicon.ico"
# [[params.script]]
# name = "clean-blog.custom"
# [[params.script]]
# name = "other-custom-script"
[[params.social]]
title = "github"
url = "//github.com/mjfh"
[[params.social]]
title = "bitbucket"
url = "//bitbucket.org/mjfh"
[[params.social]]
title = "linkedin"
url = "//uk.linkedin.com/in/jordanhrycaj"
[[menu.main]]
name = "Archives"
url = "/post/"
weight = -180
# Local Variables:
# mode: toml
# comment-column: 0
# comment-start: "#"
# End: