Recherche


GCWeb Jekyll website example

This is a simple website using the GCWeb Jekyll theme

Minimum requirement

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>

2021-05-steps working example

Détails de la page

Date de modification :