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.
@@ -1,3 +1,7 @@
1
+ == 1.0.2 2008-12-23
2
+
3
+ * Added setup information in template index.markdown for Disqus and Lighthouse
4
+
1
5
  == 1.0.1 2008-12-22
2
6
 
3
7
  * Fixed manifest
@@ -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).
@@ -2,7 +2,7 @@ $:.unshift(File.dirname(__FILE__)) unless
2
2
  $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
3
3
 
4
4
  module JekyllGenerator
5
- VERSION = '1.0.1'
5
+ VERSION = '1.0.2'
6
6
  end
7
7
 
8
8
  begin
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.1
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-22 00:00:00 +10:00
12
+ date: 2008-12-23 00:00:00 +10:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency