Skip to content

Commit

Permalink
Permalink README.md to index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlin1 committed Mar 11, 2022
1 parent 1e81128 commit 32c52a6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 67 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
---
layout: home
title: Just the Class
nav_exclude: true
permalink: index.html
seo:
type: Course
name: Just the Class
---

# Just the Class

Just the Class is a GitHub Pages template developed for the purpose of quickly deploying course websites. In addition to serving plain web pages and files, it provides a boilerplate for:
Expand All @@ -17,7 +27,7 @@ Just the Class is a set of customizations on top of the popular [Just the Docs](
Getting started with Just the Class is simple.

1. Create a [new repository based on Just the Class](https://github.com/kevinlin1/just-the-class/generate).
1. Update `_config.yml` and `index.md` with your course information.
1. Update `_config.yml` and `index.md` with your course information. Be sure to update the `baseurl` and `url` to the appropriate paths (eg. "/20au" and "https://courses.cs.washington.edu/", respectively.).
1. Configure a [publishing source for GitHub Pages](https://help.github.com/en/articles/configuring-a-publishing-source-for-github-pages). Your course website is now live!
1. Edit and create `.md` [Markdown files](https://guides.github.com/features/mastering-markdown/) to add your content.

Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ description: A modern, highly customizable, responsive Jekyll template for cours
author: Kevin Lin
baseurl: '/just-the-class' # the subpath of your site, e.g. /blog
url: 'https://kevinl.info' # the base hostname & protocol for your site, e.g. http://example.com
exclude: ["Gemfile", "Gemfile.lock", "LICENSE", "README.md"]
exclude: ["Gemfile", "Gemfile.lock", "LICENSE"]

# Theme settings
remote_theme: pmarsceill/[email protected]
Expand Down
65 changes: 0 additions & 65 deletions index.md

This file was deleted.

0 comments on commit 32c52a6

Please sign in to comment.