Skip to content

Commit

Permalink
add docs for transcoders; updated jekyll; switched MD-renderer; add c…
Browse files Browse the repository at this point in the history
…ode-highlighting;
  • Loading branch information
timgluz committed Mar 13, 2016
1 parent 8ad302a commit 221f610
Show file tree
Hide file tree
Showing 11 changed files with 457 additions and 114 deletions.
Binary file added .jekyll-metadata
Binary file not shown.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
source "https://rubygems.org"

gem "jekyll", "~> 2.5.3"
gem "jekyll", "~> 3.1"
gem 'jekyll-gist'
gem 'kramdown'
# with Ruby 2.0 on OS X, you may need to install
# it manually with --with-iconv-dir:
#
Expand Down
71 changes: 22 additions & 49 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,73 +3,46 @@ GEM
specs:
albino (1.3.3)
posix-spawn (>= 0.3.6)
blankslate (2.1.2.4)
celluloid (0.16.0)
timers (~> 4.0.0)
classifier-reborn (2.0.3)
fast-stemmer (~> 1.0)
coffee-script (2.3.0)
coffee-script-source
execjs
coffee-script-source (1.8.0)
colorator (0.1)
execjs (2.2.2)
fast-stemmer (1.0.2)
ffi (1.9.6)
hitimes (1.2.2)
ffi (1.9.10)
iconv (1.0.4)
jekyll (2.5.3)
classifier-reborn (~> 2.0)
jekyll (3.1.2)
colorator (~> 0.1)
jekyll-coffeescript (~> 1.0)
jekyll-gist (~> 1.0)
jekyll-paginate (~> 1.0)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 1.1)
kramdown (~> 1.3)
liquid (~> 2.6.1)
liquid (~> 3.0)
mercenary (~> 0.3.3)
pygments.rb (~> 0.6.0)
redcarpet (~> 3.1)
rouge (~> 1.7)
safe_yaml (~> 1.0)
toml (~> 0.1.0)
jekyll-coffeescript (1.0.1)
coffee-script (~> 2.2)
jekyll-gist (1.1.0)
jekyll-paginate (1.1.0)
jekyll-sass-converter (1.3.0)
sass (~> 3.2)
jekyll-watch (1.2.0)
listen (~> 2.7)
kramdown (1.5.0)
liquid (2.6.1)
listen (2.8.4)
celluloid (>= 0.15.2)
jekyll-sass-converter (1.4.0)
sass (~> 3.4)
jekyll-watch (1.3.1)
listen (~> 3.0)
kramdown (1.10.0)
liquid (3.0.6)
listen (3.0.6)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
rb-inotify (>= 0.9.7)
mercenary (0.3.5)
parslet (1.5.0)
blankslate (~> 2.0)
posix-spawn (0.3.9)
pygments.rb (0.6.0)
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.1.0)
rb-fsevent (0.9.4)
rb-inotify (0.9.5)
rb-fsevent (0.9.7)
rb-inotify (0.9.7)
ffi (>= 0.5.0)
redcarpet (3.2.2)
rouge (1.10.1)
safe_yaml (1.0.4)
sass (3.4.9)
timers (4.0.1)
hitimes
toml (0.1.2)
parslet (~> 1.5.0)
yajl-ruby (1.1.0)
sass (3.4.21)

PLATFORMS
ruby

DEPENDENCIES
albino
iconv
jekyll (~> 2.5.3)
jekyll (~> 3.1)
jekyll-gist
kramdown

BUNDLED WITH
1.10.5
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Project Name Documentation
# ClojureWerkz/Spyglass

This is a documentation site for [Project Name]. Copy or clone me and adapt for your project
This is a documentation site for [ClojureWerkz/Spyglass](http://clojurememcached.info/). Copy or clone me and adapt for your project
that needs documentation guides similar to [rubyamqp.info](http://rubyamqp.info), [clojuremongodb.info](http://clojuremongodb.info) and so on.


Expand Down Expand Up @@ -28,6 +28,6 @@ In order to recompile haml and sass files for publishing, run

## License & Copyright

Copyright (C) 2011-2012 Alexander Petrov, Michael S. Klishin.
Copyright (C) 2011-2016 Alexander Petrov, Michael S. Klishin.

Distributed under the Eclipse Public License, the same as Clojure.
7 changes: 4 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
source: .
destination: ./_site
plugins: ./_plugins
auto: true
layouts_dir: ./_layouts
plugins_dir: ./_plugins
exclude: [bin, CNAME, Gemfile, Gemfile.lock, README.md]
markdown: rdiscount
markdown: kramdown
permalink: /:title
highlighter: rouge
1 change: 1 addition & 0 deletions _layouts/article.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<link href='/assets/stylesheets/bootstrap-responsive.css' media='screen' rel='stylesheet' type='text/css' />
<link href='/assets/stylesheets/sass/styles.css' media='screen' rel='stylesheet' type='text/css' />
<link href='http://fonts.googleapis.com/css?family=Signika+Negative:300,400,600' rel='stylesheet' type='text/css' />
<link href='/assets/stylesheets/syntax.css' rel='stylesheet' type='text/css' />
<script src='/assets/javascripts/jquery-1.7.min.js' type='text/javascript'></script>
<script src='/assets/javascripts/toc.js'></script>
<meta content='text/html;charset=utf-8' http-equiv='Content-Type' />
Expand Down
2 changes: 2 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
<link href='/assets/stylesheets/bootstrap-responsive.css' media='screen' rel='stylesheet' type='text/css' />
<link href='/assets/stylesheets/sass/styles.css' media='screen' rel='stylesheet' type='text/css' />
<link href='http://fonts.googleapis.com/css?family=Signika+Negative:300,400,600' rel='stylesheet' type='text/css' />
<link href='/assets/stylesheets/syntax.css' rel='stylesheet' type='text/css' />

<script src='/assets/javascripts/jquery-1.7.min.js' type='text/javascript'></script>
<script src='/assets/javascripts/toc.js'></script>
<script src='http://twitter.github.com/bootstrap/assets/js/bootstrap-dropdown.js'></script>
Expand Down
35 changes: 0 additions & 35 deletions _plugins/gist.rb

This file was deleted.

Loading

0 comments on commit 221f610

Please sign in to comment.