GCWeb Jekyll website example
This is a simple website using the GCWeb Jekyll theme
Minimum requirement
- Create a
_config.yml - Define a layout globally or per page
Site structure and minimalist content (With a default global layout)
_config.yml-
# Remote theme, use the latest version remote_theme: wet-boew/gcweb-jekyll # # Page front matter defaults defaults: - scope: path: "" # Ensure it's applied to all pages values: layout: default index.html-
--- title: GCWeb Jekyll website example --- <p>This is a simple website using the GCWeb Jekyll theme</p>
Alternative site structure and minimalist content
_config.yml-
# Remote theme, use the latest version remote_theme: wet-boew/gcweb-jekyll index.html-
--- title: GCWeb Jekyll website example layout: default --- <p>This is a simple website using the GCWeb Jekyll theme</p>
Related information
- Advanced examples compatible with GCWeb Jekyll - adding scripts:
- Other:
Détails de la page
- Date de modification :