This repository contains the source code for the Conservation Tech Lab's GitHub Pages site, showcasing our open-source wildlife conservation technology projects.
The Conservation Tech Lab develops cutting-edge technology solutions for wildlife conservation and ecological research. Our work spans machine learning for camera trap analysis, edge-AI field devices, bioacoustics tools, and animal tracking systems.
This site is built with Jekyll, a static site generator that GitHub Pages supports natively.
index.md- Main homepage content with Jekyll front matter_config.yml- Jekyll site configuration_layouts/default.html- Page layout templateassets/css/style.css- Site stylesheetGemfile- Ruby dependencies
To run the site locally:
- Install Ruby and Bundler
- Install dependencies:
bundle install - Run Jekyll:
bundle exec jekyll serve - Visit
http://localhost:4000
The site is automatically deployed to GitHub Pages when changes are pushed to the main branch. No manual build step is required.
All projects featured on this site are open-source and available under their respective licenses.