Skip to content

Commit eaebeb2

Browse files
committed
Migrate to org user-pages: baseurl '' and live at daslab.github.io
- Repo renamed via gh API: DasLab/daslab-website -> DasLab/DasLab.github.io (the 2017 redirect from old DasLab.github.io -> old-ribokit.github.io did not block the rename). - _config.yml baseurl '/daslab-website' -> '' so all relative_url filters emit root-relative paths. - README updated to point at https://daslab.github.io/ and the local preview URL.
1 parent 0c604af commit eaebeb2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Static Jekyll site for [daslab.stanford.edu](https://daslab.stanford.edu).
77
```bash
88
bundle install
99
bundle exec jekyll serve
10-
# open http://localhost:4000/daslab-website/
10+
# open http://localhost:4000/
1111
```
1212

1313
## Editing content
@@ -25,7 +25,7 @@ Each entry is a small markdown file with a frontmatter block at the top — copy
2525

2626
Deployed via GitHub Pages, built by the workflow at `.github/workflows/pages.yml`. Currently live at:
2727

28-
**https://daslab.github.io/daslab-website/**
28+
**https://daslab.github.io/**
2929

3030
### DNS cutover to daslab.stanford.edu (when ready)
3131

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Das Lab
22
description: Stanford Biochemistry Department — model and design the RNA sequences that define and regulate living systems.
33
url: "https://daslab.github.io"
4-
baseurl: "/daslab-website"
4+
baseurl: ""
55

66
permalink: /:collection/:name/
77

0 commit comments

Comments
 (0)