🎯 Ultra-simplified lab website. Edit 3 YAML files to update everything.
- Lab Members: Edit
_data/authors.yml - Publications: Edit
_data/papers.csv - Website Menu: Edit
_data/navigation.yml
See WEBSITE_GUIDE.md for complete details.
git add .
git commit -m "Update website"
git pushWebsite: https://skblnw.github.io
├── _config.yml # Site settings
├── _data/ # EDIT THESE FILES:
│ ├── authors.yml # → Lab members
│ ├── papers.csv # → Publications
│ └── navigation.yml # → Menu
├── _pages/ # Website pages
├── _posts/ # News posts
├── assets/images/ # Photos & images
└── ARCHIVE/ # Old files (ignore)
That's it! No complicated setup, just edit YAML files and push.
🎯 Ultra-simplified lab website. Edit 3 YAML files to update everything.
- Lab Members: Edit
_data/authors.yml - Publications: Edit
_data/papers.csv - Website Menu: Edit
_data/navigation.yml
See WEBSITE_GUIDE.md for complete details.
git add .
git commit -m "Update website"
git pushWebsite: https://skblnw.github.io
├── _config.yml # Site settings
├── _data/ # EDIT THESE FILES:
│ ├── authors.yml # → Lab members
│ ├── papers.csv # → Publications
│ └── navigation.yml # → Menu
├── _pages/ # Website pages
├── _posts/ # News posts
├── assets/images/ # Photos & images
└── ARCHIVE/ # Old files (ignore)
That's it! No complicated setup, just edit YAML files and push.