17
0
Fork 0
Aerogramme website including blog system and documentation using Zola
Go to file
Quentin f0a5691784
reworking website homepage wip
2023-11-27 17:35:08 +01:00
content reworking website homepage wip 2023-11-27 17:35:08 +01:00
src reworking website homepage wip 2023-11-27 17:35:08 +01:00
static reworking website homepage wip 2023-11-27 17:35:08 +01:00
templates reworking website homepage wip 2023-11-27 17:35:08 +01:00
.gitignore Add documentation 2023-06-02 12:39:25 +02:00
README.md add 2 buttons 2023-07-25 18:59:12 +02:00
config.toml reworking website homepage wip 2023-11-27 17:35:08 +01:00
package.json fix build 2023-06-06 18:16:28 +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

README.md

Aerogramme Website

Install

yarn install

Dev

yarn start
zola serve

Build

yarn build
zola build
yarn build

Deploy

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