AC Course
Assignment 1

Get AskClass Course Theme Running

Part 1
  navigate_before

Segment 1

navigate_next
Oct 3 - 7, 22
1 2 create
Points 20
Due October 07, 2022

Installation

Let’s get Jekyll installed and askclass-course-theme added to your project. This instuction assumed you’re using a Unix-based system. On windows, use Bash (install Windows Subsystem for Linux) it will greatly enhance your life, seriously.

Install Jekyll

If you have not already, follow this instruction install Jekyll on your machine.

Copy Starting files

Copy these files to your main folder:

Add AskClass Course Theme

$ echo 'source "https://rubygems.org"' > Gemfile
$ echo 'gem "askclass-course-theme"' >> Gemfile
$ sed -i '1 s/^/theme: askclass-course-theme\n/' _config.yml
$ bundle

Start

Edit _config.yml, add salt & pepper to taste.

$ bundle exec jekyll serve

At this point, this site should be up and running on your local computer. Look here for example: acc.askclass.com.


Now onto making your content!

Assignment 1
Get AskClass Course Theme Running
  navigate_before

Segment 1

navigate_next