-
Notifications
You must be signed in to change notification settings - Fork 21
Creating a new site section repository
Shawn Thompson edited this page Mar 26, 2020
·
1 revision
- Create a new repository based on the template repository
- In settings for the repository, enable the Github Pages
- Source: Master branch
- Clone the repository to your local system
- In the index.html and index-fr.html files
- add the name of the repository to the
title
andh1
, replacing the text TITLE - Add the description paragraph in the first
p
element on the page and themeta name="description" value=""
- add the name of the repository to the
- In the _template-en.html and _template-fr.html, add the following for the breadcrumbs
, {
"title": "name of section",
"href" : "./index.html"
}
- Push changes to origin
- Verify if works on the site, bati-itao.github.io/name