aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2024-02-08 14:29:38 -0500
committerAndrew Lee <alee14498@protonmail.com>2024-02-08 14:29:38 -0500
commitdc6e36f13c8f94b148f6a3ec8378c66e5fd5034a (patch)
tree8c8830a84d33306fc9e3f3c07baea1e4e4b82674 /.vscode/settings.json
parentf58a1d127577b07bd849df85afd5e574eaec3a35 (diff)
downloadpersonal-website-dc6e36f13c8f94b148f6a3ec8378c66e5fd5034a.tar.gz
personal-website-dc6e36f13c8f94b148f6a3ec8378c66e5fd5034a.tar.bz2
personal-website-dc6e36f13c8f94b148f6a3ec8378c66e5fd5034a.zip
Added personal repos; RSS icon on blog
Diffstat (limited to '.vscode/settings.json')
-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