From 48f01c46722b760b9cfa8c6786afdd61366ca97b Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Thu, 20 Feb 2025 11:22:38 -0500 Subject: [PATCH] Adding submodules. --- .frontmatter/database/mediaDb.json | 1 + .frontmatter/database/pinnedItemsDb.json | 1 + .frontmatter/database/taxonomyDb.json | 1 + .gitmodules | 10 ++++++++ config/_default/config.toml | 2 +- config/congo/config.toml | 2 +- config/poison/config.toml | 2 +- frontmatter.json | 25 +++++++++++++++++++ themes/congo/config/_default/config.toml | 2 +- .../exampleSite/config/_default/config.toml | 2 +- 10 files changed, 43 insertions(+), 5 deletions(-) create mode 100644 .frontmatter/database/mediaDb.json create mode 100644 .frontmatter/database/pinnedItemsDb.json create mode 100644 .frontmatter/database/taxonomyDb.json create mode 100644 .gitmodules create mode 100644 frontmatter.json diff --git a/.frontmatter/database/mediaDb.json b/.frontmatter/database/mediaDb.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/.frontmatter/database/mediaDb.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/.frontmatter/database/pinnedItemsDb.json b/.frontmatter/database/pinnedItemsDb.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/.frontmatter/database/pinnedItemsDb.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/.frontmatter/database/taxonomyDb.json b/.frontmatter/database/taxonomyDb.json new file mode 100644 index 0000000..a81f226 --- /dev/null +++ b/.frontmatter/database/taxonomyDb.json @@ -0,0 +1 @@ +{"taxonomy":{"tags":["Beispiele","CSS","Chart","Diagramm","Emoji","Gist","Graph","HTML","Icons","KaTeX","Markdown","Mathematik","Mermaid","Privatsphäre","Shortcodes","Twitter","Vimeo","YouTube","advanced","analytics","chart","comments","config","content","css","deployment","diagram","docs","emoji","example","favicons","front matter","gist","github","graph","homepage","hosting","html","icon","icons","installation","katex","latin","layouts","lead","markdown","maths","mermaid","netlify","new","partials","privacy","render","sample","shortcodes","text","twitter","users","vimeo","youtube","文档","高级"],"categories":[]}} \ No newline at end of file diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..ee65ac3 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,10 @@ +[submodule "poison"] + path = poison + url = https://github.com/lukeorth/poison.git +[submodule "themes/poison"] + path = themes/poison + url = https://github.com/lukeorth/poison.git +[submodule "themes/congo"] + path = themes/congo + url = https://github.com/jpanther/congo.git + branch = stable diff --git a/config/_default/config.toml b/config/_default/config.toml index a1becf2..932713e 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -6,7 +6,7 @@ baseURL = "https://it-services.trez.wtf/" defaultContentLanguage = "en" theme = "congo" enableRobotsTXT = true -paginate = 10 +pagerSize = 10 summaryLength = 0 [outputs] diff --git a/config/congo/config.toml b/config/congo/config.toml index eaa8245..2265e3c 100644 --- a/config/congo/config.toml +++ b/config/congo/config.toml @@ -6,7 +6,7 @@ baseURL = "https://it-services.trez.wtf/" defaultContentLanguage = "en" enableRobotsTXT = true -paginate = 10 +pagerSize = 10 summaryLength = 0 [outputs] diff --git a/config/poison/config.toml b/config/poison/config.toml index bdfd15b..8d557ca 100644 --- a/config/poison/config.toml +++ b/config/poison/config.toml @@ -1,7 +1,7 @@ baseURL = "it-services.trez.wtf" languageCode = "en-us" theme = "poison" -paginate = 10 +pagerSize = 10 pluralizelisttitles = false # removes the automatically appended "s" on sidebar entries # NOTE: If using Disqus as commenting engine, uncomment and configure this line diff --git a/frontmatter.json b/frontmatter.json new file mode 100644 index 0000000..adb01b1 --- /dev/null +++ b/frontmatter.json @@ -0,0 +1,25 @@ +{ + "$schema": "https://beta.frontmatter.codes/frontmatter.schema.json", + "frontMatter.framework.id": "hugo", + "frontMatter.content.publicFolder": "static", + "frontMatter.preview.host": "http://localhost:1313", + "frontMatter.content.pageFolders": [ + { + "title": "content", + "path": "[[workspace]]/content" + }, + { + "title": "archetypes", + "path": "[[workspace]]/archetypes" + }, + { + "title": "poison", + "path": "[[workspace]]/themes/poison" + }, + { + "title": "congo", + "path": "[[workspace]]/themes/congo" + } + ], + "frontMatter.git.enabled": true +} \ No newline at end of file diff --git a/themes/congo/config/_default/config.toml b/themes/congo/config/_default/config.toml index 812d611..58913d7 100644 --- a/themes/congo/config/_default/config.toml +++ b/themes/congo/config/_default/config.toml @@ -6,7 +6,7 @@ defaultContentLanguage = "en" enableRobotsTXT = true -paginate = 10 +pagerSize = 10 summaryLength = 0 [outputs] diff --git a/themes/congo/exampleSite/config/_default/config.toml b/themes/congo/exampleSite/config/_default/config.toml index 6c8e9a8..b02c396 100644 --- a/themes/congo/exampleSite/config/_default/config.toml +++ b/themes/congo/exampleSite/config/_default/config.toml @@ -6,7 +6,7 @@ theme = "congo" defaultContentLanguage = "en" enableRobotsTXT = true -paginate = 15 +pagerSize = 15 summaryLength = 0 [outputs]