This repository has been archived by the owner on Jan 20, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig-hyde_hyde.toml
79 lines (72 loc) · 1.75 KB
/
config-hyde_hyde.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
## Basic Configuration
baseURL = "https://kb.api-d.com/"
languageCode = "fr"
theme = "hyde-hyde"
## Hugo Built-in Features
disqusShortname = "api-d"
# googleAnalytics = "your-google-analytics-id"
enableRobotsTXT = true
## Site Settings
[params]
author = "Arthur"
title = "Arthur Knowledge Base"
description = "Memory, Tutorials, Useful snippets and more"
authorimage = "/img/profile.png"
dateformat = "2 Jan 2006"
highlightjs = true
highlightjsstyle = "github"
# please choose either GraphComment or Disqus
# GraphCommentId = "your-graph-comment-id"
# layoutReverse = true
sidebarSticky = true
logo = "/img/profile.png"
favicon = "/img/favion.ico"
## Social Accounts
[params.social]
github = "paris-ci"
#instagram = "<username>"
#xing = "<username>"
#linkedin = "<username>"
#twitter = "<username>"
#facebook = "<username>"
stackoverflow = "3738545/waytodoor"
#email = "your-email@example.com"
## Main Menu
[[menu.main]]
name = "Posts"
weight = 300
identifier = "posts"
url = "/posts/"
[[menu.main]]
name = "Par tags"
identifier = "tags"
weight = 200
url = "/tags/"
[[menu.main]]
name = "A propos"
identifier = "about"
weight = 100
url = "/posts/pages/about/"
[permalinks]
post = "/:year/:month/:slug/"
[privacy]
[privacy.disqus]
disable = false
[privacy.googleAnalytics]
anonymizeIP = true
disable = false
respectDoNotTrack = true
useSessionStorage = false
[privacy.instagram]
disable = false
simple = false
[privacy.twitter]
disable = false
enableDNT = true
simple = false
[privacy.vimeo]
disable = false
simple = false
[privacy.youtube]
disable = false
privacyEnhanced = true