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