From bec7bf149af7a8ad3b00ad8115bffb7f84008ed1 Mon Sep 17 00:00:00 2001 From: "Michael F. Herbst" Date: Mon, 22 May 2023 18:16:04 +0200 Subject: [PATCH] Add index page --- _config.yml | 5 +++++ index.md | 13 +++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 _config.yml create mode 100644 index.md diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..dd9900f --- /dev/null +++ b/_config.yml @@ -0,0 +1,5 @@ +remote_theme: pages-themes/cayman@v0.2.0 +plugins: +- jekyll-remote-theme # add this line to the plugins list if you already have one + +title: Julia for Materials Modelling diff --git a/index.md b/index.md new file mode 100644 index 0000000..69fbfd8 --- /dev/null +++ b/index.md @@ -0,0 +1,13 @@ +# Julia for Materials Modelling + +This website hosts static renderings of the Pluto notebooks used for the presentation +**Julia for Materials Modelling**. +See [its associated github repository](https://github.com/mfherbst/julia-for-materials) +for the raw Pluto notebooks. + +- [0-julia-intro.html](0-julia-intro.html) +- [1-dftk.html](1-dftk.html) +- [2-atomsbase-molly.html](2-atomsbase-molly.html) +- [3-wannierisation.html](3-wannierisation.html) +- [4-julip-ace.html](4-julip-ace.html) +- [5-other-packages.html](5-other-packages.html)