This is the repository for the code to generate the LACIM website. It is built on Jekyll.
The website rebuilds after every commit/push. But to trigger a rebuild of the website without making any changes, you can push an empty commit with the command:
git commit -m 'rebuild pages' --allow-empty
git push
- Configuring macOS for local website editing
- Configuring Ubuntu (22.04) for local website editing
- (TODO) Proposing changes to the website