forked from dreal/dreal.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
30 lines (25 loc) · 690 Bytes
/
Copy path_config.yml
File metadata and controls
30 lines (25 loc) · 690 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Site wide configuration
title: dReal
description:
logo: dReal-logo.svg
teaser:
locale:
baseurl: https://dreal.github.io
safe: true
# Jekyll configuration
sass:
sass_dir: _sass
# style: compressed
permalink: /:categories/:title/
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
highlighter: pygments
gems:
- jekyll-sitemap
# Site owner
owner:
name: Soonho Kong
email: soonhok@cs.cmu.edu
exclude: ["vendor", "lib", "tutorial", "config.rb", ".sass-cache", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "*.sublime-project", "*.sublime-workspace", "Gemfile", "Gemfile.lock", "README.md", "LICENSE", "node_modules", "Gruntfile.js", "package.json"]