Files
expressjs.com/_config.yml
shubham oulkar 26d0b1f301 feat: add github edit btn (#1822)
Co-authored-by: Sebastian Beltran <bjohansebas@gmail.com>
2025-03-15 15:13:35 -05:00

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/