47 lines
1.1 KiB
YAML
47 lines
1.1 KiB
YAML
# Site settings
|
|
title: MPS Code Rules
|
|
email: fedor.isakov@jetbrains.com
|
|
description: >- # this means to ignore newlines until "baseurl:"
|
|
Code Rules 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://fisakov.github.io" # the base hostname & protocol for your site, e.g. http://example.com
|
|
twitter_username: jetbrains_mps
|
|
github_username: fisakov
|
|
time: 2018-09-04
|
|
revision: 0.5.0
|
|
copyright: JetBrains s.r.o.
|
|
copyright_url: "https://jetbrains.com"
|
|
homepage: "https://jetbrains.com/mps"
|
|
homepage_title: "JetBrains MPS"
|
|
github-project: fisakov/mps-coderules
|
|
# Google Analytics
|
|
google_analytics: UA-124237176-1
|
|
|
|
# Build settings
|
|
markdown: kramdown
|
|
highlighter: rouge
|
|
kramdown:
|
|
input: GFM
|
|
hard_wrap: false
|
|
syntax_highlighter: rouge
|
|
mdl_colors: grey-light_blue
|
|
plugins:
|
|
- jekyll-feed
|
|
|
|
include:
|
|
- "content"
|
|
- "img"
|
|
- "_assets"
|
|
|
|
# Exclude from processing.
|
|
exclude:
|
|
- "*.gemspec"
|
|
- Gemfile
|
|
- Gemfile.lock
|
|
# - node_modules
|
|
# - vendor/bundle/
|
|
# - vendor/cache/
|
|
# - vendor/gems/
|
|
# - vendor/ruby/
|