From ed61c82089bd84cb310009d7ab4e025d6b0e8ad2 Mon Sep 17 00:00:00 2001 From: Andrew Woodlee Date: Sat, 23 Mar 2024 22:54:42 -0500 Subject: [PATCH] inital commit --- .frontmatter/database/taxonomyDb.json | 1 + .frontmatter/templates/article.md | 11 +++++++++++ .gitignore | 3 +++ .vscode/settings.json | 3 +++ 4 files changed, 18 insertions(+) create mode 100644 .frontmatter/database/taxonomyDb.json create mode 100644 .frontmatter/templates/article.md create mode 100644 .gitignore create mode 100644 .vscode/settings.json diff --git a/.frontmatter/database/taxonomyDb.json b/.frontmatter/database/taxonomyDb.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/.frontmatter/database/taxonomyDb.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/.frontmatter/templates/article.md b/.frontmatter/templates/article.md new file mode 100644 index 0000000..6f1131f --- /dev/null +++ b/.frontmatter/templates/article.md @@ -0,0 +1,11 @@ +--- +title: +slug: +description: +author: +date: 2019-08-22T15:20:28.000Z +lastmod: 2019-08-22T15:20:28.000Z +draft: true +tags: [] +categories: [] +--- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d661dfa --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +deploy +public +.hugo_build.lock \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..a5af532 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "frontMatter.preview.host": "http://localhost:1313" +} \ No newline at end of file