-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.toml
99 lines (79 loc) · 2.85 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
title = "Arthur Knowledge Base"
baseURL = "https://kb.api-d.com"
theme = "bilberry-hugo-theme"
enableRobotsTXT = true
defaultContentLanguageInSubdir = true
# Change to your content language. Supported values: en, de, es, fr, ru
DefaultContentLanguage = "fr"
[languages]
[languages.fr]
title = "Arthur Knowledge Base"
weight = 1
[languages.en]
title = "Arthur Knowledge Base"
weight = 2
[languages.en.params]
subtitle = "Memory, Tutorials, Useful snippets and more"
# Enable / Disable Google Analytics statistics for your site
googleAnalytics = "UA-120923988-1"
# Enable / Disable comments on the articles via Disqus.
disqusShortname = "api-d"
[params]
# Favicon for the browser's favorites and tabs
favicon = "/img/favion-1024.png" # set a favicon icon
# Custom CSS / JS modules that will be imported by the template.
# Files are relative to the static/ directory or a URL.
# Files are imported in the order they appear here, after
# theme.css and theme.js, respectively.
css_modules = ["css/variables.css"]
js_modules = []
# Description and meta data for the search engines
author = "Arthur"
description = "Arthur Knowledge Base"
#keywords = "blog,personal,responsive,search,font awesome,pages,posts,multilingual,highlight.js,syntax highlighting,premium,shortcuts"
keywords = "personal, knowledge base, dynamic, responsive, code, tech"
# How many articles should be displayed at once?
paginate = 6
# Enable / Disable MathJax
enable_mathjax = true
# Enable / Disable algolia search
algolia_search = false
algolia_appId = "Y2C4RWMPXW"
algolia_apiKey = "50ea7f8c41c0ad233926e0be2b769ed1"
algolia_indexName = "default-content"
# Header configuration
# your subtitle if you want to use any
subtitle = "Mémoire, Tutorials, Bouts de code et bien plus"
# if you want to use gravatar for the header image
gravatarEMail = ""
# set an path to the image file you want to use | overwrites gravatar
customImage = "/img/profile.png"
# always display the top navigation (with pages and search) on non-mobile screens
permanentTopNav = false
# credits line configuration
copyrightBy = "by Arthur"
copyrightUseCurrentYear = true # set to true to always display the current year in the copyright
copyrightYearOverride = "2018"
copyrightUrl = "https://github.com/paris-ci"
creditsText = "Arthur KB"
creditsUrl = "https://github.com/paris-ci/knowledge"
# social media profile urls for the footer links
facebook = ""
twitter = ""
googleplus = ""
pinterest = ""
instagram = ""
tumblr = ""
youtube = ""
vimeo = ""
github = "https://github.com/paris-ci"
xing = ""
linkedin = ""
# don't change anything here
[taxonomies]
author = "author"
tag = "tags"
category = "categories"
[outputs]
home = [ "HTML", "JSON" ]
page = [ "HTML" ]