diff --git a/src/config.toml b/src/config.toml index 30aff603..06d601ab 100644 --- a/src/config.toml +++ b/src/config.toml @@ -13,9 +13,9 @@ pygmentCodeFences = true #googleAnalytics = "XXX" [Params] - subtitle = "a programming environment for wave function methods" + subtitle = "A programming environment for wave function methods" logo = "img/QP2_circle.png" - favicon = "img/favicon.ico" + favicon = "favicon" dateFormat = "January 2, 2006" commit = false rss = false @@ -59,6 +59,6 @@ pygmentCodeFences = true [[menu.main]] name = "Documentation" - url = "/doc/index" + url = "https://quantum-package.readthedocs.io" weight = 2 diff --git a/src/content/_index.md b/src/content/_index.md index fc4e6f01..19317470 100644 --- a/src/content/_index.md +++ b/src/content/_index.md @@ -10,7 +10,7 @@ systems. * [Download the source code](http://github.com/QuantumPackage/qp2) -* [Read the documentation](/doc/index) +* [Read the documentation](https://quantum-package.readthedocs.io) * [Try it now in your web browser](/page/try) diff --git a/src/static/favicon.ico b/src/static/img/favicon.ico similarity index 100% rename from src/static/favicon.ico rename to src/static/img/favicon.ico