-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
44 lines (44 loc) · 1.02 KB
/
_config.yml
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Site settings
port: 4000
title: The Ruby-Processing Group Site
email: mamba2928@yahoo.co.uk
description: > # this means to ignore newlines until "baseurl:"
This the home for the ruby-processing group.
baseurl: "" # the subpath of your site, e.g. /blog
regenerate: true
urls:
bugs: http://github.com/ruby-processing/jruby_art/issues
wiki: https://github.com/ruby-processing/JRubyArt/wiki
github: https://github.com/ruby-processing/jruby_art
twitter_username: monkstoneT
github_username: monkstone
collections:
welcome:
output: true
permalink: /welcome/:path/
projects:
output: true
permalink: /projects/:path/
testing:
output: true
permalink: /testing/:path/
building:
output: true
permalink: /building/:path/
java:
output: true
permalink: /java/:path/
jruby:
output: true
permalink: /jruby/:path/
syntax-highlighting:
enabled: true
css: syntax.css
# Build settings
kramdown:
syntax_highlighter: rouge
input: GFM
gems:
- jekyll-sitemap
- kramdown
- rouge