Skip to content

Commit 13af114

Browse files
authored
Merge pull request #810 from paulocoutinhox/kaktos
add kaktos static site generator
2 parents 3769bb6 + ce4154b commit 13af114

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

src/site/generators/kaktos.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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+
startertemplaterepo: https://github.com/paulocoutinhox/kaktos
12+
description: Kaktos is a python static site generator
13+
---
14+
15+
Kaktos is a python static site generator.
16+
17+
- The idea is create a simple static site generator for people that don't need server-side languages.
18+
- Designers can use it too, since it don't need people that know a programming language.
19+
- Easy extendable to include new features.
20+
21+
### Features
22+
23+
Kaktos currently supports:
24+
25+
- Any css/javascript framework
26+
- Command line interface to execute everything
27+
- Easy deploy to Netlify
28+
- Easy deploy to AWS Amplify
29+
- Don't require any framework
30+
- Create any kind of site or blog

0 commit comments

Comments
 (0)