Merge pull request #4141 from MikeMcQuaid/jekyll-theme-fixes
docs: fix Jekyll theme usage.
This commit is contained in:
commit
6583c21510
@ -1,4 +1,3 @@
|
|||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem "github-pages", group: :jekyll_plugins
|
gem "github-pages", group: :jekyll_plugins
|
||||||
gem "jekyll-theme-homebrew"
|
|
||||||
|
@ -156,10 +156,6 @@ GEM
|
|||||||
jekyll-theme-hacker (0.1.1)
|
jekyll-theme-hacker (0.1.1)
|
||||||
jekyll (~> 3.5)
|
jekyll (~> 3.5)
|
||||||
jekyll-seo-tag (~> 2.0)
|
jekyll-seo-tag (~> 2.0)
|
||||||
jekyll-theme-homebrew (1.0.0)
|
|
||||||
jekyll (~> 3)
|
|
||||||
jekyll-feed (~> 0)
|
|
||||||
jekyll-seo-tag (~> 2)
|
|
||||||
jekyll-theme-leap-day (0.1.1)
|
jekyll-theme-leap-day (0.1.1)
|
||||||
jekyll (~> 3.5)
|
jekyll (~> 3.5)
|
||||||
jekyll-seo-tag (~> 2.0)
|
jekyll-seo-tag (~> 2.0)
|
||||||
@ -249,7 +245,6 @@ PLATFORMS
|
|||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
github-pages
|
github-pages
|
||||||
jekyll-theme-homebrew
|
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.16.1
|
1.16.1
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
title: Homebrew Documentation
|
title: Homebrew Documentation
|
||||||
description: Documentation for the missing package manager for macOS.
|
description: Documentation for the missing package manager for macOS.
|
||||||
|
|
||||||
theme: jekyll-theme-homebrew
|
remote_theme: Homebrew/brew-sh
|
||||||
|
|
||||||
exclude:
|
exclude:
|
||||||
- bin
|
- bin
|
||||||
@ -11,6 +11,8 @@ exclude:
|
|||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
- jekyll-feed
|
- jekyll-feed
|
||||||
|
- jekyll-remote-theme
|
||||||
|
- jekyll-seo-tag
|
||||||
- jekyll-sitemap
|
- jekyll-sitemap
|
||||||
|
|
||||||
permalink: :title
|
permalink: :title
|
||||||
@ -19,9 +21,9 @@ defaults:
|
|||||||
- scope:
|
- scope:
|
||||||
path: ""
|
path: ""
|
||||||
values:
|
values:
|
||||||
image: /img/homebrew-256x256.png
|
image: /assets/img/homebrew-256x256.png
|
||||||
|
|
||||||
logo: /img/homebrew-256x256.png
|
logo: /assets/img/homebrew-256x256.png
|
||||||
|
|
||||||
github:
|
github:
|
||||||
repository_nwo: Homebrew/brew
|
repository_nwo: Homebrew/brew
|
||||||
|
Loading…
x
Reference in New Issue
Block a user