From a7b8c74a2b73b39c861fe549365a45f246fdb19f Mon Sep 17 00:00:00 2001 From: Landon Taylor Date: Thu, 5 Jun 2025 13:40:41 -0600 Subject: [PATCH] Inititalize site --- .gitmodules | 9 +++++++++ archetypes/default.md | 5 +++++ content | 1 + hugo.toml | 3 +++ public | 1 + themes/fmtools | 1 + 6 files changed, 20 insertions(+) create mode 100644 .gitmodules create mode 100644 archetypes/default.md create mode 160000 content create mode 100644 hugo.toml create mode 160000 public create mode 160000 themes/fmtools diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..2d56fae --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "content"] + path = content + url = https://gitmoss.fyi/fmtools/content.git +[submodule "themes/fmtools"] + path = themes/fmtools + url = https://gitmoss.fyi/fmtools/hugo-template.git +[submodule "public"] + path = public + url = https://gitmoss.fyi/fmtools/public.git diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..25b6752 --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,5 @@ ++++ +date = '{{ .Date }}' +draft = true +title = '{{ replace .File.ContentBaseName "-" " " | title }}' ++++ diff --git a/content b/content new file mode 160000 index 0000000..8d9453a --- /dev/null +++ b/content @@ -0,0 +1 @@ +Subproject commit 8d9453a60bce05ddb558f478712a80cb9744bcc6 diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..7e568b8 --- /dev/null +++ b/hugo.toml @@ -0,0 +1,3 @@ +baseURL = 'https://example.org/' +languageCode = 'en-us' +title = 'My New Hugo Site' diff --git a/public b/public new file mode 160000 index 0000000..36cf0cf --- /dev/null +++ b/public @@ -0,0 +1 @@ +Subproject commit 36cf0cfa92ba5bda464c084c6e8a1a5d1a1c849d diff --git a/themes/fmtools b/themes/fmtools new file mode 160000 index 0000000..63861e1 --- /dev/null +++ b/themes/fmtools @@ -0,0 +1 @@ +Subproject commit 63861e1721ad68868ba555ec25db8e4708339182