1
1
Fork 0
Ava Gaiety W.'s Portfolio https://gaiety.me/
Find a file
2025-04-18 18:01:27 -06:00
_data more improvements, copy, layout 2024-03-24 11:11:48 -05:00
_includes upgrade to eleventy v3.x 2025-04-18 18:01:27 -06:00
community More alt text yay 2024-03-29 22:14:17 -05:00
files resume updated 2025 2025-03-27 17:17:42 -06:00
img updated to display contractor, dequee is old 2025-03-27 18:20:49 -06:00
repos swapped git.gay for git.basking.monster links 2025-04-14 17:41:40 -06:00
uses swapped git.gay for git.basking.monster links 2025-04-14 17:41:40 -06:00
work updated to display contractor, dequee is old 2025-03-27 18:20:49 -06:00
.eleventy.js upgrade to eleventy v3.x 2025-04-18 18:01:27 -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 more improvements, copy, layout 2024-03-24 11:11:48 -05:00
nginx.conf docker deploy 2024-03-05 20:39:14 +00:00
package-lock.json upgrade to eleventy v3.x 2025-04-18 18:01:27 -06:00
package.json upgrade to eleventy v3.x 2025-04-18 18:01:27 -06:00
postcss.config.js cssnano for smaller style output 2021-03-01 09:34:20 -06:00
README.md fix not being able to compile app 2025-02-11 20:22:38 -07:00
styles.css contrast improvements 2024-03-25 13:56:47 -05:00
tailwind.config.js animate in, motion-safe only 2024-03-27 22:29:18 -05:00

portfolio

For repos, work, and more

Uses mise, install necessary runtimes with mise install

Developing

In two terminals

# first terminal
npm start

# second terminal
npm run start:site

Building for production, static site

npm run build

Deploy steps

Requires Docker, NodeJS

Docker container automatically performs dependency install and build

npm run deploy