laurentlehouerou.com/config.toml
2020-12-21 10:21:16 +04:00

45 lines
1.0 KiB
TOML

baseurl = "https://laurentlehouerou.com/"
languageCode = "fr-FR"
title = "Laurent Le Houerou"
# Enable comments by entering your Disqus shortname
disqusShortname = ""
# Enable Google Analytics by entering your tracking code
googleAnalytics = ""
theme = "hugo-sustain"
[permalinks]
post = "/:year/:month/:day/:slug"
[params]
avatar = "profile.jpg"
author = "Laurent Le Houerou"
description = "Description"
# Custom assets can be linked with their paths relative to static/
custom_css = []
custom_js = []
[params.social]
Github = "llehouerou"
Email = "laurent@lehouerou.net"
Twitter = "HouerouLaurent"
LinkedIn = "laurent-le-houerou-2799461a"
Stackoverflow = "laurent-le-houerou"
# ## Main Menu
# [[menu.main]]
# name = "blog"
# weight = 100
# identifier = "blog"
# url = "/blog/"
# [[menu.main]]
# name = "projects"
# identifier = "projects"
# weight = 200
# url = "/projects/"
# [[menu.main]]
# name = "CV"
# identifier = "CV"
# weight = 300
# url = "/cv/"