From ca6c00d863643d4fc99f9b047b11eef72930dc5e Mon Sep 17 00:00:00 2001 From: Felix Oesterle Date: Fri, 6 Nov 2020 11:24:27 +0100 Subject: [PATCH] Add post about initial version! --- content/posts/Version0.1.md | 32 +++++++ public/index.html | 4 + public/index.xml | 14 ++- public/posts/index.html | 4 + public/posts/index.xml | 14 ++- public/posts/version0_1/index.html | 141 +++++++++++++++++++++++++++++ public/sitemap.xml | 9 +- 7 files changed, 214 insertions(+), 4 deletions(-) create mode 100644 content/posts/Version0.1.md create mode 100644 public/posts/version0_1/index.html diff --git a/content/posts/Version0.1.md b/content/posts/Version0.1.md new file mode 100644 index 0000000..cb27c4b --- /dev/null +++ b/content/posts/Version0.1.md @@ -0,0 +1,32 @@ +--- +title: "Initial release version 0.1" +date: 2020-11-06T10:46:51+01:00 +draft: false +slug: "version0_1" +--- + +**We are very excited to be able to announce our initial release version 0.1!** + +This release is the result of several months of development, containing code +from different contributors. + +--- + +Disclaimer: please be aware that this is our *initial +release*. So expect some (read: a lot of) rough edges! + +--- + +You should be able to follow our [quick +start](https://docs.avaframe.org/en/latest/getStarted.html) (only on Linux so +far) and produce simulation results for dense flow avalanches. And yes, +nice pictures are also included :-). + +Please go to our [documentation](http://docs.avaframe.org) and our [github +repository](https://github.com/avaframe/AvaFrame/releases) to find out more. + +We are happy to receive your feedback, either use [github +issues](https://github.com/avaframe/AvaFrame/issues) or contact us on our +[matrix +channel](https://matrix.to/#/!qmUrKSNurDoVuKAtRU:matrix.avaframe.org?via=matrix.avaframe.org) + diff --git a/public/index.html b/public/index.html index 4e32b42..b300678 100644 --- a/public/index.html +++ b/public/index.html @@ -99,6 +99,10 @@