Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions src/site/generators/simplest.md
Original file line number Diff line number Diff line change
@@ -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`