From 756cc22a94b8fc31949a882925ff6b41599202b6 Mon Sep 17 00:00:00 2001 From: Madison Scott-Clary Date: Thu, 16 Feb 2023 08:52:54 -0800 Subject: [PATCH] Initial --- .gitmodules | 3 +++ archetypes/default.md | 6 ++++++ config.toml | 4 ++++ themes/maddybook | 1 + 4 files changed, 14 insertions(+) create mode 100644 .gitmodules create mode 100644 archetypes/default.md create mode 100644 config.toml create mode 160000 themes/maddybook diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..1c12789 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/maddybook"] + path = themes/maddybook + url = https://github.com/makyo/maddybook diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..00e77bd --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..6c58f72 --- /dev/null +++ b/config.toml @@ -0,0 +1,4 @@ +baseURL = 'http://florilegium.ink/' +languageCode = 'en-us' +title = 'Florilegium' +theme = 'maddybook' diff --git a/themes/maddybook b/themes/maddybook new file mode 160000 index 0000000..c87a60d --- /dev/null +++ b/themes/maddybook @@ -0,0 +1 @@ +Subproject commit c87a60de540fd262d7874e43bb05db6e06209404