58 lines
1.4 KiB
TOML
58 lines
1.4 KiB
TOML
|
baseURL = "https://kancer.club"
|
||
|
languageCode = "fr-fr"
|
||
|
title = "K.C"
|
||
|
theme = "kc"
|
||
|
disqusShortname = "kancer-club" # delete this to disable disqus comments
|
||
|
googleAnalytics = ""
|
||
|
|
||
|
[params]
|
||
|
author = "Wilfried OLLIVIER"
|
||
|
description = "Itinéraire d'un jeune cancéreux."
|
||
|
profilepic = "logo-small.png"
|
||
|
accent = "#AE1B75"
|
||
|
showBorder = true
|
||
|
backgroundColor = "white"
|
||
|
font = "Raleway" # should match the name on Google Fonts!
|
||
|
highlight = false
|
||
|
copyright = "Contenu sous licence [CC BY-SA](https://creativecommons.org/licenses/by-sa/3.0/legalcode.txt)"
|
||
|
|
||
|
[[menu.main]]
|
||
|
url = "/"
|
||
|
name = "Accueil"
|
||
|
weight = 1
|
||
|
|
||
|
[[menu.main]]
|
||
|
url = "/billets/"
|
||
|
name = "Billets"
|
||
|
weight = 2
|
||
|
|
||
|
# No articles yet !
|
||
|
#[[menu.main]]
|
||
|
# url = "/articles/"
|
||
|
# name = "Articles"
|
||
|
# weight = 3
|
||
|
|
||
|
# Social icons to be shown on the right-hand side of the navigation bar
|
||
|
# The "name" field should match the name of the icon to be used
|
||
|
# The list of available icons can be found at http://fontawesome.io/icons/
|
||
|
|
||
|
[[menu.icon]]
|
||
|
url = "mailto:wollivier@fdn.fr"
|
||
|
name = "envelope-o"
|
||
|
weight = 1
|
||
|
|
||
|
[[menu.icon]]
|
||
|
url = "https://twitter.com/marcelmonfort/"
|
||
|
name = "twitter"
|
||
|
weight = 2
|
||
|
|
||
|
[[menu.icon]]
|
||
|
url = "https://www.facebook.com/ollivierw"
|
||
|
name = "facebook"
|
||
|
weight = 3
|
||
|
|
||
|
# No paypal account yet !
|
||
|
#[[menu.icon]]
|
||
|
# url = "#"
|
||
|
# name = "paypal"
|
||
|
# weight = 4
|