You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 days ago | |
---|---|---|
.gitignore | 2 years ago | |
README.md | 2 years ago | |
index.tmpl.html | 6 days ago | |
publish.py | 2 years ago | |
readings.md | 6 days ago | |
requirements.txt | 2 years ago | |
tidy.conf | 2 years ago | |
tilde.css | 1 year ago | |
tilde.js | 7 months ago | |
title.html | 7 months ago | |
title.js | 7 months ago |
README.md
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