commit | 90271ec2f4dd028d4a9c8a85ed307f89ebde1305 | [log] [tgz] |
---|---|---|
author | Dave Brondsema <dave@brondsema.net> | Fri Jun 21 13:21:41 2024 -0400 |
committer | Dave Brondsema <dave@brondsema.net> | Fri Jun 21 13:21:41 2024 -0400 |
tree | 1cfb0ab31c4f08a30c0431c51e0959feaf70e437 | |
parent | 4e3da1261c84b90a2383fa31728c67f631a7eea3 [diff] |
announce 1.17.1
We're using Pelican to generate static site. All source files are placed in the _src/
directory. Generated content is placed under root directory.
~$ python -m venv ../allura-site-venv ~$ source ../allura-site-venv/bin/activate ~$ pip install pelican markdown
~$ cd _src ~$ RELATIVE=1 make regenerate # only use RELATIVE for local dev
Then open the html files directly, or run a little server with:
~$ make serve # serve generated site at http://localhost:8000
When changes are looking good - commit them (including generated files).
~$ make html # for a single publish