diff --git a/config.toml b/config.toml index 09fa4a39..99d437e6 100644 --- a/config.toml +++ b/config.toml @@ -1,7 +1,7 @@ baseURL = "localhost:8080" languageCode = "en-us" DateForm = "12-30-2006" -title = "QUEST" +title = "QUEST: a database of highly-accurate excitation energies" DefaultContentLanguage = "en" theme = "beautifulhugo" [Params] @@ -9,7 +9,7 @@ theme = "beautifulhugo" subtitle = "QUantum Excited STates database" [[Params.bigimg]] src = "data/publis/10/1021/acs/jctc/8b00406/picture.jpeg" - desc = "A mountaineering analogy of the QUEST project" + desc = "A mountaineering strategy to excited states" [markup] [markup.goldmark] [markup.goldmark.renderer] @@ -109,4 +109,34 @@ theme = "beautifulhugo" name = "Gaussian" url = "https://gaussian.com" weight = 8 - \ No newline at end of file + +[[menu.main]] + parent="external" + name = "Q-Chem" + url = "https://q-chem.com" + weight = 9 + +[[menu.main]] + parent="external" + name = "Psi4" + url = "http://www.psicode.org" + weight = 10 + +[[menu.main]] + parent="external" + name = "Turbomole" + url = "https://www.turbomole.org" + weight = 11 + +[[menu.main]] + parent="external" + name = "CFOUR" + url = "http://www.cfour.de" + weight = 12 + +[[menu.main]] + parent="external" + name = "Molpro" + url = "https://www.molpro.net" + weight = 13 +