Aerogramme website including blog system and documentation using Zola
Go to file
2023-07-25 18:41:52 +02:00
content add missing files 2023-06-06 17:36:34 +02:00
src RFC status page 2023-06-06 16:44:11 +02:00
static finalize index page 2023-06-06 18:12:09 +02:00
templates fix nlnet link 2023-07-25 18:41:01 +02:00
.gitignore Add documentation 2023-06-02 12:39:25 +02:00
config.toml WIP aerogramme website 2023-06-05 15:41:45 +02:00
package.json fix build 2023-06-06 18:16:28 +02:00
README.md add deploy doc 2023-07-25 18:41:52 +02:00
tailwind.config.js WIP website conversion 2023-05-23 17:08:08 +02:00
yarn.lock WIP download 2023-05-26 15:13:50 +02:00

Aerogramme Website

Install

yarn install

Dev

yarn start
zola serve

Build

yarn build
zola build

Deploy

aws s3 sync --delete ./public s3://aerogramme.deuxfleurs.fr/