Skip to content

Commit c737da3

Browse files
authored
Merge pull request #808 from ciscoheat/main
Added information about the site generator Simplest.
2 parents 13af114 + 413ab84 commit c737da3

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

src/site/generators/simplest.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
title: Simplest
3+
repo: ciscoheat/simplest-sitegen
4+
homepage: https://github.com/ciscoheat/simplest-sitegen
5+
language:
6+
- TypeScript
7+
license:
8+
- MIT
9+
templates:
10+
- HTML
11+
- Markdown
12+
- Pug
13+
- CSS
14+
- Sass
15+
- PHP
16+
description: The simplest static sitegen there is. Build a modern, fully working website using only HTML.
17+
---
18+
## Do you recognize this:
19+
20+
- You are comfortable with html and want to build a relatively simple, modern static site.
21+
- 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.
22+
- You don't want to get into all that *again*, because you have tested a few of them.
23+
24+
## Don't despair, the solution is in front of you!
25+
26+
Introducing **simplest**. It's true, it really is the simplest static sitegen, while still being quite able.
27+
28+
Only HTML needed. No markdown, no yaml, no template languages, no huge documentation, and a one-step build process.
29+
30+
## Support for
31+
32+
- Pure HTML templating
33+
- Sass
34+
- Automatic cache-busting
35+
- Multiple templates
36+
- Live reload dev server
37+
- Highly configurable
38+
- Plugins for parsing custom files
39+
- Can optionally use PHP for easy server-side power
40+
41+
## Test it out
42+
43+
Take it for a spin immediately with
44+
45+
`npm create simplest-sitegen`

0 commit comments

Comments
 (0)