mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-12-28 14:23:29 +01:00
71 lines
1.7 KiB
TOML
71 lines
1.7 KiB
TOML
baseurl = "https://quantumpackage.github.io/qp2"
|
|
contentdir = "content"
|
|
layoutdir = "layouts"
|
|
publishdir = "public"
|
|
title = "Quantum Package"
|
|
canonifyurls = true
|
|
|
|
DefaultContentLanguage = "en"
|
|
theme = "beautifulhugo"
|
|
metaDataFormat = "yaml"
|
|
pygmentsUseClasses = true
|
|
pygmentCodeFences = true
|
|
#googleAnalytics = "XXX"
|
|
|
|
[Params]
|
|
subtitle = "A programming environment for wave function methods"
|
|
logo = "img/QP2_circle.png"
|
|
favicon = "favicon"
|
|
dateFormat = "January 2, 2006"
|
|
commit = false
|
|
rss = false
|
|
comments = false
|
|
useHLJS = true
|
|
# gcse = "012345678901234567890:abcdefghijk" # Get your code from google.com/cse. Make sure to go to "Look and Feel" and change Layout to "Full Width" and Theme to "Classic"
|
|
|
|
[[Params.bigimg]]
|
|
src = "img/Screen2.png"
|
|
# desc = "Sphere"
|
|
|
|
[Author]
|
|
# name = "A. Scemama & E. Giner"
|
|
email = "quantum.package@gmail.com"
|
|
github = "QuantumPackage/qp2"
|
|
twitter = "quantum_package"
|
|
# reddit = "username"
|
|
# linkedin = "username"
|
|
# xing = "username"
|
|
# stackoverflow = "users/XXXXXXX/username"
|
|
# snapchat = "username"
|
|
# instagram = "username"
|
|
# youtube = "user/quantum.package" # or channel/channelname
|
|
youtube = "channel/UC3a7Yakg9gk36G3HKDIFaYw"
|
|
# soundcloud = "username"
|
|
# spotify = "username"
|
|
# bandcamp = "username"
|
|
# itchio = "username"
|
|
# keybase = "username"
|
|
|
|
|
|
[[menu.main]]
|
|
name = "Tutorials"
|
|
url = "/page/Tutorials"
|
|
weight = 1
|
|
|
|
[[menu.main]]
|
|
name = "Documentation"
|
|
url = "https://quantum-package.readthedocs.io"
|
|
weight = 2
|
|
|
|
|
|
[[menu.main]]
|
|
name = "Try in the browser"
|
|
url = "/page/try"
|
|
weight = 3
|
|
|
|
[[menu.main]]
|
|
name = "Source code"
|
|
url = "https://github.com/QuantumPackage/qp2"
|
|
weight = 4
|
|
|