franca/README.md

21 lines
540 B
Markdown
Raw Permalink Normal View History

2023-07-22 13:38:20 +00:00
# Crater
Multilingual static site generator based on Jinja templates.
Example theme: https://git.digitalstudium.com/digitalstudium/crater-theme-digitalstudium
2023-07-23 13:03:48 +00:00
Example website: https://git.digitalstudium.com/digitalstudium/digitalstudium.com (https://digitalstudium.com)
2023-07-22 13:43:17 +00:00
2023-07-23 13:11:55 +00:00
## Installation (Linux):
2023-07-22 13:45:10 +00:00
```
2023-07-23 13:15:37 +00:00
curl https://git.digitalstudium.com/attachments/29f029cb-1f35-4286-803b-5d3908e32cd2 -o crater && chmod +x crater && sudo mv crater /usr/local/bin
2023-07-22 13:45:10 +00:00
```
2023-07-23 13:11:55 +00:00
## Usage:
2023-07-22 13:45:10 +00:00
Development:
```
crater
```
2023-07-23 13:11:55 +00:00
Generate public folder only:
2023-07-22 13:45:10 +00:00
```
crater -p
```