Skip to content

skblnw/skblnw.github.io

Repository files navigation

skblnw.github.io# Lab Website - Simple Setup

🎯 Ultra-simplified lab website. Edit 3 YAML files to update everything.

Quick Setup

  1. Lab Members: Edit _data/authors.yml
  2. Publications: Edit _data/papers.csv
  3. Website Menu: Edit _data/navigation.yml

📖 Full Instructions

See WEBSITE_GUIDE.md for complete details.

🚀 Deploy

git add .
git commit -m "Update website"
git push

Website: https://skblnw.github.io

📁 File Structure

├── _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.

Lab Website - Simple Setup

🎯 Ultra-simplified lab website. Edit 3 YAML files to update everything.

Quick Setup

  1. Lab Members: Edit _data/authors.yml
  2. Publications: Edit _data/papers.csv
  3. Website Menu: Edit _data/navigation.yml

📖 Full Instructions

See WEBSITE_GUIDE.md for complete details.

🚀 Deploy

git add .
git commit -m "Update website"
git push

Website: https://skblnw.github.io

📁 File Structure

├── _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.

test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published