Skip to the content.

Introduction

Welcome to the course…

Whenever you commit to this repository, GitHub Pages will run Jekyll to rebuild the pages in your site, from the content in your Markdown files.

Files Description

  • _config.yaml is it used to specify the ARCA githubpages template
  • index.md is the file used to create the home page. In the header you can specify metadata:

      ---
      course_title: Welcome to ARCA Course
      author_name: Author Name
      ---
    

You can add any file, html pages, or other relevent material and create a link to them.

Note that Jekyll will automatically create an html page for each .md file.

For example [link](trial-page.html) will link to the trial-page.html produced by trial-page.md file available at the root.

Click the link to check.

TOC

Table of content in the github page includes only header 1 (i.e. # Title 1) and 2 (i.e. ## Title 2) levels.

Not in TOC

Header 3 level (i.e., ### Title 3) or greater are not displayed

Markdown

Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for

Syntax highlighted code block

# Header 1
## Header 2
### Header 3

- Bulleted
- List

1. Numbered
2. List

**Bold** and _Italic_ and `Code` text

[Link](url) and ![Image](src)

For more details see Basic writing and formatting syntax.

Jekyll Themes

Your Pages site will use the layout and styles from the Jekyll theme you have selected in your repository settings. The name of this theme is saved in the Jekyll _config.yml configuration file.

Support or Contact

Having trouble with Pages? Check out our documentation or contact support and we’ll help you sort it out.