1
1
Fork 0
Ava Gaiety W.'s Portfolio https://gaiety.me/
Find a file
2025-02-11 20:32:43 -07:00
_data more improvements, copy, layout 2024-03-24 11:11:48 -05:00
_includes mobile friendly fix 2025-02-11 20:32:43 -07:00
community More alt text yay 2024-03-29 22:14:17 -05:00
files resume update for 2024 spring 2024-04-13 09:43:27 -05:00
img webring, footer images 2025-02-11 20:22:46 -07:00
repos More alt text yay 2024-03-29 22:14:17 -05:00
uses updated uses more 2024-03-25 22:54:00 -05:00
work More alt text yay 2024-03-29 22:14:17 -05:00
.eleventy.js fix meta tags 2024-03-27 00:43:45 -05: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 fix not being able to compile app 2025-02-11 20:22:38 -07:00
package.json Fix docker removing directory for jampack 2024-03-30 03:15:15 +00: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