irpf90/website/config.toml

54 lines
1.0 KiB
TOML

baseurl = "https://scemama.gitlab.io/irpf90/"
contentdir = "content"
layoutdir = "layouts"
publishdir = "public"
title = "IRPF90"
canonifyurls = true
DefaultContentLanguage = "en"
theme = "beautifulhugo"
metaDataFormat = "yaml"
#pygmentsuseclasses = true
PygmentsCodeFences = true
[Params]
subtitle = "Implicit Reference to Parameters in Fortran"
logo = "img/irpf90.png"
favicon = "img/favicon.ico"
dateFormat = "January 2, 2006"
commit = false
rss = true
comments = true
useHLJS = true
[[Params.bigimg]]
src = "img/triangle.jpg"
# desc = "Triangle"
#[[Params.bigimg]]
# src = "img/sphere.jpg"
# desc = "Sphere"
#[[Params.bigimg]]
# src = "img/hexagon.jpg"
# desc = "Hexagon"
[Author]
name = "Anthony Scemama"
# email = "scemama@irsamc.ups-tlse.fr"
gitlab = "scemama/irpf90"
# github = "scemama"
# twitter = "scemama666"
# stackoverflow = "users/4151327/anthony-scemama"
[[menu.main]]
name = "Installation"
url = "page/install"
weight = 1
[[menu.main]]
name = "Help"
url = "page/help"
weight = 3