-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
78 lines (63 loc) · 1.8 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
baseURL = "http://pirzy.com/"
languageCode = "fr"
defaultContentLanguage = "fr"
title = "Devenir Simplement Meilleur"
theme = "manis"
# Copyright notice. Note: You can use HTML tag here
# To display a copyright symbol, type `©`. For current year, type `{year}`
copyright = "© <a href='https://pierrehenry.be'>Pierre-Henry Soria</a>, {year}"
pluralizeListTitles = false
# Minimum number of posts before paginate navigation show up
paginate = 16
# Code Highlighting (Chroma)
pygmentsCodeFences = true
pygmentsUseClasses = true
[menu]
[[menu.main]]
name = "Post"
url = "/posts/"
[[menu.main]]
url = "/about"
[taxonomies]
tag = "tags"
category = "categories"
author = "authors"
[permalinks]
posts = "/:year/:slug"
[params]
author = "Pierre-Henry Soria"
# If false, use minified CSS (ui.min.css)
debugCSS = false
# Custom CSS
customCSS = []
# List of sections that support disqus comments
disqusSections = [ "blog" ]
# Site meta description
description = "Pirzy.com - Devenir Simplement Meilleur"
# Site's Tagline (Subtitle or Keyword)
tagline = "Devenir Meilleur, Savoir Plus, chaque jour 🥇"
# If true give attribution to this theme
themeAttrib = false
# Configure which sections for Latest Posts
mainSections = ["blog", "posts"]
# Color of your website's accent
colorTheme = "#ff6565"
# Maximum number of item in Latest Posts or Works
latestCount = 3
# Path to site's favicon image
faviconImg = ""
# Date format in item list
dateFmt = "02 Jan 2006"
# Code Highlighting (HighlightJS)
highlightJs = false
highlightJsLanguages = [ "go" ]
highlightJsStyle = "ocean"
# Social Links
email = "[email protected]"
github = "https://github.com/pH-7/"
twitter = "https://twitter.com/phenrysay"
[languages]
[languages.fr]
lang = "fr"
languageName = "Français"
weight = 1