1
1
Fork 0
Ava Gaiety W.'s Portfolio https://gaiety.me/
Find a file
2025-05-29 15:50:42 -06:00
.obsidian obsidian settings 2025-05-02 21:44:55 -06:00
_data add git links to more places 2025-05-09 11:50:34 -06:00
_includes header animations 2025-05-29 15:50:42 -06:00
assets/fonts custom fonts, code styling 2025-05-05 21:53:25 -06:00
blog pretty blockquotes 2025-05-27 17:11:13 -06:00
community More alt text yay 2024-03-29 22:14:17 -05:00
files fixed resume typo 2025-05-10 14:03:40 -06:00
img ssh with wireguard article 2025-05-02 21:44:42 -06:00
repos add git links to more places 2025-05-09 11:50:34 -06:00
uses updated bluesky, linkery, fixed typo 2025-05-05 19:50:03 -06:00
work updated to display contractor, dequee is old 2025-03-27 18:20:49 -06:00
.eleventy.js pretty blockquotes 2025-05-27 17:11:13 -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 fancy headings 2025-05-28 00:43:57 -06:00
nginx.conf docker deploy 2024-03-05 20:39:14 +00:00
package-lock.json update autoprefixer 2025-05-29 14:50:34 -06:00
package.json update autoprefixer 2025-05-29 14:50:34 -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 header spacing cleanup 2025-05-29 15:40:26 -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