10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2025-01-08 04:14:31 +01:00
irpf90/website/config.toml

81 lines
1.6 KiB
TOML
Raw Normal View History

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