-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathconfig.toml
60 lines (53 loc) · 1.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
# Site settings
baseurl = "https://support.rbind.io/"
languageCode = "en-us"
title = "Rbind Support"
theme = "hugo-cactus-theme"
# Enter your tracking code to enable Google Analytics
googleAnalytics = "UA-1988641-3"
# Disable comments by leaving disqusShortname empty
disqusShortname = ""
paginate = 10
footnotereturnlinkcontents = "↩"
[permalinks]
post = "/:year/:month/:day/:slug"
[params]
name = "Rbind Support"
description = "Technical support and service announcements of rbind.io"
bio = "Technical support - News - Announcements"
# Enter optionally your twitter account
twitter = "rbindio"
enableRSS = true
# Integrate Javascript files or stylesheets by adding the url to the external assets or by
# linking local files with their path relative to the static folder, e.g. "css/styles.css"
customCSS = []
customJS = ["js/center-img.js"]
# The variables below are optionally too and can be used to
# translate or customize each string of the theme.
# Navigation links
home = ""
about = ""
subscribe = "RSS"
# Pagination links
olderPosts = ""
newerPosts = ""
readMore = ""
copyright = ""
# Sharing options and author information in posts
aboutAuthor = "Technical support and news about rbind.io"
tweet = ""
share = "Facebook"
# 404 page
title404 = ""
subtitle404 = ""
githubRepo = "https://github.com/rbind/support"
gitter = "rbind/support"
# options for highlight.js (version, additional languages, and theme)
highlightjsVersion = "9.11.0"
highlightjsCDN = "//cdn.bootcss.com"
highlightjsLang = ["r", "yaml", "tex"]
highlightjsTheme = "github"
# Add additional social link entries underneath
[social]
twitter = "https://twitter.com/rbindio"
github = "https://github.com/rbind"