2023-07-23 16:52:46 +00:00
|
|
|
# franca
|
2023-07-22 13:38:20 +00:00
|
|
|
|
|
|
|
Multilingual static site generator based on Jinja templates.
|
|
|
|
|
2023-07-23 16:58:37 +00:00
|
|
|
Example theme: https://git.digitalstudium.com/digitalstudium/franca-theme-blog
|
2023-07-22 13:38:20 +00:00
|
|
|
|
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 19:52:34 +00:00
|
|
|
curl https://git.digitalstudium.com/attachments/ceaf659d-f161-4ca4-86f9-172993b35e7e -o franca && chmod +x franca && sudo mv franca /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:
|
|
|
|
```
|
2023-07-23 16:52:46 +00:00
|
|
|
franca
|
2023-07-22 13:45:10 +00:00
|
|
|
```
|
2023-07-23 19:50:57 +00:00
|
|
|
Generate production-ready public folder:
|
2023-07-22 13:45:10 +00:00
|
|
|
```
|
2023-07-23 16:52:46 +00:00
|
|
|
franca -p
|
2023-07-22 13:45:10 +00:00
|
|
|
```
|