This is the tildegit repository mirror for building Dakota's tilde.club page.
.gitignore | ||
index.tmpl.html | ||
publish.py | ||
readings.md | ||
README.md | ||
requirements.txt | ||
tidy.conf | ||
tilde.css | ||
tilde.js | ||
title.html | ||
title.js |
Dakota's tilde.club
This is the repository for building Dakota's tilde.club page. As of now, the
only build artifact is index.html
.
Dependencies
python3
- Python packages listed in
requirements.txt
- Python packages listed in
Optional Dependencies
Installation
- 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