AC Course
Assignment 2

Hosting Your Page on GitHub

Part 2
Oct 10 - 17, 22
3 favorite quiz
Points 20
Due October 16, 2022

_config.yml

Replace the theme configuration with remote_theme. Your configuration should look like this:

remote_theme: beAuthentic/askclass-course-theme
#theme: askclass-course-theme

Make sure there’s a # in front of the theme: line.

GitHub Settings

Customizing

assets Folder

Two sets of logos are required with configurable resolution: logo-square-*.png and logo-*png.

Default resolutions which can be configured in _config.yml:

acc:
  logo:
    sizes: [ 48, 96, 144, 192, 300, 512 ]

The corresponding files are:

You’ll also need logo.svg and favicon.png.

content/_segment Folder

All files in this folder have this content:

---
---

Yes, that’s it. The filename are exactly the same as the names under segments key in _data/course.yml. The details of these segments are in _data/syllabus.yml.

content/_session Folder

Files in here correspond to keys listed under _data/syllabys.yml and _data/session. Get creative with this.

_data Folder

Look at the example files and definitions in Session 2.

Previous navigate_before
Session 3 • Formatting Content
Assignment 2
Hosting Your Page on GitHub