quickstand 0.1.5 → 0.1.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e77d5b073c092d37563098c802b88fdc0bc5d3c13e7b6f4c394f036d0ff5b03e
4
- data.tar.gz: 2b1af7774f25315b7abec7a646850c85dd5ea6bae013bc6e73c2193fea2d0284
3
+ metadata.gz: 8e3adbd7642194999614aa3c753e2d102a28e2c4675d3f12fd77be5023ffeccf
4
+ data.tar.gz: 67d256cdb99bae0c104c59a41914a206d37d07cab0581ce544cab49952697176
5
5
  SHA512:
6
- metadata.gz: 27da3abcf9762a2c3db2403edbdf73ff3b79b1f97a6f4ec6d2f65cbe537631d560b07b51db0617d068fd949c1af33bda379fb0dd825fc8d6757c33eebf0107b2
7
- data.tar.gz: 39715a16c4ca8cff7985a942c523dc96caa98d3d329f15716e3b41ffbbc3f98185132703b3d5a8375fa8c69b753bc4491b71864a80f669d6ae3d3ca524ac0931
6
+ metadata.gz: e8b3e95494844331897d9291cae1408a6c4520582e58e588ae2b5e91c0f1b4474e6bc3721cfef3b7b5bad020c88331140f00f4086ba671c16cfc14fd9a99bb8c
7
+ data.tar.gz: 4b2f729b81f741352a7e077ef7d41540c800adac876a1a0eb521691785d5e97f7eb733b09753596f586b241c223f46b389ce0923a7a33867e511bef157125942
data/README.md CHANGED
@@ -39,6 +39,10 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERN
39
39
 
40
40
  ## Development
41
41
 
42
+ - `bundle install`
43
+ - `bundle exec jekyll serve`
44
+ - `http://localhost:4000`
45
+
42
46
  To set up your environment to develop this theme, run `bundle install`.
43
47
 
44
48
  Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
@@ -48,5 +52,6 @@ To add a custom directory to your theme-gem, please edit the regexp in `quicksta
48
52
 
49
53
  ## License
50
54
 
51
- The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
55
+ Coming soon
52
56
 
57
+ - `rm quickstand-*.gem; jekyll build; gem build quickstand.gemspec`
data/_layouts/post.html CHANGED
@@ -26,6 +26,8 @@ layout: default
26
26
 
27
27
  </div>
28
28
 
29
+ {% include share_buttons.html %}
30
+
29
31
  {% if page.comments %}
30
32
  {% include disqus_comments.html %}
31
33
  {% endif %}
@@ -5,4 +5,4 @@
5
5
  @import 'quickstand/syntax';
6
6
  @import 'quickstand/layout';
7
7
  @import 'quickstand/pagination';
8
- @import 'quickstand/catalogue';
8
+ @import 'quickstand/catalogue';
data/assets/.DS_Store CHANGED
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quickstand
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Prashant Khanduri
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-13 00:00:00.000000000 Z
11
+ date: 2020-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll