This is the tildegit repository mirror for building Dakota's tilde.club page.
Go to file
Dakota Blair d7d6d1d572 Added README and fixed publish script.
The publish script used platform specific options, and this commit removes
them. This commit introduces a README with installation instructions.
2020-09-26 21:40:33 -04:00
.gitignore Added build script, templates and readings doc. 2020-09-22 21:29:49 -04:00
README.md Added README and fixed publish script. 2020-09-26 21:40:33 -04:00
index.tmpl.html Added preferences and preference management. 2020-09-25 20:58:56 -07:00
publish.py Added README and fixed publish script. 2020-09-26 21:40:33 -04:00
readings.md Added build script, templates and readings doc. 2020-09-22 21:29:49 -04:00
requirements.txt Added build script, templates and readings doc. 2020-09-22 21:29:49 -04:00
tidy.conf Added build script, templates and readings doc. 2020-09-22 21:29:49 -04:00
tilde.css Added preferences and preference management. 2020-09-25 20:58:56 -07:00
tilde.js Added preferences and preference management. 2020-09-25 20:58:56 -07:00

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

Optional Dependencies

Installation

  1. Clone the repository and cd into the cloned directory.
  2. Make a virtualenv (optional, but highly suggested) and activate it:
python -m venv .venv
source .venv/bin/activate
  1. Install the python package dependencies using pip:
python -m pip install -r requirements.txt
  1. Run the publish script:
./publish.py