Skip to content

Commit 1be0576

Browse files
add kaktos static site generator
1 parent 9e761f6 commit 1be0576

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

src/site/generators/kaktos.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: Kaktos
3+
repo: paulocoutinhox/kaktos
4+
homepage: https://kaktos.netlify.app/
5+
language:
6+
- Python
7+
license:
8+
- MIT
9+
templates:
10+
- Jinja2
11+
description: Kaktos is a python static site generator
12+
---
13+
14+
Kaktos is a python static site generator.
15+
16+
- The idea is create a simple static site generator for people that don't need server-side languages.
17+
- Designers can use it too, since it don't need people that know a programming language.
18+
- Easy extendable to include new features.
19+
20+
### Features
21+
22+
Kaktos currently supports:
23+
24+
- Any css/javascript framework
25+
- Command line interface to execute everything
26+
- Easy deploy to Netlify
27+
- Easy deploy to AWS Amplify
28+
- Don't require any framework
29+
- Create any kind of site or blog

0 commit comments

Comments
 (0)