From 413ab84290d7544e27f9c22d53a02ae8b6834ccd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20S=C3=B6derlund?= Date: Fri, 2 Sep 2022 18:27:48 +0200 Subject: [PATCH] Added information about the site generator Simplest. --- src/site/generators/simplest.md | 45 +++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 src/site/generators/simplest.md diff --git a/src/site/generators/simplest.md b/src/site/generators/simplest.md new file mode 100644 index 000000000..5a6696ee3 --- /dev/null +++ b/src/site/generators/simplest.md @@ -0,0 +1,45 @@ +--- +title: Simplest +repo: ciscoheat/simplest-sitegen +homepage: https://github.com/ciscoheat/simplest-sitegen +language: + - TypeScript +license: + - MIT +templates: + - HTML + - Markdown + - Pug + - CSS + - Sass + - PHP +description: The simplest static sitegen there is. Build a modern, fully working website using only HTML. +--- +## Do you recognize this: + +- You are comfortable with html and want to build a relatively simple, modern static site. +- You look at the jamstack site generators, but they always seem a bit too complicated. Too much configuration, too much scaffolding, too many themes, too much documentation. +- You don't want to get into all that *again*, because you have tested a few of them. + +## Don't despair, the solution is in front of you! + +Introducing **simplest**. It's true, it really is the simplest static sitegen, while still being quite able. + +Only HTML needed. No markdown, no yaml, no template languages, no huge documentation, and a one-step build process. + +## Support for + +- Pure HTML templating +- Sass +- Automatic cache-busting +- Multiple templates +- Live reload dev server +- Highly configurable +- Plugins for parsing custom files +- Can optionally use PHP for easy server-side power + +## Test it out + +Take it for a spin immediately with + +`npm create simplest-sitegen`