This is the tildegit repository mirror for building Dakota's tilde.club page.
Go to file
Dakota Blair dae985da3a Added readings 2022-02-14 2022-02-16 23:34:51 -05: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 readings 2022-02-14 2022-02-16 23:34:51 -05:00
publish.py Added README and fixed publish script. 2020-09-26 21:40:33 -04:00
readings.md Added readings 2022-02-14 2022-02-16 23:34:51 -05: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 lambdabot to projects. 2021-11-15 20:57:31 -08: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