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 +4 -4
- data/README.md +6 -1
- data/_layouts/post.html +2 -0
- data/_sass/quickstand.scss +1 -1
- data/assets/.DS_Store +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8e3adbd7642194999614aa3c753e2d102a28e2c4675d3f12fd77be5023ffeccf
|
4
|
+
data.tar.gz: 67d256cdb99bae0c104c59a41914a206d37d07cab0581ce544cab49952697176
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
55
|
+
Coming soon
|
52
56
|
|
57
|
+
- `rm quickstand-*.gem; jekyll build; gem build quickstand.gemspec`
|
data/_layouts/post.html
CHANGED
data/_sass/quickstand.scss
CHANGED
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.
|
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-
|
11
|
+
date: 2020-04-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|