mps-coderules/docs/_config.yml

55 lines
1.2 KiB
YAML

# Site settings
title: MPS Coderules
email: fedor.isakov@jetbrains.com
description: >- # this means to ignore newlines until "baseurl:"
Coderules is a language framework and runtime for running logical
inference in JetBrains MPS.
baseurl: "/mps-coderules" # the subpath of your site, e.g. /blog
url: "https://jetbrains.github.io" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: jetbrains_mps
github_username: jetbrains
time: 2021-05-27
revision: 0.9.0
copyright: JetBrains
copyright_url: "https://jetbrains.com"
homepage: "https://jetbrains.com/mps"
homepage_title: "JetBrains MPS"
github-project: jetbrains/mps-coderules
# Google Analytics
google_analytics: UA-124630631-1
# Build settings
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
hard_wrap: false
syntax_highlighter: rouge
mdl_colors: grey-light_blue
plugins:
- jekyll-feed
- jekyll-sitemap
include:
- "content"
- "img"
- "_assets"
defaults:
-
scope:
path: "content/todo/*.md"
values:
sitemap: false
# Exclude from processing.
exclude:
- "*.gemspec"
- Gemfile
- Gemfile.lock
# - node_modules
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/