File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed
Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ title : verless
3+ repo : verless/verless
4+ language :
5+ - Go
6+ license :
7+ - Apache-2.0
8+ templates :
9+ - Go
10+ description : A simple and lightweight Static Site Generator.
11+ ---
12+
13+ verless (pronounced like serverless) is a Static Site Generator designed for
14+ Markdown-based content with focus on simplicity and performance. It reads your
15+ Markdown files, applies your HTML templates and renders them as a website.
16+
17+ ### Flexible theming
18+
19+ Themes define the HTML templates as well as styles and scripts for your frontend.
20+ Initializing a new theme can be done within a single command, and setting it as
21+ active requires a single line of configuration. Since verless provides pre-defined
22+ template variables, themes are interchangeable.
23+
24+ ### Rapid development
25+
26+ Just like themes, new projects can be created using a single command. Local development
27+ requires no third-party webserver as verless comes with a built-in webserver and rebuilds
28+ your project when something changes.
29+
30+ ### High performance
31+
32+ Generating a static site typically is a matter of milliseconds. To keep build times short,
33+ verless lets you choose and explicitly enable features you need - only generate RSS feeds
34+ or overview pages for tags if you want to.
35+
36+ ### Focus on simplicity
37+
38+ Global information, page types, plugins and other settings are configured in a central
39+ configuration file inside your project. We try to keep things small and simple, and if
40+ your project isn't simple, verless probably isn't a good fit.
You can’t perform that action at this time.
0 commit comments