Skip to content

Commit 0275865

Browse files
committed
bundler is hopeless
1 parent f2e957e commit 0275865

File tree

4 files changed

+8
-76
lines changed

4 files changed

+8
-76
lines changed

docs/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
_site
44
.sass-cache
55
.jekyll-metadata
6+
Gemfile.lock

docs/Gemfile

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,2 @@
1-
source "https://rubygems.org"
2-
ruby RUBY_VERSION
3-
4-
# Hello! This is where you manage which Jekyll version is used to run.
5-
# When you want to use a different version, change it below, save the
6-
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
7-
#
8-
# bundle exec jekyll serve
9-
#
10-
# This will help ensure the proper Jekyll version is running.
11-
# Happy Jekylling!
12-
gem "jekyll", "3.2.1"
13-
14-
# This is the default theme for new Jekyll sites. You may change this to anything you like.
15-
gem "minima"
16-
17-
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
18-
# uncomment the line below. To upgrade, run `bundle update github-pages`.
19-
# gem "github-pages", group: :jekyll_plugins
20-
21-
# If you have any plugins, put them here!
22-
# group :jekyll_plugins do
23-
# gem "jekyll-github-metadata", "~> 1.0"
24-
# end
1+
source 'https://rubygems.org'
2+
gem 'github-pages', group :jekyll_plugins

docs/Gemfile.lock

Lines changed: 0 additions & 48 deletions
This file was deleted.

docs/_config.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ port: 4000
33
title: Geomerative gem for JRubyArt
44
55
description: > # this means to ignore newlines until "baseurl:"
6-
The geomerative gem is wrapper around the geomerative library by Ricard
7-
Marxer, that makes it very easy to use with JRubyArt. Do fancy things with
6+
The geomerative gem is wrapper around the geomerative library by Ricard
7+
Marxer, that makes it very easy to use with JRubyArt. Do fancy things with
88
text, like rotating words, huge font, dissolving font etc.
99
baseurl: "" # the subpath of your site, e.g. /blog
10-
# url: "https://ruby-processing.github.io/geomerativegem"
10+
regenerate: true
11+
url: https://ruby-processing.github.io/geomerativegem
12+
1113
urls:
1214
bugs: https://github.com/ruby-processing/geomerativegem/issues
1315
github: https://github.com/ruby-processing/geomerativegem/
@@ -18,4 +20,3 @@ syntax-highlighting:
1820
enabled: true
1921
# Build settings
2022
markdown: kramdown
21-

0 commit comments

Comments
 (0)