This is the repository for building Dakota's tilde.club page. As of now, the
only build artifact is index.html
.
python3
- Python packages listed in
requirements.txt
- Python packages listed in
- Clone the repository and
cd
into the cloned directory. - Make a virtualenv (optional, but highly suggested) and activate it:
python -m venv .venv
source .venv/bin/activate
- Install the
python
package dependencies usingpip
:
python -m pip install -r requirements.txt
- Run the publish script:
./publish.py