1
1
Fork 0
Ava Gaiety W.'s Portfolio https://gaiety.me/
Find a file
2024-03-25 01:26:40 -05:00
_data more improvements, copy, layout 2024-03-24 11:11:48 -05:00
_includes highlight with hljs and catppuccin 2024-03-24 23:39:30 -05:00
community styled categories and content 2024-03-24 11:35:37 -05:00
files updated resume for PowerSchool 2024-01-25 14:44:11 -06:00
img oncue image preview 2024-03-25 01:26:40 -05:00
repos highlight with hljs and catppuccin 2024-03-24 23:39:30 -05:00
uses styled categories and content 2024-03-24 11:35:37 -05:00
work oncue image preview 2024-03-25 01:26:40 -05:00
.eleventy.js fix date utc issue and improve work content 2024-03-25 00:30:04 -05:00
.gitignore More progress 2021-02-02 22:37:07 -06: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 docker deploy 2024-03-05 20:39:14 +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 date utc issue and improve work content 2024-03-25 00:30:04 -05:00
package.json fix date utc issue and improve work content 2024-03-25 00:30:04 -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 highlight with hljs and catppuccin 2024-03-24 23:39:30 -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