This repository hosts all of htv04's web-based works, including a personal website.
Requirements:
make # Build the site to build/
make run # Start a local dev server on port 8000
make clean # Remove the build directoryRequirements:
Start a local development server:
make runThis serves the build/ directory on port 8000. Visit http://localhost:8000 to view the site.
To deploy to GitHub Pages:
make gh-pages DEST=[path to gh-pages repo]src/
├── main/ # Personal website
└── gh-pages/ # Github Pages deployment
- Root directory: MIT License
src/main/: CC BY-SA 4.0src/gh-pages/: MIT License