1
1
Fork 0
Ava Gaiety W.'s Portfolio https://gaiety.me/
Find a file
Ava Gaiety W afea9065e6 comoto
2025-08-30 20:18:00 -06:00
.obsidian styling fixup, better header for contractor 2025-06-09 00:21:40 -06:00
_data gaiety.me email, new tagline 2025-08-30 19:58:48 -06:00
_includes rss feed, fix blog header link 2025-07-08 22:26:17 -06:00
assets/fonts custom fonts, code styling 2025-05-05 21:53:25 -06:00
blog gaiety.me email, new tagline 2025-08-30 19:58:48 -06:00
community gaiety.me email, new tagline 2025-08-30 19:58:48 -06:00
files Updated resume, gaiety.me email and Comoto 2025-08-30 19:58:40 -06:00
img comoto 2025-08-30 20:18:00 -06:00
repos comoto 2025-08-30 20:18:00 -06:00
uses gaiety.me email, new tagline 2025-08-30 19:58:48 -06:00
work comoto 2025-08-30 20:18:00 -06:00
.eleventy.js rss is now atom format 2025-07-09 11:32:20 -06:00
.gitignore add jampack optimizations 2024-03-27 00:09:56 -05:00
.gitmodules Changing submodule to https 2019-12-08 15:20:25 -06:00
.mise.toml fix not being able to compile app 2025-02-11 20:22:38 -07:00
docker-compose.yml remove version from docker compose file 2024-03-27 21:43:52 -05:00
Dockerfile bump node 2024-03-27 06:24:52 +00:00
index.md gaiety.me email, new tagline 2025-08-30 19:58:48 -06:00
nginx.conf docker deploy 2024-03-05 20:39:14 +00:00
package-lock.json rss feed, fix blog header link 2025-07-08 22:26:17 -06:00
package.json gaiety.me email, new tagline 2025-08-30 19:58:48 -06:00
postcss.config.js cssnano for smaller style output 2021-03-01 09:34:20 -06:00
README.md cleanup build and start commands 2025-04-18 18:26:02 -06:00
styles.css ditch shadertoy, laggy 2025-06-19 12:27:02 -06:00
tailwind.config.js custom fonts, code styling 2025-05-05 21:53:25 -06:00

portfolio

For repos, work, and more

Uses mise, install necessary runtimes with mise install

Developing

npm start

Deploy steps

Docker container automatically performs dependency install and build

npm run deploy
# or...
docker compose up --build -d