10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2024-06-02 11:25:19 +02:00
irpf90/website/config.toml

81 lines
1.6 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"
# 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
#[[menu.main]]
# identifier = "samples"
# name = "Samples"
# weight = 2
#
#[[menu.main]]
# parent = "samples"
# name = "Big Image Sample"
# url = "post/2017-03-07-bigimg-sample"
# weight = 1
#
#[[menu.main]]
# parent = "samples"
# name = "Math Sample"
# url = "post/2017-03-05-math-sample"
# weight = 2
#
#[[menu.main]]
# parent = "samples"
# name = "Code Sample"
# url = "post/2016-03-08-code-sample"
# weight = 3
#
#[[menu.main]]
# name = "Tags"
# url = "tags"
# weight = 3