octopress-ink 1.0.0.rc.16 → 1.0.0.rc.17
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/octopress-ink/assets/sass.rb +3 -1
- data/lib/octopress-ink/version.rb +1 -1
- metadata +6 -332
- data/.gitignore +0 -22
- data/.travis.yml +0 -6
- data/CHANGELOG.md +0 -76
- data/Gemfile +0 -4
- data/LICENSE.txt +0 -22
- data/README.md +0 -36
- data/Rakefile +0 -1
- data/octopress-ink.gemspec +0 -32
- data/test/.clash.yml +0 -46
- data/test/Gemfile +0 -3
- data/test/_combine_false.yml +0 -4
- data/test/_compress_false.yml +0 -2
- data/test/_config.yml +0 -9
- data/test/_expected/combine_css_false/awesome-sauce/plugin-media-test.css +0 -3
- data/test/_expected/combine_css_false/awesome-sauce/plugin-test.css +0 -4
- data/test/_expected/combine_css_false/theme/main.css +0 -2
- data/test/_expected/combine_css_false/theme/theme-media-test.css +0 -1
- data/test/_expected/combine_css_false/theme/theme-test.css +0 -4
- data/test/_expected/combine_css_false/theme/theme-test2.css +0 -3
- data/test/_expected/combine_js_false/theme/bar.js +0 -1
- data/test/_expected/combine_js_false/theme/blah.js +0 -4
- data/test/_expected/combine_js_false/theme/foo.js +0 -1
- data/test/_expected/compress_false/javascripts/all-.js +0 -7
- data/test/_expected/compress_false/stylesheets/all-.css +0 -15
- data/test/_expected/compress_false/stylesheets/print-.css +0 -8
- data/test/_expected/copy_layouts_pages/layouts/default.html +0 -12
- data/test/_expected/copy_layouts_pages/layouts/test.html +0 -4
- data/test/_expected/copy_layouts_pages/pages/disable-test.html +0 -3
- data/test/_expected/copy_layouts_pages/pages/four.xml +0 -5
- data/test/_expected/copy_layouts_pages/pages/one.xml +0 -4
- data/test/_expected/copy_layouts_pages/pages/three.md +0 -6
- data/test/_expected/copy_layouts_pages/pages/two.md +0 -5
- data/test/_expected/copy_test/config.yml +0 -5
- data/test/_expected/copy_test/files/disabled-file.txt +0 -2
- data/test/_expected/copy_test/files/favicon.ico +0 -1
- data/test/_expected/copy_test/files/favicon.png +0 -1
- data/test/_expected/copy_test/files/test.html +0 -1
- data/test/_expected/copy_test/fonts/font-one.otf +0 -1
- data/test/_expected/copy_test/fonts/font-two.ttf +0 -1
- data/test/_expected/copy_test/includes/bar.html +0 -2
- data/test/_expected/copy_test/includes/greet.html +0 -1
- data/test/_expected/copy_test/javascripts/bar.js +0 -1
- data/test/_expected/copy_test/javascripts/blah.coffee +0 -1
- data/test/_expected/copy_test/javascripts/disable-this.js +0 -1
- data/test/_expected/copy_test/javascripts/foo.js +0 -1
- data/test/_expected/copy_test/layouts/default.html +0 -12
- data/test/_expected/copy_test/layouts/test.html +0 -4
- data/test/_expected/copy_test/pages/disable-test.html +0 -3
- data/test/_expected/copy_test/pages/four.xml +0 -5
- data/test/_expected/copy_test/pages/one.xml +0 -4
- data/test/_expected/copy_test/pages/three.md +0 -6
- data/test/_expected/copy_test/pages/two.md +0 -5
- data/test/_expected/copy_test/stylesheets/_colors.scss +0 -1
- data/test/_expected/copy_test/stylesheets/disable-this.css +0 -1
- data/test/_expected/copy_test/stylesheets/disable.sass +0 -2
- data/test/_expected/copy_test/stylesheets/main.scss +0 -5
- data/test/_expected/copy_test/stylesheets/theme-media-test@print.css +0 -1
- data/test/_expected/copy_test/stylesheets/theme-test.css +0 -4
- data/test/_expected/copy_test/stylesheets/theme-test2.css +0 -3
- data/test/_expected/site/2014/02/01/test-post.html +0 -14
- data/test/_expected/site/2014/02/02/test-post-2.html +0 -15
- data/test/_expected/site/favicon.ico +0 -1
- data/test/_expected/site/favicon.png +0 -1
- data/test/_expected/site/four/index.xml +0 -1
- data/test/_expected/site/index.html +0 -15
- data/test/_expected/site/javascripts/all-.js +0 -1
- data/test/_expected/site/robots.txt +0 -1
- data/test/_expected/site/stylesheets/all-.css +0 -1
- data/test/_expected/site/stylesheets/print-.css +0 -1
- data/test/_expected/site/test.html +0 -1
- data/test/_expected/site/test_config/plugin_config.html +0 -2
- data/test/_expected/site/test_config/theme_config.html +0 -2
- data/test/_expected/site/test_layouts/local.html +0 -3
- data/test/_expected/site/test_layouts/plugin_layout.html +0 -3
- data/test/_expected/site/test_layouts/test_markdown.html +0 -13
- data/test/_expected/site/test_layouts/theme.html +0 -13
- data/test/_expected/site/test_layouts/theme_override.html +0 -14
- data/test/_expected/site/test_pages/feed/index.xml +0 -1
- data/test/_expected/site/test_pages/plugin_page.html +0 -1
- data/test/_expected/site/test_pages/plugin_page_override.html +0 -1
- data/test/_expected/site/test_pages/theme_page.html +0 -13
- data/test/_expected/site/test_pages/three.html +0 -13
- data/test/_expected/test-plugin-expected/.gitignore +0 -22
- data/test/_expected/test-plugin-expected/Gemfile +0 -4
- data/test/_expected/test-plugin-expected/LICENSE.txt +0 -22
- data/test/_expected/test-plugin-expected/README.md +0 -29
- data/test/_expected/test-plugin-expected/Rakefile +0 -2
- data/test/_expected/test-plugin-expected/demo/Gemfile +0 -3
- data/test/_expected/test-plugin-expected/demo/_config.yml +0 -2
- data/test/_expected/test-plugin-expected/demo/index.html +0 -0
- data/test/_expected/test-plugin-expected/test-plugin.gemspec +0 -26
- data/test/_expected/test-theme-expected/.gitignore +0 -22
- data/test/_expected/test-theme-expected/Gemfile +0 -4
- data/test/_expected/test-theme-expected/LICENSE.txt +0 -22
- data/test/_expected/test-theme-expected/README.md +0 -29
- data/test/_expected/test-theme-expected/Rakefile +0 -2
- data/test/_expected/test-theme-expected/demo/Gemfile +0 -3
- data/test/_expected/test-theme-expected/demo/_config.yml +0 -2
- data/test/_expected/test-theme-expected/demo/index.html +0 -0
- data/test/_expected/test-theme-expected/test-theme.gemspec +0 -26
- data/test/_expected/uglify_js_false/all-.js +0 -7
- data/test/_ink_plugins/awesome-sauce/config.yml +0 -2
- data/test/_ink_plugins/awesome-sauce/docs/index.html +0 -0
- data/test/_ink_plugins/awesome-sauce/files/robots.txt +0 -1
- data/test/_ink_plugins/awesome-sauce/includes/some-include.html +0 -1
- data/test/_ink_plugins/awesome-sauce/layouts/test-layout.html +0 -2
- data/test/_ink_plugins/awesome-sauce/pages/a.html +0 -4
- data/test/_ink_plugins/awesome-sauce/pages/b.html +0 -3
- data/test/_ink_plugins/awesome-sauce/plugin.rb +0 -8
- data/test/_ink_plugins/awesome-sauce/stylesheets/plugin-media-test@print.css +0 -3
- data/test/_ink_plugins/awesome-sauce/stylesheets/plugin-test.css +0 -4
- data/test/_ink_plugins/test-theme/config.yml +0 -5
- data/test/_ink_plugins/test-theme/files/disabled-file.txt +0 -2
- data/test/_ink_plugins/test-theme/files/favicon.ico +0 -1
- data/test/_ink_plugins/test-theme/files/favicon.png +0 -1
- data/test/_ink_plugins/test-theme/files/test.html +0 -1
- data/test/_ink_plugins/test-theme/fonts/font-one.otf +0 -1
- data/test/_ink_plugins/test-theme/fonts/font-two.ttf +0 -1
- data/test/_ink_plugins/test-theme/includes/bar.html +0 -2
- data/test/_ink_plugins/test-theme/includes/greet.html +0 -1
- data/test/_ink_plugins/test-theme/javascripts/bar.js +0 -1
- data/test/_ink_plugins/test-theme/javascripts/blah.coffee +0 -1
- data/test/_ink_plugins/test-theme/javascripts/disable-this.js +0 -1
- data/test/_ink_plugins/test-theme/javascripts/foo.js +0 -1
- data/test/_ink_plugins/test-theme/layouts/default.html +0 -12
- data/test/_ink_plugins/test-theme/layouts/test.html +0 -4
- data/test/_ink_plugins/test-theme/pages/disable-test.html +0 -3
- data/test/_ink_plugins/test-theme/pages/four.xml +0 -5
- data/test/_ink_plugins/test-theme/pages/one.xml +0 -4
- data/test/_ink_plugins/test-theme/pages/three.md +0 -6
- data/test/_ink_plugins/test-theme/pages/two.md +0 -5
- data/test/_ink_plugins/test-theme/plugin.rb +0 -8
- data/test/_ink_plugins/test-theme/stylesheets/_colors.scss +0 -1
- data/test/_ink_plugins/test-theme/stylesheets/disable-this.css +0 -1
- data/test/_ink_plugins/test-theme/stylesheets/disable.sass +0 -2
- data/test/_ink_plugins/test-theme/stylesheets/main.scss +0 -5
- data/test/_ink_plugins/test-theme/stylesheets/theme-media-test@print.css +0 -1
- data/test/_ink_plugins/test-theme/stylesheets/theme-test.css +0 -4
- data/test/_ink_plugins/test-theme/stylesheets/theme-test2.css +0 -3
- data/test/_templates/page +0 -4
- data/test/_templates/post +0 -5
- data/test/source/_includes/foo.html +0 -1
- data/test/source/_includes/post_data.html +0 -11
- data/test/source/_layouts/head.html +0 -1
- data/test/source/_layouts/local.html +0 -4
- data/test/source/_plugins/awesome-sauce/config.yml +0 -4
- data/test/source/_plugins/loader.rb +0 -2
- data/test/source/_plugins/theme/config.yml +0 -14
- data/test/source/_plugins/theme/includes/bar.html +0 -2
- data/test/source/_plugins/theme/layouts/test.html +0 -4
- data/test/source/_plugins/theme/stylesheets/_colors.sass +0 -1
- data/test/source/_plugins/theme/stylesheets/theme-test.css +0 -4
- data/test/source/_posts/2014-02-01-test-post.md +0 -8
- data/test/source/_posts/2014-02-02-test-post-2.md +0 -7
- data/test/source/favicon.png +0 -1
- data/test/source/index.html +0 -15
- data/test/source/test_config/plugin_config.html +0 -4
- data/test/source/test_config/theme_config.html +0 -4
- data/test/source/test_layouts/local.html +0 -4
- data/test/source/test_layouts/plugin_layout.html +0 -4
- data/test/source/test_layouts/test_markdown.md +0 -5
- data/test/source/test_layouts/theme.html +0 -4
- data/test/source/test_layouts/theme_override.html +0 -4
- data/test/source/test_pages/plugin_page_override.html +0 -3
@@ -1,26 +0,0 @@
|
|
1
|
-
# coding: utf-8
|
2
|
-
lib = File.expand_path('../lib', __FILE__)
|
3
|
-
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
4
|
-
require 'test-plugin/version'
|
5
|
-
|
6
|
-
Gem::Specification.new do |spec|
|
7
|
-
spec.name = "test-plugin"
|
8
|
-
spec.version = TestPlugin::VERSION
|
9
|
-
spec.authors = ["TODO: Write your name"]
|
10
|
-
spec.email = ["TODO: Write your email address"]
|
11
|
-
spec.summary = %q{TODO: Write a short summary. Required.}
|
12
|
-
spec.description = %q{TODO: Write a longer description. Optional.}
|
13
|
-
spec.homepage = ""
|
14
|
-
spec.license = "MIT"
|
15
|
-
|
16
|
-
spec.files = `git ls-files -z`.split("\x0")
|
17
|
-
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
18
|
-
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
19
|
-
spec.require_paths = ["lib"]
|
20
|
-
|
21
|
-
spec.add_development_dependency "bundler", "~> 1.6"
|
22
|
-
spec.add_development_dependency "rake"
|
23
|
-
spec.add_development_dependency "octopress"
|
24
|
-
|
25
|
-
spec.add_runtime_dependency "octopress-ink", "~> 1.0", ">= 1.0.0"
|
26
|
-
end
|
@@ -1,22 +0,0 @@
|
|
1
|
-
*.gem
|
2
|
-
*.rbc
|
3
|
-
.bundle
|
4
|
-
.config
|
5
|
-
.yardoc
|
6
|
-
Gemfile.lock
|
7
|
-
InstalledFiles
|
8
|
-
_yardoc
|
9
|
-
coverage
|
10
|
-
doc/
|
11
|
-
lib/bundler/man
|
12
|
-
pkg
|
13
|
-
rdoc
|
14
|
-
spec/reports
|
15
|
-
test/tmp
|
16
|
-
test/version_tmp
|
17
|
-
tmp
|
18
|
-
*.bundle
|
19
|
-
*.so
|
20
|
-
*.o
|
21
|
-
*.a
|
22
|
-
mkmf.log
|
@@ -1,22 +0,0 @@
|
|
1
|
-
Copyright (c) 2014 TODO: Write your name
|
2
|
-
|
3
|
-
MIT License
|
4
|
-
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
6
|
-
a copy of this software and associated documentation files (the
|
7
|
-
"Software"), to deal in the Software without restriction, including
|
8
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
9
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
10
|
-
permit persons to whom the Software is furnished to do so, subject to
|
11
|
-
the following conditions:
|
12
|
-
|
13
|
-
The above copyright notice and this permission notice shall be
|
14
|
-
included in all copies or substantial portions of the Software.
|
15
|
-
|
16
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
17
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
18
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
19
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
20
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
21
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
22
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
@@ -1,29 +0,0 @@
|
|
1
|
-
# TestTheme
|
2
|
-
|
3
|
-
TODO: Write a gem description
|
4
|
-
|
5
|
-
## Installation
|
6
|
-
|
7
|
-
Add this line to your application's Gemfile:
|
8
|
-
|
9
|
-
gem 'test-theme'
|
10
|
-
|
11
|
-
And then execute:
|
12
|
-
|
13
|
-
$ bundle
|
14
|
-
|
15
|
-
Or install it yourself as:
|
16
|
-
|
17
|
-
$ gem install test-theme
|
18
|
-
|
19
|
-
## Usage
|
20
|
-
|
21
|
-
TODO: Write usage instructions here
|
22
|
-
|
23
|
-
## Contributing
|
24
|
-
|
25
|
-
1. Fork it ( https://github.com/[my-github-username]/test-theme/fork )
|
26
|
-
2. Create your feature branch (`git checkout -b my-new-feature`)
|
27
|
-
3. Commit your changes (`git commit -am 'Add some feature'`)
|
28
|
-
4. Push to the branch (`git push origin my-new-feature`)
|
29
|
-
5. Create a new Pull Request
|
File without changes
|
@@ -1,26 +0,0 @@
|
|
1
|
-
# coding: utf-8
|
2
|
-
lib = File.expand_path('../lib', __FILE__)
|
3
|
-
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
4
|
-
require 'test-theme/version'
|
5
|
-
|
6
|
-
Gem::Specification.new do |spec|
|
7
|
-
spec.name = "test-theme"
|
8
|
-
spec.version = TestTheme::VERSION
|
9
|
-
spec.authors = ["TODO: Write your name"]
|
10
|
-
spec.email = ["TODO: Write your email address"]
|
11
|
-
spec.summary = %q{TODO: Write a short summary. Required.}
|
12
|
-
spec.description = %q{TODO: Write a longer description. Optional.}
|
13
|
-
spec.homepage = ""
|
14
|
-
spec.license = "MIT"
|
15
|
-
|
16
|
-
spec.files = `git ls-files -z`.split("\x0")
|
17
|
-
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
18
|
-
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
19
|
-
spec.require_paths = ["lib"]
|
20
|
-
|
21
|
-
spec.add_development_dependency "bundler", "~> 1.6"
|
22
|
-
spec.add_development_dependency "rake"
|
23
|
-
spec.add_development_dependency "octopress"
|
24
|
-
|
25
|
-
spec.add_runtime_dependency "octopress-ink", "~> 1.0", ">= 1.0.0"
|
26
|
-
end
|
File without changes
|
@@ -1 +0,0 @@
|
|
1
|
-
I like robots
|
@@ -1 +0,0 @@
|
|
1
|
-
include from plugin
|
@@ -1 +0,0 @@
|
|
1
|
-
default favicon
|
@@ -1 +0,0 @@
|
|
1
|
-
some favicon
|
@@ -1 +0,0 @@
|
|
1
|
-
<strong>testing theme/files assets</strong>
|
@@ -1 +0,0 @@
|
|
1
|
-
not a font
|
@@ -1 +0,0 @@
|
|
1
|
-
such font. very kern.
|
@@ -1 +0,0 @@
|
|
1
|
-
{{ include.greeting }}, I heard you like includes.
|
@@ -1 +0,0 @@
|
|
1
|
-
console.log('bar')
|
@@ -1 +0,0 @@
|
|
1
|
-
console.log 'dang'
|
@@ -1 +0,0 @@
|
|
1
|
-
console.log('omgwtfbbq!!!11one')
|
@@ -1 +0,0 @@
|
|
1
|
-
console.log('omg')
|
@@ -1,12 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta charset="utf-8">
|
5
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
6
|
-
<title>{{ page.title }}</title>
|
7
|
-
<meta name="viewport" content="width=device-width">
|
8
|
-
</head>
|
9
|
-
<body class="{{ page.body_class }} {{ site.body_class }}">
|
10
|
-
{{ content }}
|
11
|
-
</body>
|
12
|
-
</html>
|
@@ -1 +0,0 @@
|
|
1
|
-
$bg: white;
|
@@ -1 +0,0 @@
|
|
1
|
-
.do-not-exist { background: #bcbcbc; }
|
@@ -1 +0,0 @@
|
|
1
|
-
* { background: none; color: #000; }
|
data/test/_templates/page
DELETED
data/test/_templates/post
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
Testing Include {{ include.some_var }}
|
@@ -1,11 +0,0 @@
|
|
1
|
-
title: {{ post.title }}
|
2
|
-
title text: {{ post.title_text }}
|
3
|
-
title html: {{ post.title_html }}
|
4
|
-
title url: {{ post.title_url }}
|
5
|
-
linkpost: {{ post.linkpost }}
|
6
|
-
|
7
|
-
date: {{ post.date }}
|
8
|
-
date_xml: {{ post.date_xml }}
|
9
|
-
date_html: {{ post.date_html }}
|
10
|
-
|
11
|
-
content: {{ post.content }}
|
@@ -1 +0,0 @@
|
|
1
|
-
{% yield head %}
|
@@ -1,14 +0,0 @@
|
|
1
|
-
test_override: config from theme override
|
2
|
-
permalinks:
|
3
|
-
two: test_pages/theme_page.html
|
4
|
-
feed: test_pages/feed/
|
5
|
-
|
6
|
-
disable:
|
7
|
-
fonts: true
|
8
|
-
stylesheets: disable-this.css
|
9
|
-
sass: disable.sass
|
10
|
-
pages:
|
11
|
-
- disable-test.html
|
12
|
-
- test_pages/disable-test.html
|
13
|
-
files: disabled-file.txt
|
14
|
-
javascripts: disable-this.js
|
@@ -1 +0,0 @@
|
|
1
|
-
$bg: #bcbcbc
|
data/test/source/favicon.png
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
override favicon
|
data/test/source/index.html
DELETED