https://github.com/atomicarchitects/atomicarchitects.github.io
https://github.com/atomicarchitects/atomicarchitects.github.io
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/atomicarchitects/atomicarchitects.github.io
- Owner: atomicarchitects
- Created: 2019-05-31T01:40:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2026-01-14T17:11:24.000Z (5 months ago)
- Last Synced: 2026-01-14T20:08:13.287Z (5 months ago)
- Language: SCSS
- Homepage: https://atomicarchitects.com
- Size: 50 MB
- Stars: 2
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.