diff options
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/ | 
