Skip to content

Commit

Permalink
πŸ”§ update front matter config
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Fernandez <albertofdzm@gmail.com>
  • Loading branch information
AlbertoFdzM committed Oct 8, 2023
1 parent b46395d commit c26e54f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .frontmatter/database/taxonomyDb.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "taxonomy": { "categories": [] } }
{"taxonomy":{"categories":[],"tags":["art","beginner","devlog","game-jam","games","pixel-art","project-p2d","tip","tutorial","unity","unity hub"]}}
16 changes: 12 additions & 4 deletions frontmatter.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,21 @@
"frontMatter.content.publicFolder": "public",
"frontMatter.content.autoUpdateDate": true,
"frontMatter.git.enabled": true,
"frontMatter.git.commitMessage": "πŸ“ synced by Front Matter",
"frontMatter.git.commitMessage": "✍️ update content by Front Matter",
"frontMatter.preview.host": "http://localhost:3000",
"frontMatter.framework.startCommand": "npm start",
"frontMatter.taxonomy.dateFormat": "yyyy-MM-dd",
"frontMatter.content.pageFolders": [
{
"title": "post",
"title": "Posts",
"path": "[[workspace]]/public/posts",
"disableCreation": true,
"previewPath": "'/posts/'yyyy/MM"
},
{
"title": "New Post",
"path": "[[workspace]]/public/posts/{{year}}/{{month}}",
"previewPath": "/posts/{{pathToken.3}}/{{pathToken.4}}"
"previewPath": "'/posts/'yyyy/MM"
}
],
"frontMatter.taxonomy.contentTypes": [
Expand Down Expand Up @@ -116,5 +122,7 @@
}
}
}
]
],
"frontMatter.templates.prefix": "",
"frontMatter.website.host": "https://genomagames.com"
}
File renamed without changes
File renamed without changes.

0 comments on commit c26e54f

Please sign in to comment.