From 70e732b52160b36f8169cd464775d53489ffd7f3 Mon Sep 17 00:00:00 2001 From: DrBroiler Date: Wed, 26 May 2021 02:10:33 +0200 Subject: [PATCH] add meshkit map --- content/gluon.md | 3 +++ content/{meshkit => meshkit.md} | 0 layouts/meshkit/baseof.html | 24 ++++++++++++++++++++++++ 3 files changed, 27 insertions(+) create mode 100644 content/gluon.md rename content/{meshkit => meshkit.md} (100%) create mode 100644 layouts/meshkit/baseof.html diff --git a/content/gluon.md b/content/gluon.md new file mode 100644 index 0000000..72d88af --- /dev/null +++ b/content/gluon.md @@ -0,0 +1,3 @@ +--- +type: "gluon" +--- \ No newline at end of file diff --git a/content/meshkit b/content/meshkit.md similarity index 100% rename from content/meshkit rename to content/meshkit.md diff --git a/layouts/meshkit/baseof.html b/layouts/meshkit/baseof.html new file mode 100644 index 0000000..d1b8814 --- /dev/null +++ b/layouts/meshkit/baseof.html @@ -0,0 +1,24 @@ + + + + {{- partial "head.html" . -}} + + +
+ {{- partial "header.html" . -}} + + + +
+ {{- partial "scripts.html" . -}} + + \ No newline at end of file