From cb12ee47f4ac44eb40a5fc9b4d272477c0fa0995 Mon Sep 17 00:00:00 2001 From: Joseph Schaefer Date: Tue, 19 Dec 2023 17:01:45 -0500 Subject: [PATCH 1/2] orion.md --- src/site/generators/orion.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/site/generators/orion.md diff --git a/src/site/generators/orion.md b/src/site/generators/orion.md new file mode 100644 index 00000000..5802c05a --- /dev/null +++ b/src/site/generators/orion.md @@ -0,0 +1,27 @@ +--- +title: Orion +repo:SunStarSys/Orion +homepage: https://sunstarsys.com/orion/ +language: + - Markdown + - Perl +license: + - Apache 2.0 +templates: + - "Dotiac::DTL (custom)" +description: The Original Markdown Jamstack Wiki +startertemplaterepo: https://github.com/SunStarSys/www +twitter: sunstarsys +--- + +Orion, the next generation version of The Apache CMS, is a general-purpose static site generator with a focus on performance. It is the only SSG that **fully supports** Incremental Build technology via [Smart Content Dependency Management](https://sunstarsys.com/essays/dependencies). + +It only builds the content you need built. All the time. + +Features + +- IoC Build System +- Supports all Javascript/CSS Frameworks +- Commercial Version Supports Incremental Builds +- Bundled PCRE Search Engine +- Enterprise Version Supports ModPerl::Registry scripting From 4f66d1faabc61a56d33a2f9471acc891fec55b11 Mon Sep 17 00:00:00 2001 From: Joseph Schaefer Date: Tue, 19 Dec 2023 17:08:23 -0500 Subject: [PATCH 2/2] syntax --- src/site/generators/orion.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/site/generators/orion.md b/src/site/generators/orion.md index 5802c05a..0397f88d 100644 --- a/src/site/generators/orion.md +++ b/src/site/generators/orion.md @@ -1,7 +1,8 @@ --- title: Orion -repo:SunStarSys/Orion -homepage: https://sunstarsys.com/orion/ +repo: "SunStarSys/orion" +homepage: "https://sunstarsys.com/orion/" + language: - Markdown - Perl @@ -10,7 +11,7 @@ license: templates: - "Dotiac::DTL (custom)" description: The Original Markdown Jamstack Wiki -startertemplaterepo: https://github.com/SunStarSys/www +startertemplaterepo: "https://github.com/SunStarSys/www" twitter: sunstarsys ---