This is a lightweight Jekyll site for SAINTS Lab. It is static, fast, and easy to maintain.
- Create a GitHub repository named
saintslab.github.iounder yoursaintslabaccount or org. - Upload these files to the repo root and push to the
mainbranch. - GitHub Pages will publish automatically at https://saintslab.github.io.
- Add, edit, or remove people under
_people/. The filename becomes the URL slug. Example:--- name: Jane Doe role: Postdoc email: jane@saintslab.org photo: /assets/img/jane.jpg website: https://janedoe.example --- Short bio paragraph with research interests, awards, and links.
- Manage publications in
_data/publications.jsonwith fields:title,authors(list),venue,year(string), optionallink, optionalresources(list of{label,url}). - Manage projects in
_data/projects.ymlwithtitle,summary, optionallink, optionaltags. - Images go in
assets/img/.
If you have Ruby and Bundler, run bundle exec jekyll serve to preview locally.