diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..b24ad1d --- /dev/null +++ b/content/_index.md @@ -0,0 +1,3 @@ +--- +title: "List of all content" +--- diff --git a/content/article/_index.md b/content/article/_index.md new file mode 100644 index 0000000..6b870b4 --- /dev/null +++ b/content/article/_index.md @@ -0,0 +1,3 @@ +--- +title: "List of Articles" +--- diff --git a/content/contributor/_index.md b/content/contributor/_index.md new file mode 100644 index 0000000..956f272 --- /dev/null +++ b/content/contributor/_index.md @@ -0,0 +1,3 @@ +--- +title: "List of Contributors" +--- diff --git a/content/editor/_index.md b/content/editor/_index.md new file mode 100644 index 0000000..48848ce --- /dev/null +++ b/content/editor/_index.md @@ -0,0 +1,3 @@ +--- +title: "List of Editors" +--- diff --git a/content/issue/_index.md b/content/issue/_index.md new file mode 100644 index 0000000..cb0c3bf --- /dev/null +++ b/content/issue/_index.md @@ -0,0 +1,3 @@ +--- +title: "List of Issues" +--- diff --git a/content/journal/index.md b/content/journal/index.md new file mode 100644 index 0000000..759757d --- /dev/null +++ b/content/journal/index.md @@ -0,0 +1,31 @@ +--- +title: "Game Design Knowledge & Practice Journal (WIP/Test)" +date: "2023-06-24T15:20:45+03:00" +author: "anybody" +draft: false +has_issues: ["issue-x.md", "issue-0.md", "int-housekeeping.md", "issue-journal-info.md"] +--- + +This is the journal home. + +# Journal Statement +.... +# Submissions + +See ![Submission guidelines](article:submission-guide). + +# Editorial board + +- ![Jane Editor](editor:jane-editor), affiliation (?) +- ![Joe Editor](editor:joe-editor), some affiliation. + +# Browse content +- [Sitemap with all content](/) +- [Issues](/issue/) +- [Articles](/article/) +- [Keywords](/keywords/) +- [Contributors](/contributor/) +- [Editors](/editor/) +- [Links](/urls/) (backlinks, outgoing URLs, internal links, and bibliographic references). +- [Printable content](/print/) +# Contact \ No newline at end of file diff --git a/content/print/_index.md b/content/print/_index.md new file mode 100644 index 0000000..cfca503 --- /dev/null +++ b/content/print/_index.md @@ -0,0 +1,3 @@ +--- +title: "List of Printable content" +--- diff --git a/content/urls/_index.md b/content/urls/_index.md new file mode 100644 index 0000000..2b2867d --- /dev/null +++ b/content/urls/_index.md @@ -0,0 +1,3 @@ +--- +title: List of Urls +---