Skip to content

Creating a new site section repository

Shawn Thompson edited this page Mar 26, 2020 · 1 revision

Creating a new site section repository

  1. Create a new repository based on the template repository
  2. In settings for the repository, enable the Github Pages
    1. Source: Master branch
  3. Clone the repository to your local system
  4. In the index.html and index-fr.html files
    1. add the name of the repository to the title and h1, replacing the text TITLE
    2. Add the description paragraph in the first p element on the page and the meta name="description" value=""
  5. In the _template-en.html and _template-fr.html, add the following for the breadcrumbs
, {
    "title": "name of section",
    "href" : "./index.html"
}
  1. Push changes to origin
  2. Verify if works on the site, bati-itao.github.io/name
Clone this wiki locally