jekyll_generator 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/History.txt
CHANGED
|
@@ -3,4 +3,8 @@ layout: default
|
|
|
3
3
|
title: <%= title %>
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
This project <a href="http://github.com/<%= github_user %>/<%= name %>"><%= title %></a> is awesome.
|
|
6
|
+
This project <a href="http://github.com/<%= github_user %>/<%= name %>"><%= title %></a> is awesome.
|
|
7
|
+
|
|
8
|
+
To enable Disqus comments + badges for this site, [add it to your Disqus account](http://disqus.com/add/).
|
|
9
|
+
|
|
10
|
+
Also, you can/should [create a Lighthouse project](http://<%= github_user %>.lighthouseapp.com/projects/new) for your project and update "TODO" within the _layouts files with the project id (e.g. "12345-<%= name %>" from the Lighthouse project url).
|
data/lib/jekyll_generator.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll_generator
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dr Nic Williams
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2008-12-
|
|
12
|
+
date: 2008-12-23 00:00:00 +10:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|