| title | Documentation |
|---|---|
| layout | page |
| css | table { table-layout: fixed; } table td, table tr { word-break: unset; vertical-align: top; } |
Documentation for building sites with the Great Great Jekyll theme.
- Set the title of the page in
_config.ymlwith thetitleproperty. - By default, the site uses the Double Great pretzel logo ({% include icon/logo.svg %}) next to the title of the page in the header. To override the logo, save a new logo at
_includes/icon/logo.svg. - To add items to the site navigation, add
header_pagesto_config.yml. The value is an array of filenames. Example:
header_pages:
- index.html
- documentation.md
- demo/index.mdSet the layout for a Jekyll page in the frontmatter, example: layout: page.
| Layout | Description | Frontmatter |
|---|---|---|
| {% for layout in site.data.layouts %}`{{layout | first}}` | {{layout[1].description}} |
{% endfor %}
- Set the description of the footer in
_config.ymlusing thedescriptionproperty. - Add a link to the site's GitHub repository in
_config.ymlusing thegithubproperty.