Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 4 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,11 @@

> **_NOTE:_** GCweb is the default theme for Government of Canada websites, but you can still specify the theme you're using as below.

To use the GCweb theme:

1. Add the following to your site's `_config.yml`:

```yml
theme: jekyll-theme-gcweb
```

2. Optionally, if you'd like to preview your site on your computer, add the following to your site's `Gemfile`:

```ruby
gem "github-pages", group: :jekyll_plugins
```
To use the GCweb theme, add the following to your site's `_config.yml`:

```yml
remote_theme: wet-boew/gcweb-jekyll
```


## Customizing
Expand Down