Website for TechMill, a technology community organization based in Denton, Texas.
Built with Jekyll, managed via Pages CMS, and deployed to GitHub Pages.
bundle install
bundle exec jekyll serveVisit http://localhost:4000.
Content is managed through Pages CMS. Connect the repo there to edit posts and pages through a web UI.
- Posts →
_posts/(format:YYYY-MM-DD-slug.md) - Pages →
_pages/ - Media →
media/
To repopulate content from the Wayback Machine:
pip install -r requirements.txt
python3 scripts/archive_fetch.py --download-mediaRun with --dry-run to preview what would be fetched without writing files.
Pushes to master deploy automatically via GitHub Actions → GitHub Pages.