mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
17 lines
378 B
YAML
17 lines
378 B
YAML
include: [.well-known]
|
|
exclude: [bin, vendor, CNAME, Gemfile, Gemfile.lock]
|
|
|
|
# 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
|
|
|
|
gems:
|
|
- jekyll-sitemap
|
|
- jekyll-seo-tag
|