mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-21 19:41:33 +00:00
40 lines
606 B
YAML
40 lines
606 B
YAML
url: "https://expressjs.com"
|
|
baseurl: "/"
|
|
|
|
repository: expressjs/expressjs.com
|
|
|
|
# Site settings
|
|
|
|
defaults:
|
|
-
|
|
scope:
|
|
path: "_posts"
|
|
type: "posts"
|
|
values:
|
|
layout: "post"
|
|
menu: blog
|
|
lang: en
|
|
|
|
announcement: false # Enable or disable the announcements.
|
|
|
|
# Build settings
|
|
|
|
plugins:
|
|
- jekyll-redirect-from
|
|
- jekyll-github-metadata
|
|
|
|
highlighter: rouge
|
|
# library used for syntax highlighting
|
|
|
|
markdown: kramdown
|
|
kramdown:
|
|
math_engine: mathjax
|
|
input: GFM
|
|
hard_wrap: false
|
|
syntax_highlighter: rouge
|
|
|
|
exclude:
|
|
- [uk/CHANGELOG.md]
|
|
- vendor/bundle
|
|
- node_modules/
|