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 14:32:32 +00:00
|
|
|
curl https://git.digitalstudium.com/attachments/ea3e7e10-198b-4ae7-823d-2a6168c8d82c -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
|
|
|
|
```
|