Your lab website is ready to go! Follow these simple steps to get it live on the internet.
https://cbreiss.github.io/breisslab/Note: It takes 2-3 minutes after the first commit for your site to go live.
If you can’t find the Settings or Pages option, see the GITHUB_PAGES_SETUP.md file for:
Now let’s personalize your website with your lab’s information.
_config.ymltitle: "Your Lab Name"
email: youremail@university.edu
description: >-
Your lab's description goes here
author:
name: "Your Name"
bio: "Your title"
location: "Your University"
email: "your@email.edu"
Edit these files to add your content:
| Page | File to Edit | What to Add |
|---|---|---|
| Home | index.md |
Welcome message, research highlights |
| Research | _pages/research.md |
Your research areas and projects |
| People | _pages/people.md |
Team member bios and photos |
| Publications | _pages/publications.md |
Your papers and citations |
| Contact | _pages/contact.md |
Contact information and address |
How to edit:
_posts folder2024-02-15-my-first-post.md (use today’s date)---
title: "Welcome to Our Lab Website!"
date: 2024-02-15
categories:
- News
---
We're excited to announce the launch of our new lab website!
Visit us regularly for updates on our research, publications, and team news.
assets/images/ folderjohn-doe.jpg)_pages/people.md to reference the photo path:

Tip: For profile photos, use square images (400x400 pixels works well)
📚 For detailed instructions, see:
🆘 Common Issues:
--- lines at the top of files weren’t deletedUse this to prepare your site for public launch:
_config.yml_config.ymlindex.md) with your content_pages/research.md)_pages/people.md)_pages/publications.md)_pages/contact.md)assets/images/After your site is live, you can:
✅ Regular Updates:
✅ Advanced Customization:
✅ Maintenance:
Once GitHub Pages is enabled, your site will be at:
🌐 https://cbreiss.github.io/breisslab/
Share this URL with:
Congratulations on your new lab website! 🚀
If you have questions, refer to the detailed guides in README.md and CONTENT_GUIDE.md, or open an issue on GitHub for help.