aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..177e7da
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,30 @@
+{
+ "frontMatter.taxonomy.contentTypes": [
+ {
+ "name": "default",
+ "pageBundle": false,
+ "fields": [
+ {
+ "title": "title",
+ "name": "title",
+ "type": "string"
+ },
+ {
+ "title": "description",
+ "name": "description",
+ "type": "string"
+ },
+ {
+ "title": "pubDate",
+ "name": "pubDate",
+ "type": "datetime"
+ },
+ {
+ "title": "tags",
+ "name": "tags",
+ "type": "tags"
+ }
+ ]
+ }
+ ]
+} \ No newline at end of file