An open API service indexing awesome lists of open source software.

https://github.com/atomicarchitects/atomicarchitects.github.io


https://github.com/atomicarchitects/atomicarchitects.github.io

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# atomicarchitects.com

Basically everything is a database in _data.

Information per database:

* `alumni.yml`: name, website, position in lab then, current position, optional bio
* `meetings.yml`: year/month/day, time, presenter(s), location; this is displayed as a table showing the schedule for the next <= 8 group meetings
* `people.yml`: name, email, website, position within lab, optional bio, headshot (preferably square, named "First_Last.jpg" and placed inside `assets/img`)
* `.github/workflows/refresh.yml`: sets up the github action to refresh the website every week. Jekyll builds static websites, which means it can't automatically update the group meeting page every day.