Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.03 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.03 KB

README

Template ARCA course

See the githubpage at https://arca-dpss.github.io/course-template

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
    ---
    

Link to Ohter Files

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.

TOC

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