Skip to content

Commit 0f85a2f

Browse files
committed
docs
1 parent f08ecc5 commit 0f85a2f

File tree

1 file changed

+20
-17
lines changed

1 file changed

+20
-17
lines changed

docs/_config.yml

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,31 @@
11
title: Vecmath gem for Visor etc.
22
email: mamba2928@yahoo.co.uk
33
description: >- # this means to ignore newlines until "baseurl:"
4-
Here we describe how to use some cool JRubyArt features in Visor
4+
Here we describe how to use some cool JRubyArt features in Visor
55
baseurl: "" # the subpath of your site, e.g. /blog
66
regenerate: true
7-
url: "https://ruby-processing.github.io/vecmath" # the base hostname & protocol for your site, e.g. http://example.com
7+
urls:
8+
bugs: https://github.com/ruby-processing/vecmath/issues
9+
wiki: https://github.com/ruby-processing/vecmath/wiki
10+
github: https://ruby-processing.github.io/vecmath # the base hostname & protocol for your site, e.g. http://example.com
811
twitter_username: monkstoneT
912
github_username: monkstone
10-
future: true
1113
# Build settings
1214
markdown: kramdown
15+
syntax_highlighter: rouge
16+
input: GFM
1317
theme: minima
1418
plugins:
15-
- jekyll-feed
16-
syntax-highlighting:
17-
enabled: true
18-
# Exclude from processing.
19-
# The following items will not be processed, by default. Create a custom list
20-
# to override the default setting.
21-
# exclude:
22-
# - Gemfile
23-
# - Gemfile.lock
24-
# - node_modules
25-
# - vendor/bundle/
26-
# - vendor/cache/
27-
# - vendor/gems/
28-
# - vendor/ruby/
19+
syntax-highlighting:
20+
enabled: true
21+
# Exclude from processing.
22+
# The following items will not be processed, by default. Create a custom list
23+
# to override the default setting.
24+
# exclude:
25+
# - Gemfile
26+
# - Gemfile.lock
27+
# - node_modules
28+
# - vendor/bundle/
29+
# - vendor/cache/
30+
# - vendor/gems/
31+
# - vendor/ruby/

0 commit comments

Comments
 (0)