- Install dependencies
npm install
- Run Eleventy
Generate a production-ready build to the _site
folder:
npm run build
Or build and host on a local development server:
npm run dev
The website source is under “I'm so tired” 1.0 license.
Please take the time to read and check if you're allowed to use it before doing so.
Thank you luna who made it (source).
- The “raccoon handling a switchblade knife in its mouth” illustration have been made for Guérilla.Studio by Fiona Kaerhon
- The Atkinson Hyperlegible font have been designed by the Braille Institue, Applied Design Works, Elliott Scott, Megan Eiswerth, Linus Boman, Theodore Petrosky (and distributed on Open Font License)
Don't forget to get working redirection for the Mastodon instance (you can use this post as reference).
Works out of the box (using the dedicated config file)
- Create bucket
- (Important) Set redirections using the command:
aws s3api put-bucket-website --bucket guerilla.studio --website-configuration file://./s3-website-config.json
(only need to be done once) - Build and push content either through the dxfl cli(experimental but simpler) or the aws cli(may be broken because of future AWS's changes). Can be authomatized with the Woodpecker config file.