From 8a78f62e4cb0890cd0ed9c663a21f809013b959e Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 4 Feb 2022 17:38:04 -0800 Subject: feat: setup documentation --- src/about.md | 15 +++++++++++++++ src/index.md | 6 ++++++ 2 files changed, 21 insertions(+) create mode 100644 src/about.md create mode 100644 src/index.md (limited to 'src') diff --git a/src/about.md b/src/about.md new file mode 100644 index 0000000..5f8b4ca --- /dev/null +++ b/src/about.md @@ -0,0 +1,15 @@ +--- +title: About +--- + +## Authors + +- [Fuwn](https://github.com/Fuwn) <[contact@fuwn.me](mailto:contact@fuwn.me)> + +## Acknowledgements + +This website was built using [Ivy](https://github.com/dmulholl/ivy). + +## License + +[GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html) diff --git a/src/index.md b/src/index.md new file mode 100644 index 0000000..d296a40 --- /dev/null +++ b/src/index.md @@ -0,0 +1,6 @@ +--- +title: Divina +subtitle: 🎀 A modern build system for assembly +--- + +[Divina](https://github.com/divinaland/Divina) is a modern build system for assembly in heavy development. -- cgit v1.2.3