1
1
Fork 0
Ava Gaiety W.'s Portfolio https://gaiety.me/
Find a file
2024-03-27 00:09:56 -05:00
_data more improvements, copy, layout 2024-03-24 11:11:48 -05:00
_includes center footer 2024-03-25 22:55:07 -05:00
community some content improvements 2024-03-25 14:14:55 -05:00
files updated resume for PowerSchool 2024-01-25 14:44:11 -06:00
img deque stub 2024-03-25 14:06:56 -05:00
repos localized format fix 2024-03-25 14:11:44 -05:00
uses updated uses more 2024-03-25 22:54:00 -05:00
work deque stub 2024-03-25 14:06:56 -05:00
.eleventy.js localized format fix 2024-03-25 14:11:44 -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
.nvmrc Node version 2019-01-26 14:18:40 -06:00
docker-compose.yml docker deploy 2024-03-05 20:39:14 +00:00
Dockerfile add jampack optimizations 2024-03-27 00:09:56 -05:00
index.md more improvements, copy, layout 2024-03-24 11:11:48 -05:00
jampack.config.js add jampack optimizations 2024-03-27 00:09:56 -05:00
nginx.conf docker deploy 2024-03-05 20:39:14 +00:00
package-lock.json add jampack optimizations 2024-03-27 00:09:56 -05:00
package.json add jampack optimizations 2024-03-27 00:09:56 -05:00
postcss.config.js cssnano for smaller style output 2021-03-01 09:34:20 -06:00
README.md readme, updated package script steps 2024-03-05 20:33:06 +00:00
styles.css contrast improvements 2024-03-25 13:56:47 -05:00
tailwind.config.js glows 2024-03-24 22:50:48 -05:00

portfolio

For repos, work, and more

Developing

In two terminals

# first terminal
npm run start

# second terminal
npm run start:styles

Building for production, static site

npm run build

Deploy steps

Requires Docker, NodeJS

Docker container automatically performs dependency install and build

npm run deploy