We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b136ea5 commit e9951a3Copy full SHA for e9951a3
src/site/generators/marmite.md
@@ -0,0 +1,28 @@
1
+---
2
+title: Marmite
3
+repo: rochacbruno/marmite
4
+homepage: https://rochacbruno.github.io/marmite
5
+language:
6
+ - Rust
7
+license:
8
+ - AGPL-3.0-or-later
9
+templates:
10
+ - Tera
11
+description: Zero config static site generator
12
13
+
14
+Static site generator written in Rust programming language,
15
+simply put your `.mds` in a folder and run `marmite`.
16
17
+### Features
18
19
+- Zero config
20
+- Built-in templates
21
+- Optionally fully customizable
22
+- Content types: Post and Page
23
+- Optimized for Blogs
24
+- Taxonomies: tags
25
+- Built-in support for themes
26
+- Code highlighting
27
+- Tera template engine
28
+- MathJax support
0 commit comments