-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
31 lines (26 loc) · 894 Bytes
/
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
baseurl = "https://www.olivierfredon.com/"
title = "Olivier Fredon - Graphiste, Web designer et intégrateur freelance basé entre Agen et Villeneuve-sur-Lot (Lot-et-Garonne 47)"
languageCode = "fr"
theme = "curiosity"
pluralizeListTitles = false
enableInlineShortcodes = true
[params]
author = "Olivier Fredon"
pseudo = "the2ne"
description = "Olivier Fredon - Designer et concepteur Web freelance: communication, graphisme Print, Web & UI Design, intégration, gestion de projet. Basé dans le Lot-et-Garonne (47) entre Agen et Villeneuve-sur-Lot."
logo = "images/logo.jpg"
[taxonomies]
category = "categories"
tag = "tags"
[[menu.main]]
name = "Blog"
url = "blog/"
weight = 1
[[menu.main]]
name = "Contact"
url = "mailto:contact@olivierfredon.com"
weight = 2
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true