forked from bergluc/Simon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
126 lines (100 loc) · 3.2 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
#-------------------------------
# General Site Settings
baseURL = "https://simonroberge.com"
languageCode = "fr-ca"
title = "Simon Roberge"
googleAnalytics = "" # Add your identifier. For example UA-99631805-1.
paginate = 9
#-------------------------------
# Main Menu
[menu]
[[menu.main]]
identifier = "home"
name = "Accueil"
url = "/"
weight = 1
[[menu.main]]
identifier = "about"
name = "À propos"
url = "/about"
weight = 2
[[menu.main]]
identifier = "contact"
name = "Contact"
url = "/contact"
weight = 3
# [[menu.main]]
# identifier = "styleguide"
# name = "Style Guide"
# url = "/styleguide"
# weight = 4
[params]
logo = "/images/logo.png" # You can add own logo. For example "/images/logo.png".
description = "Site web de Simon Roberge"
[params.author]
name = "Simon Roberge"
avatar = "/images/simon.jpg"
#-------------------------------
# Hero Settings
[params.hero]
hero__title = "Simon Roberge"
hero__description = "Cinéaste"
hero__image = "/images/accueil.jpg"
[[params.social]]
icon = "ion-logo-vimeo"
name = "Vimeo"
link = "https://vimeo.com/user84907166"
# [[params.social]]
# icon = "ion-logo-facebook"
# name = "Facebook"
# link = "https://facebook.com"
# [[params.social]]
# icon = "ion-logo-pinterest"
# name = "Pinterest"
# link = "https://pinterest.com"
# [[params.social]]
# icon = "ion-logo-dribbble"
# name = "Dribbble"
# link = "https://dribbble.com"
# [[params.social]]
# icon = "ion-logo-instagram"
# name = "Instagram"
# link = "https://instagram.com"
# [[params.social]]
# icon = "ion-logo-github"
# name = "Github"
# link = "https://github.com/"
# Example of adding a new link to the author section and footer:
# [[params.social]]
# icon = "ion-logo-vimeo"
# name = "Vimeo"
# link = "https://vimeo.com"
# Other icons can be found at https://ionicons.com/v4/
#-------------------------------
# Newsletter (partials/footer-widgets/widget-subscribe.html)
#[params.mailchimp]
# mailchimp__title = "Get Interesting News"
# mailchimp__text = "Subscribe to our newsletter and we’ll send #you the emails of latest posts."
# mailchimp__identifier = "" # Add your MailChimp form #identifier. For example - blogenjoyfreedom.us16.list-manage.com/#subscribe/post?u=cd56155d76ddeeb4c0bc4d080&id=7a526cd13e
# mailchimp__button__text = "Subscribe" # Add your button text
#
#-------------------------------
# Contact Settings
[params.contact]
email = "f/mwkwzkgl" # Add your email for contant form
# NOTE
# Aditu comes with a built-in contact form, that you can use with Formspree service to handle up to 50 submissions per month for free. You could also easily switch to another contact form service if you want.
#-------------------------------
# Comment Section (Disqus)
#[params.disqus]
# disqusShortname = "anvod-studio-aditu" # add your shortname for #Disqus Comment. For example anvod-studio-aditu
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[outputs]
home = ["HTML", "RSS", "JSON"]
[markup.highlight]
codeFences = true
guessSyntax = true
noClasses = false