jekyll-theme-artsy 0.1.8 → 0.1.9
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.
- checksums.yaml +4 -4
- data/README.md +7 -2
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 753b602daa57161a1cbd7cad53dd4ae01573271b
|
4
|
+
data.tar.gz: a646abab2ca6e43da37ee60955025e271bc2f08f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9ccbf6eefeca024f031411acf9bee33f3650c492e0c4ee6c3f017e8827d76ef00ac00abece6d68153def9af628cb29bd4b130718bfda29f691f03d7f3468c18d
|
7
|
+
data.tar.gz: f6825db92a4c05325d2f056e3ff38fd829c5f0ddc618a0e05483b8f5e26b98d7c8470a44a4e39ea80fe1dcfc28d4e16b6c8d620f8fc167dbbd7988acfb2a7285
|
data/README.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
|
-
# artsy
|
1
|
+
# jekyll-theme-artsy
|
2
|
+
[](https://badge.fury.io/rb/jekyll-theme-artsy)
|
2
3
|
|
3
|
-
|
4
|
+
* [Documentation](https://superterran.github.io/jekyll-theme-artsy/)
|
5
|
+
|
6
|
+
This is Artsy, a Jekyll theme that compiles out to a ruby gem. It provides a rough but useful theme for Jekyll sites that includes a gallery, services and a lame ecommerce methodology built around PayPal Buttons. While eventually the goal is for this to be a useful and optimized jekyll theme, at this point its very early and the only real goal is to provide a decoupled theme and asset repositories for my girlfriend that's still compatible with Prose and Netlify. The point is to allow for the theme proper to be publically availble, while letting us track the _content_ in a private repository. This theme is bundled with a thumbnailer that can shrink images and watermark them, the content repo will be a safe home for all of the artist's content and jekyll will only output images that are safe for the web.
|
7
|
+
|
8
|
+
# Basics...
|
4
9
|
|
5
10
|
To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
|
6
11
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-artsy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Doug Hatcher
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-11-
|
11
|
+
date: 2018-11-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -288,7 +288,7 @@ files:
|
|
288
288
|
- assets/newsletter/js/archivebar-desktop-plugins.js
|
289
289
|
- assets/newsletter/js/fancyzoom.mc.js
|
290
290
|
- shop.html
|
291
|
-
homepage: https://github.
|
291
|
+
homepage: https://superterran.github.io/jekyll-theme-artsy/
|
292
292
|
licenses:
|
293
293
|
- MIT
|
294
294
|
metadata: {}
|
@@ -311,5 +311,6 @@ rubyforge_project:
|
|
311
311
|
rubygems_version: 2.5.2.1
|
312
312
|
signing_key:
|
313
313
|
specification_version: 4
|
314
|
-
summary: An artfully-minded Jekyll theme
|
314
|
+
summary: An artfully-minded Jekyll theme. This will not usable/stable until version
|
315
|
+
2.0.0
|
315
316
|
test_files: []
|