Skip to content

Install instructions may no longer be accurate #37

Open
@at88mph

Description

@at88mph

Describe the bug
The current install instructions of adding:
theme: jekyll-theme-gcweb

To the _config.yml file gives an error:
jekyll 3.8.7 | Error: The jekyll-theme-gcweb theme could not be found.

To Reproduce
Steps to reproduce the behavior:

  1. Open the _config.yml file
  2. Add theme: jekyll-theme-gcweb
  3. Build with Jekyll: jekyll build

Expected behavior
Error free installation

Desktop (please complete the following information):

  • OS: Linux, MacOS
  • Version 0.1.0

Additional context
Adding:
gem "gcweb-jekyll", "~> 0.1.0", git: "https://github.com/wet-boew/gcweb-jekyll"
to the Gemfile fixed it, as well as:
theme: gcweb-jekyll # not jekyll-theme-gcweb
to the _config.yml fixes this.

However, adding gcweb-jekyll from GitHub is risky as it's not necessarily a release. Is there a different way to do this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions