This is the tildegit repository mirror for building Dakota's tilde.club page.
Go to file
Dakota Blair e53e239ab8 Added readings 2024-01-27. 2024-01-27 10:55:02 -05:00
.gitignore Added build script, templates and readings doc. 2020-09-22 21:29:49 -04:00
README.md Updated README. 2023-07-15 12:32:09 -04:00
index.tmpl.html Added readings 2024-01-27. 2024-01-27 10:55:02 -05:00
publish.py Added README and fixed publish script. 2020-09-26 21:40:33 -04:00
readings.md Added readings 2024-01-27. 2024-01-27 10:55:02 -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 title page. 2022-06-22 20:14:26 -04:00
title.html Added title page. 2022-06-22 20:14:26 -04:00
title.js Added title page. 2022-06-22 20:14:26 -04: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