diff --git a/admin/index.html b/admin/index.html index 790f7a8a..4c99d844 100644 --- a/admin/index.html +++ b/admin/index.html @@ -8,6 +8,6 @@ - + diff --git a/frontmatter.json b/frontmatter.json deleted file mode 100644 index 638a2f51..00000000 --- a/frontmatter.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "$schema": "https://frontmatter.codes/frontmatter.schema.json", - "frontMatter.framework.id": "nuxt", - "frontMatter.content.publicFolder": "static", - "frontMatter.content.pageFolders": [ - { - "title": "translate", - "path": "[[workspace]]/tools/translate" - }, - { - "title": "articles", - "path": "[[workspace]]/content/articles" - }, - { - "title": "issues", - "path": "[[workspace]]/content/issues" - }, - { - "title": "pages", - "path": "[[workspace]]/content/pages" - }, - { - "title": "themes", - "path": "[[workspace]]/content/themes" - }, - { - "title": "media", - "path": "[[workspace]]/content/media" - }, - { - "title": "authors", - "path": "[[workspace]]/content/authors" - } - ] -}