My personal website, pure HTML and CSS.
# Install dependencies
yarn
# Run a production build
yarn build
# Deploy to GitHub pages
git subtree push --prefix dist origin gh-pages
# Production build is located in dist folder
This website is licensed under the WTFPL. Feel free to do whatever you want with this. Enjoy!