Convert directory data files from JSON to JS
This commit is contained in:
parent
1893d14d8c
commit
54b103f8cc
|
@ -0,0 +1,13 @@
|
||||||
|
export default {
|
||||||
|
tags: ["articles", "contents", "feed items"],
|
||||||
|
layout: "main/content",
|
||||||
|
permalink: "/articles/{{ page.fileSlug }}/",
|
||||||
|
isArticle: true,
|
||||||
|
eleventyComputed: {
|
||||||
|
title: "{{ articleTitle }} | Articles",
|
||||||
|
eleventyNavigation: {
|
||||||
|
key: "{{ articleTitle }}",
|
||||||
|
parent: "Articles"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,13 +0,0 @@
|
||||||
{
|
|
||||||
"tags": ["articles", "contents", "feed items"],
|
|
||||||
"layout": "main/content",
|
|
||||||
"permalink": "/articles/{{ page.fileSlug }}/",
|
|
||||||
"isArticle": true,
|
|
||||||
"eleventyComputed": {
|
|
||||||
"title": "{{ articleTitle }} | Articles",
|
|
||||||
"eleventyNavigation": {
|
|
||||||
"key": "{{ articleTitle }}",
|
|
||||||
"parent": "Articles"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
export default {
|
||||||
|
tags: "featured articles"
|
||||||
|
}
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"tags": "featured articles"
|
|
||||||
}
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
export default {
|
||||||
|
tags: "my articles"
|
||||||
|
}
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"tags": "my articles"
|
|
||||||
}
|
|
|
@ -0,0 +1,12 @@
|
||||||
|
export default {
|
||||||
|
layout: "main/content",
|
||||||
|
tags: ["posts", "contents", "feed items"],
|
||||||
|
isArticle: true,
|
||||||
|
eleventyComputed: {
|
||||||
|
title: "{{ articleTitle }} | Blog",
|
||||||
|
eleventyNavigation: {
|
||||||
|
key: "{{ articleTitle }}",
|
||||||
|
parent: "Blog Archive"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,12 +0,0 @@
|
||||||
{
|
|
||||||
"layout": "main/content",
|
|
||||||
"tags": ["posts", "contents", "feed items"],
|
|
||||||
"isArticle": true,
|
|
||||||
"eleventyComputed": {
|
|
||||||
"title": "{{ articleTitle }} | Blog",
|
|
||||||
"eleventyNavigation": {
|
|
||||||
"key": "{{ articleTitle }}",
|
|
||||||
"parent": "Blog Archive"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
export default {
|
||||||
|
tags: "changelog 2022"
|
||||||
|
}
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"tags": "changelog 2022"
|
|
||||||
}
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
export default {
|
||||||
|
tags: "changelog 2023"
|
||||||
|
}
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"tags": "changelog 2023"
|
|
||||||
}
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
export default {
|
||||||
|
tags: "changelog 2024"
|
||||||
|
}
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"tags": "changelog 2024"
|
|
||||||
}
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
export default {
|
||||||
|
tags: ["changelogs", "feed items"],
|
||||||
|
permalink: false,
|
||||||
|
eleventyComputed: {
|
||||||
|
"title": "Changelog: {{ date | formatDate }}"
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,7 +0,0 @@
|
||||||
{
|
|
||||||
"tags": ["changelogs", "feed items"],
|
|
||||||
"permalink": false,
|
|
||||||
"eleventyComputed": {
|
|
||||||
"title": "Changelog: {{ date | formatDate }}"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
export default {
|
||||||
|
tags: "changelog pages",
|
||||||
|
layout: "main/changelogs",
|
||||||
|
permalink: "/changelogs/{{ page.fileSlug }}/",
|
||||||
|
eleventyComputed: {
|
||||||
|
eleventyNavigation: {
|
||||||
|
key: "{{ changelogNav }}",
|
||||||
|
parent: "Changelogs"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,11 +0,0 @@
|
||||||
{
|
|
||||||
"tags": "changelog pages",
|
|
||||||
"layout": "main/changelogs",
|
|
||||||
"permalink": "/changelogs/{{ page.fileSlug }}/",
|
|
||||||
"eleventyComputed": {
|
|
||||||
"eleventyNavigation": {
|
|
||||||
"key": "{{ changelogNav }}",
|
|
||||||
"parent": "Changelogs"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
export default {
|
||||||
|
tags: ["link groups"],
|
||||||
|
permalink: false
|
||||||
|
}
|
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
"tags": ["link groups"],
|
|
||||||
"permalink": false
|
|
||||||
}
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
export default {
|
||||||
|
tags: ["artworks", "contents"],
|
||||||
|
categories: ["artworks"]
|
||||||
|
}
|
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
"tags": ["artworks", "contents"],
|
|
||||||
"categories": ["artworks"]
|
|
||||||
}
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
export default {
|
||||||
|
tags: ["code projects"]
|
||||||
|
}
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"tags": ["code projects"]
|
|
||||||
}
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
export default {
|
||||||
|
tags: "project pages",
|
||||||
|
layout: "main/content.njk",
|
||||||
|
hasBreadcrumbs: true,
|
||||||
|
eleventyComputed: {
|
||||||
|
eleventyNavigation: {
|
||||||
|
key: "{{ title }}",
|
||||||
|
parent: "Projects"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,11 +0,0 @@
|
||||||
{
|
|
||||||
"tags": "project pages",
|
|
||||||
"layout": "main/content.njk",
|
|
||||||
"hasBreadcrumbs": true,
|
|
||||||
"eleventyComputed": {
|
|
||||||
"eleventyNavigation": {
|
|
||||||
"key": "{{ title }}",
|
|
||||||
"parent": "Projects"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
export default {
|
||||||
|
tags: ["code snippets"]
|
||||||
|
}
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"tags": ["code snippets"]
|
|
||||||
}
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
export default {
|
||||||
|
tags: ["video game mods", "contents"],
|
||||||
|
categories: ["video game mods"]
|
||||||
|
}
|
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
"tags": ["video game mods", "contents"],
|
|
||||||
"categories": ["video game mods"]
|
|
||||||
}
|
|
|
@ -0,0 +1,12 @@
|
||||||
|
export default {
|
||||||
|
tags: ["contents", "feed items", "cassette beasts articles"],
|
||||||
|
layout: "cassettebeasts/content",
|
||||||
|
isArticle: true,
|
||||||
|
eleventyComputed: {
|
||||||
|
title: "{{ articleTitle }} | Articles",
|
||||||
|
eleventyNavigation: {
|
||||||
|
key: "{{ articleTitle }}",
|
||||||
|
parent: "Cassette Beasts Articles"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,12 +0,0 @@
|
||||||
{
|
|
||||||
"tags": ["contents", "feed items", "cassette beasts articles"],
|
|
||||||
"layout": "cassettebeasts/content",
|
|
||||||
"isArticle": true,
|
|
||||||
"eleventyComputed": {
|
|
||||||
"title": "{{ articleTitle }} | Articles",
|
|
||||||
"eleventyNavigation": {
|
|
||||||
"key": "{{ articleTitle }}",
|
|
||||||
"parent": "Cassette Beasts Articles"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
export default {
|
||||||
|
tags: "shrine pages"
|
||||||
|
}
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"tags": "shrine pages"
|
|
||||||
}
|
|
|
@ -0,0 +1,12 @@
|
||||||
|
export default {
|
||||||
|
tags: ["contents", "feed items", "kotor articles"],
|
||||||
|
layout: "starwarskotor/content",
|
||||||
|
isArticle: true,
|
||||||
|
eleventyComputed: {
|
||||||
|
title: "{{ articleTitle }} | Articles",
|
||||||
|
eleventyNavigation: {
|
||||||
|
key: "{{ articleTitle }}",
|
||||||
|
parent: "KotOR Articles"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,12 +0,0 @@
|
||||||
{
|
|
||||||
"tags": ["contents", "feed items", "kotor articles"],
|
|
||||||
"layout": "starwarskotor/content",
|
|
||||||
"isArticle": true,
|
|
||||||
"eleventyComputed": {
|
|
||||||
"title": "{{ articleTitle }} | Articles",
|
|
||||||
"eleventyNavigation": {
|
|
||||||
"key": "{{ articleTitle }}",
|
|
||||||
"parent": "KotOR Articles"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -0,0 +1,12 @@
|
||||||
|
export default {
|
||||||
|
tags: ["contents", "feed items", "kotor guides"],
|
||||||
|
layout: "starwarskotor/content",
|
||||||
|
isArticle: true,
|
||||||
|
eleventyComputed: {
|
||||||
|
title: "{{ articleTitle }} | Guides",
|
||||||
|
eleventyNavigation: {
|
||||||
|
key: "{{ articleTitle }}",
|
||||||
|
parent: "KotOR Guides"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,12 +0,0 @@
|
||||||
{
|
|
||||||
"tags": ["contents", "feed items", "kotor guides"],
|
|
||||||
"layout": "starwarskotor/content",
|
|
||||||
"isArticle": true,
|
|
||||||
"eleventyComputed": {
|
|
||||||
"title": "{{ articleTitle }} | Guides",
|
|
||||||
"eleventyNavigation": {
|
|
||||||
"key": "{{ articleTitle }}",
|
|
||||||
"parent": "KotOR Guides"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -0,0 +1,12 @@
|
||||||
|
export default {
|
||||||
|
tags: ["contents", "kotor resources"],
|
||||||
|
layout: "starwarskotor/content",
|
||||||
|
hasBreadcrumbs: true,
|
||||||
|
eleventyComputed: {
|
||||||
|
title: "{{ pageTitle }} | Resources",
|
||||||
|
eleventyNavigation: {
|
||||||
|
key: "{{ pageTitle }}",
|
||||||
|
parent: "KotOR Resources"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,12 +0,0 @@
|
||||||
{
|
|
||||||
"tags": ["contents", "kotor resources"],
|
|
||||||
"layout": "starwarskotor/content",
|
|
||||||
"hasBreadcrumbs": true,
|
|
||||||
"eleventyComputed": {
|
|
||||||
"title": "{{ pageTitle }} | Resources",
|
|
||||||
"eleventyNavigation": {
|
|
||||||
"key": "{{ pageTitle }}",
|
|
||||||
"parent": "KotOR Resources"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
export default {
|
||||||
|
tags: "archive",
|
||||||
|
eleventyComputed:{
|
||||||
|
eleventyNavigation: {
|
||||||
|
key: "{{ title }}"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,8 +0,0 @@
|
||||||
{
|
|
||||||
"tags": "archive",
|
|
||||||
"eleventyComputed":{
|
|
||||||
"eleventyNavigation":{
|
|
||||||
"key": "{{ title }}"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
export default {
|
||||||
|
tags: "footer links"
|
||||||
|
}
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"tags": "footer links"
|
|
||||||
}
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
export default {
|
||||||
|
tags: "navbar links"
|
||||||
|
}
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"tags": "navbar links"
|
|
||||||
}
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
export default {
|
||||||
|
tags: "pages",
|
||||||
|
layout: "main/content",
|
||||||
|
permalink: "/{{ page.fileSlug }}/",
|
||||||
|
eleventyComputed: {
|
||||||
|
eleventyNavigation: {
|
||||||
|
key: "{{ title }}"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,10 +0,0 @@
|
||||||
{
|
|
||||||
"tags": "pages",
|
|
||||||
"layout": "main/content",
|
|
||||||
"permalink": "/{{ page.fileSlug }}/",
|
|
||||||
"eleventyComputed":{
|
|
||||||
"eleventyNavigation":{
|
|
||||||
"key": "{{ title }}"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
export default {
|
||||||
|
layout: "main/statement",
|
||||||
|
tags: "statements",
|
||||||
|
articleElement: true,
|
||||||
|
eleventyComputed: {
|
||||||
|
desc: "{{ sitemeta.siteName | safe }}'s {{ keyword }}.",
|
||||||
|
eleventyNavigation:{
|
||||||
|
key: "{{ title }}"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,11 +0,0 @@
|
||||||
{
|
|
||||||
"layout": "main/statement",
|
|
||||||
"tags": "statements",
|
|
||||||
"articleElement": true,
|
|
||||||
"eleventyComputed": {
|
|
||||||
"desc": "{{ sitemeta.siteName | safe }}'s {{ keyword }}.",
|
|
||||||
"eleventyNavigation":{
|
|
||||||
"key": "{{ title }}"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue