mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-21 19:41:33 +00:00
Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com> Co-authored-by: shubham oulkar <91728992+ShubhamOulkar@users.noreply.github.com> Co-authored-by: Ulises Gascón <ulisesgascongonzalez@gmail.com> Co-authored-by: Jon Church <me@jonchurch.com>
110 lines
1.5 KiB
YAML
110 lines
1.5 KiB
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
|
|
-
|
|
scope:
|
|
path: "en"
|
|
values:
|
|
lang: en
|
|
-
|
|
scope:
|
|
path: "index.md"
|
|
values:
|
|
lang: en
|
|
-
|
|
scope:
|
|
path: "de"
|
|
values:
|
|
lang: de
|
|
-
|
|
scope:
|
|
path: "es"
|
|
values:
|
|
lang: es
|
|
-
|
|
scope:
|
|
path: "fr"
|
|
values:
|
|
lang: fr
|
|
-
|
|
scope:
|
|
path: "it"
|
|
values:
|
|
lang: it
|
|
-
|
|
scope:
|
|
path: "ja"
|
|
values:
|
|
lang: ja
|
|
-
|
|
scope:
|
|
path: "ko"
|
|
values:
|
|
lang: ko
|
|
-
|
|
scope:
|
|
path: "pt-br"
|
|
values:
|
|
lang: "pt-br"
|
|
-
|
|
scope:
|
|
path: "zh-cn"
|
|
values:
|
|
lang: "zh-cn"
|
|
-
|
|
scope:
|
|
path: "zh-tw"
|
|
values:
|
|
lang: "zh-tw"
|
|
|
|
announcement: true # Enable or disable the announcements.
|
|
|
|
collections:
|
|
starter:
|
|
output: true
|
|
sort_by: order
|
|
guide:
|
|
output: true
|
|
sort_by: order
|
|
advanced:
|
|
output: true
|
|
sort_by: order
|
|
resources:
|
|
output: true
|
|
sort_by: order
|
|
|
|
# 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/
|
|
|
|
include: [".well-known"] |