diff options
| author | Anoduck, The Anonymous Duck <9925396+anoduck@users.noreply.github.com> | 2025-02-16 09:16:39 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-16 09:16:39 +0000 |
| commit | b5290138e1f73a7a56578f9975ba3b50829ca8d4 (patch) | |
| tree | b4d2d0d4a5b10754f0d075248f97f63f74bbb9aa /frontmatter.json | |
| parent | 5354e537b7e02b96cf0b842adfc5faaae5d1a862 (diff) | |
| parent | 5086a041c02412f1a5f811325d4798c49acd328b (diff) | |
Merge pull request #77 from anoduck/develop
Regardless of failed style linting pulling this shit.
Diffstat (limited to 'frontmatter.json')
| -rw-r--r-- | frontmatter.json | 142 |
1 files changed, 2 insertions, 140 deletions
diff --git a/frontmatter.json b/frontmatter.json index bcf98ce..cd15a99 100644 --- a/frontmatter.json +++ b/frontmatter.json @@ -7,145 +7,7 @@ "frontMatter.templates.folder": ".frontmatter/templates/", "frontMatter.framework.id": "hugo", "frontMatter.git.enabled": true, - "frontMatter.preview.host": "http://192.168.1.99:1313", + "frontMatter.preview.host": "http://localhost:1313", "frontMatter.website.host": "https://corruptlamar.com", - "frontMatter.dashboard.openOnStart": true, - "frontMatter.taxonomy.contentTypes": [ - { - "name": "default", - "pageBundle": false, - "previewPath": null, - "fields": [ - { - "title": "Title", - "name": "title", - "type": "string" - }, - { - "title": "Description", - "name": "description", - "type": "string" - }, - { - "title": "Publishing date", - "name": "date", - "type": "datetime", - "default": "{{now}}", - "isPublishDate": true - }, - { - "title": "Content preview", - "name": "preview", - "type": "image" - }, - { - "title": "Is in draft", - "name": "draft", - "type": "draft" - }, - { - "title": "Tags", - "name": "tags", - "type": "tags" - }, - { - "title": "Categories", - "name": "categories", - "type": "categories" - } - ] - } - ], - "frontMatter.content.pageFolders": [ - { - "title": "communication", - "path": "[[workspace]]/content/communication", - "filePrefix": null, - "excludeSubdir": false, - "previewPath": "comm", - "contentTypes": [ - "communication", - "index" - ] - }, - { - "title": "content", - "path": "[[workspace]]/content", - "filePrefix": null, - "excludeSubdir": true, - "previewPath": "", - "contentTypes": [ - "page", - "index" - ] - }, - { - "title": "evidence", - "path": "[[workspace]]/content/evidence", - "filePrefix": null, - "previewPath": "evidence", - "contentTypes": [ - "evidence", - "index" - ] - }, - { - "title": "fpnav", - "path": "[[workspace]]/content/fpnav", - "filePrefix": null, - "previewPath": "fpnav", - "contentTypes": [ - "fpnav" - ] - }, - { - "title": "legal", - "path": "[[workspace]]/content/legal", - "filePrefix": null, - "previewPath": "legal", - "contentTypes": [ - "legal", - "index" - ] - }, - { - "title": "persons", - "path": "[[workspace]]/content/persons", - "filePrefix": null, - "previewPath": "persons", - "contentTypes": [ - "person", - "index" - ] - }, - { - "title": "posts", - "path": "[[workspace]]/content/posts", - "filePrefix": null, - "previewPath": "posts", - "contentTypes": [ - "post", - "index" - ] - }, - { - "title": "reasons", - "path": "[[workspace]]/content/reasons", - "filePrefix": null, - "previewPath": "reasons", - "contentTypes": [ - "reason" - ] - }, - { - "title": "video", - "path": "[[workspace]]/content/video", - "previewPath": "video", - "filePrefix": null, - "contentTypes": [ - "video", - "index" - ] - } - ] + "frontMatter.dashboard.openOnStart": true }
\ No newline at end of file |
