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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -2
  3. metadata +5 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4af75a633cebb3d26f92fa85c7bda166011ee8e6
4
- data.tar.gz: 067ed092095a850e6c84380c3dbcf096191b87eb
3
+ metadata.gz: 753b602daa57161a1cbd7cad53dd4ae01573271b
4
+ data.tar.gz: a646abab2ca6e43da37ee60955025e271bc2f08f
5
5
  SHA512:
6
- metadata.gz: 718e99e90a062f4d03762c5b0b1bce1111d305301725219f6b96237ea326de7400c299aae61bfc926074ab2a960ab05dbe21fc365a84395c5b40126c5cea6d2a
7
- data.tar.gz: d664915e35227b9919f698293aa1916384d412a9b2a6bd72ed0012000021d4768012b2b9d714a87009160d9825e9f998c765aaac820ea4c4539088897245a356
6
+ metadata.gz: 9ccbf6eefeca024f031411acf9bee33f3650c492e0c4ee6c3f017e8827d76ef00ac00abece6d68153def9af628cb29bd4b130718bfda29f691f03d7f3468c18d
7
+ data.tar.gz: f6825db92a4c05325d2f056e3ff38fd829c5f0ddc618a0e05483b8f5e26b98d7c8470a44a4e39ea80fe1dcfc28d4e16b6c8d620f8fc167dbbd7988acfb2a7285
data/README.md CHANGED
@@ -1,6 +1,11 @@
1
- # artsy
1
+ # jekyll-theme-artsy
2
+ [![Gem Version](https://badge.fury.io/rb/jekyll-theme-artsy.svg)](https://badge.fury.io/rb/jekyll-theme-artsy)
2
3
 
3
- Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes`, your sass files in `_sass` and any other assets in `assets`.
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.8
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-18 00:00:00.000000000 Z
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.com/superterran/jekyll-theme-artsy
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: []