-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.toml
132 lines (112 loc) · 4.7 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
# hostname (and path) to the root eg. http://spf13.com/
baseurl = "https://blog.appernetic.io/"
# Remark if you want to disable multilingual support.
#DefaultContentLanguage = "en"
# Site title
title = "Appernetic.io blog"
# Copyright
copyright = "(c) 2018 Appernetic.io"
# Language
languageCode = "en-EN"
# SES friendly url:s
canonifyurls = true
# Frontmatter format
# "yaml", "toml", "json"
metaDataFormat = "toml"
# Theme to use (located in /themes/THEMENAME/)
theme = "hugo-bootstrap-premium"
# Pagination
paginate = 10
paginatePath = "page"
# Enable Disqus integration
disqusShortname = "appernetic"
[permalinks]
post = "/:year/:month/:day/:filename/"
code = "/:filename/"
[taxonomies]
tag = "tags"
topic = "topics"
[author]
name = "Admin"
email = "[email protected]"
# bootswatch theme name, unmark and select one: cerulean, cosmo, cyborg, darkly,
# default, flatly, journal, lumen, paper, readable, sandstone, simplex,
# slate, spacelab, superhero, united, yeti.
[params.theme]
name = "paper"
[params.popover]
enablepopover = true #enable or disable popover: true/false.
posturl = "https://zapier.com/hooks/catch/1227569/2vcwb6/"
headerimage = "https://res.cloudinary.com/appernetic/v1461282690/placeitipad_sj067i.jpg"
expirecookie = 7 #show it again after number of days to visitor that has not subscribed.
cookiename = "appzapc2" #give the cookie a unique name variable (avoid spaces and strange characters).
signupheader = "Appernetic.io"
showmodaltimeout = 16000 #show popover modal after time interval in milliseconds.
mouseleave = true #show popover when mouse leaves window: true/false.
modalsize = "sm" #lg or sm. Empty is md. If phone is detected lg is used.
imagedescription = "Appernetic.io"
signuptext = "Signup today for free and be the first to get notified on new updates."
inputplaceholder = "Enter your email"
submitbutton = "Subscribe"
successmessage = "Thanks for your subscription!"
errormessage = "Submitting form failed!"
optin = true #opt-in: true/false
#
# All parameters below here are optional and can be mixed and matched.
#
[params]
# menu for changing language. This changes languages with js and stores the choice with the help of JavaScript in a Cookie. Then the path is rewritten with pathnamereplace.js. The name of the md files needs to have the same name for each language abbreviation to work correctly. Example: showcase.en.md and showcase.sv.md. It only works if DefaultContentLanguageInSubdir = true
switchlang = false
BrandImage = "/images/apperneticlogo.png" #top header brand image.
brand = "Appernetic blog" # brand image alt text.
topline = "A Static Site Generator as a Service"
footline = "Coded with <i class='fa fa-heart'></i>. Theme: <a href='https://github.com/appernetic/hugo-bootstrap-premium'>Hugo-bootstrap-premium</a> <a href='http://www.bloggranking.se/in/361' target='_blank'><img src='http://www.bloggranking.se/bild/361' alt='Bloggranking'></a> <a href='http://www.ontoplist.com/' target='_blank'><img src='http://www.ontoplist.com/images/ontoplist31.png?id=574eee935b577' alt='Blog Directory & Business Pages - OnToplist.com' border='0' /></a> <a href='http://www.sutradirectory.com/'>Web Directory</a>"
customJS = []
customCSS = ["/css/style_custom.css"]
# Text for the top menu link, which goes the root URL for the site.
# Default (if omitted) is "Home".
home = "https://blog.appernetic.io"
mailmunchid = "" # Mailmunch site id
sumomeid = "10b7b6402734c894bc9ceb82feaaa9778a3eb6a936d292b51e723f2c24a31fe8" # Sumome id
mathjax = "" # cdnjs hosted version; empty string to disable mathjax
# Show a sidebar menu
showRightSidebar = true
# Select a syntax highight.
# Check the static/css/highlight directory for options.
highlight = "codepen-embed"
# Google Analytics.
googleAnalytics = "UA-73770938-2"
# Sidebar social links.
github = "appernetic" # Your Github profile ID
bitbucket = "" # Your Bitbucket profile ID
linkedin = "" # Your LinkedIn profile ID (from public URL)
googleplus = "ApperneticIo" # Your Google+ profile ID
facebook = "appernetic" # Your Facebook profile ID
twitter = "Appernetic" # Your Twitter profile ID
youtube = "" # Your Youtube channel ID
flattr = "" # populate with your flattr uid
[[menu.main]]
name = "Blog"
pre = ""
weight = 2
identifier = "post"
url = "/post/"
[[menu.main]]
name = "About"
weight = 1
identifier = ""
url = "https://appernetic.io/app/#/about"
#pre = "<i class='fa fa-road'></i>"
[[menu.main]]
name = "Dashboard"
identifier = ""
weight = 3
url = "https://appernetic.io/app/"
[blackfriday]
angledQuotes = true
fractions = false
hrefTargetBlank = false
latexDashes = true
plainIdAnchors = true
extensions = []
extensionmask = []