1
1
Fork 0
Ava Gaiety W.'s Portfolio https://gaiety.me/
Find a file
2025-06-12 23:33:23 -06:00
.obsidian styling fixup, better header for contractor 2025-06-09 00:21:40 -06:00
_data moved Blog link higher, replaced footer link with Linkery 2025-06-09 00:25:01 -06:00
_includes blog on homepage 2025-06-12 23:33:23 -06:00
assets/fonts custom fonts, code styling 2025-05-05 21:53:25 -06:00
blog styling fixup, better header for contractor 2025-06-09 00:21:40 -06:00
community missed a post haha 2025-06-09 00:22:36 -06:00
files fixed resume typo 2025-05-10 14:03:40 -06:00
img styling fixup, better header for contractor 2025-06-09 00:21:40 -06:00
repos replaced gaiety.life link 2025-06-09 00:29:01 -06:00
uses updated bluesky, linkery, fixed typo 2025-05-05 19:50:03 -06:00
work styling fixup, better header for contractor 2025-06-09 00:21:40 -06:00
.eleventy.js styling fixup, better header for contractor 2025-06-09 00:21:40 -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 styling fixup, better header for contractor 2025-06-09 00:21:40 -06:00
nginx.conf docker deploy 2024-03-05 20:39:14 +00:00
package-lock.json styling fixup, better header for contractor 2025-06-09 00:21:40 -06:00
package.json styling fixup, better header for contractor 2025-06-09 00:21:40 -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 blog on homepage 2025-06-12 23:33:23 -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