CHC Final Report website
Site is viewabile at https://connectedhealthcities.github.io
Site is built using Github Pages, which uses Jekyll 3.8.5
To edit content, it's really useful to understand:
- Markdown (Site is configured to use Kramdown parser)
- Yaml 1.1
- Jekyll's Front Matter and Assets
Do not use level one headings in the body - the templates generate these from the page title. For inpage headings use level two headings (eg ## A Header).
non-default parts are:
header_pages- list of paths to pages in to include in header menufooter- array parts that go in the very bottom of the footer- type:
pageortext - value: path to
pageortextto show - weight: ordering (lower is first)
- type:
| name | description |
|---|---|
| title | page title |
see also Jekyll SEO Tag
Has the following subsections:
| description | location |
|---|---|
| Turquoise box, left hand side | _page-sections/homepage/intro_left.md |
| Turquoise box, right hand side | _page-sections/homepage/intro_right.md |
| Main body, right hand side | _page-sections/homepage/sidebar.md |
front-matter:
| name | description |
|---|---|
| title | page title |
| intro | Markdown of text in turqoise box |
| sidebar_image | path to image in right hand side (optional) |
| sidebar_image_caption | Image description required if sidebar_image is specified |
| section | the slug of the section (used to identify sub-pages) |
front-matter:
| name | description |
|---|---|
| title | page title |
| intro | Markdown of text in turqoise box |
| section | the slug of the section (used to identify sub-pages) |
| parent | the parent page's section |
| resources | array of { path or url, and title } of any linked resources optional eg: path: /assets/hub/information-governance-final-report.pdftitle: Information Governance Final Reportor url: https://twitter.com/jack/status/20title: Information Governance Final Report |
| weight | value to determine order of pages in menus (lower weight comes first) |
The contents of the footer are in _page_sections/footer_left.md and _page_sections/footer_right.md