Skip to content

Commit

Permalink
Fix permalinks.
Browse files Browse the repository at this point in the history
  • Loading branch information
fsaad committed Aug 24, 2023
1 parent 6d7e762 commit adb0c4f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# PGM - Spring 2019
# Website for Principles of Programming Group at CMU

To build the website locally:
- [Install Jekyll](https://jekyllrb.com/docs/installation/).
- Run `bundle install` in this directory to install dependencies.
- Serve website on `localhost:4000/pop-website` using `bundle exec jekyll serve`
2 changes: 1 addition & 1 deletion _pages/courses.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: home
permalink: courses
permalink: /courses/
title: Courses
logo: cmu-logo.png
news: false
Expand Down
2 changes: 1 addition & 1 deletion _pages/history.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: home
permalink: history
permalink: /history/
title: History
logo: cmu-logo.png
news: false
Expand Down
2 changes: 1 addition & 1 deletion _pages/resources.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: home
permalink: resources
permalink: /resources/
title: Resources
logo: cmu-logo.png
news: false
Expand Down

0 comments on commit adb0c4f

Please sign in to comment.