From 9b9c1a453e7a6579d2f2af724d67aa47b150e0b8 Mon Sep 17 00:00:00 2001 From: Nicholas Lamicela Date: Sun, 15 Sep 2024 16:26:26 -0700 Subject: [PATCH] add hidden module --- .gitmodules | 3 +++ content/about/index.md | 9 --------- content/h | 1 + 3 files changed, 4 insertions(+), 9 deletions(-) create mode 100644 .gitmodules delete mode 100644 content/about/index.md create mode 160000 content/h diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..0cacd46 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "content/h"] + path = content/h + url = nycki@nycki.net:~/code/nycki-h diff --git a/content/about/index.md b/content/about/index.md deleted file mode 100644 index 18367d8..0000000 --- a/content/about/index.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -layout: layouts/base.njk -eleventyNavigation: - key: About Me - order: 3 ---- -# About Me - -I am a person that writes stuff. diff --git a/content/h b/content/h new file mode 160000 index 0000000..ed48d68 --- /dev/null +++ b/content/h @@ -0,0 +1 @@ +Subproject commit ed48d68332ab85fadc121e7c9084b32bc7d7bd1b