diff options
| author | Mike McQuaid | 2018-02-22 18:55:37 +0000 |
|---|---|---|
| committer | GitHub | 2018-02-22 18:55:37 +0000 |
| commit | 36cd8b86219f317155bd898817322e8dba5397f6 (patch) | |
| tree | 608f298119daa6890a65b05e1804b14eca0459da /docs/_config.yml | |
| parent | 14d54ed4b6b61c99abc4517d73d2b35079febdc7 (diff) | |
| parent | 977c3323d2a795d6f57cd70cb6b2453f38084ed9 (diff) | |
| download | brew-36cd8b86219f317155bd898817322e8dba5397f6.tar.bz2 | |
Merge pull request #3826 from MikeMcQuaid/docs-updates
docs.brew.sh updates
Diffstat (limited to 'docs/_config.yml')
| -rw-r--r-- | docs/_config.yml | 38 |
1 files changed, 26 insertions, 12 deletions
diff --git a/docs/_config.yml b/docs/_config.yml index 210d0b0d4..d535e7bd3 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,17 +1,31 @@ -include: [.well-known] -exclude: [bin, vendor, CNAME, Gemfile, Gemfile.lock] +title: Homebrew Documentation +description: Documentation for the missing package manager for macOS. -# Same as GitHub Pages -# https://help.github.com/articles/using-jekyll-with-pages#troubleshooting -# Disable despite enabled on GitHub Pages for supported plugins to work. -# safe: true -kramdown: - input: GFM - hard_wrap: false -lsi: false -highlighter: rouge +exclude: + - bin + - CNAME + - Gemfile* + - README.md + - vendor -gems: +plugins: - jekyll-feed - jekyll-sitemap - jekyll-seo-tag + +defaults: + - scope: + path: "" + values: + image: /img/homebrew-256x256.png + +logo: /img/homebrew-256x256.png + +github: + repository_nwo: Homebrew/brew + +twitter: + username: MacHomebrew + +facebook: + publisher: https://www.facebook.com/machomebrew/ |
