paraqeet 0.1.0 → 0.2.0
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 +0 -3
- data/_layouts/home.html +1 -5
- data/_layouts/page.html +1 -5
- data/_layouts/post.html +1 -5
- metadata +16 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0d7bfda7f94b94d8ef1ad46e276e7c4b7e756ed1c4b03e9afa1161444f4b7238
|
|
4
|
+
data.tar.gz: 200e46ef89cdb7809b16eb2bbbd19a18921ef5ce5b47998fad9a612ee7a402d9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aeab9111072d31ca65769048cea97a000e209ded937b2c42b53f71f8827a0312795fc0d8e89f9837ae254c0297214609962e35a76444868f89c215a68c35de47
|
|
7
|
+
data.tar.gz: b006bfb109f7246bf5884fdd5df7c7753c1312a9e51f1f00ffde14b760ea0348c71f95d416ae2dfd69e5f11465b6c95be240b25634dcc8b1c3abee44a2c35507
|
data/README.md
CHANGED
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
# Paraqeet
|
|
2
2
|
|
|
3
|
-

|
|
4
|
-

|
|
5
|
-
|
|
6
3
|
Paraqeet is a [Jekyll](https://jekyllrb.com/) theme for building websites using [Bootstrap](https://getbootstrap.com/) - the most popular HTML, CSS, and JS library in the world. Paraqeet comes pre-loaded with the latest versions of Bootstrap and [Bootstrap Icons](https://icons.getbootstrap.com/), as well as built-in CSS theme support for [Rouge](http://rouge.jneen.net/) - Jekyll's default code syntax highlighter.
|
|
7
4
|
|
|
8
5
|
## Installation and Usage
|
data/_layouts/home.html
CHANGED
data/_layouts/page.html
CHANGED
data/_layouts/post.html
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: paraqeet
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Robert Love
|
|
@@ -16,17 +16,21 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '4.
|
|
19
|
+
version: '4.2'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '4.
|
|
27
|
-
description:
|
|
28
|
-
|
|
29
|
-
|
|
26
|
+
version: '4.2'
|
|
27
|
+
description: |2
|
|
28
|
+
Paraqeet is a Jekyll theme for building websites using Bootstrap - the most
|
|
29
|
+
popular HTML, CSS, and JS library in the world. Paraqeet comes pre-loaded
|
|
30
|
+
with the latest versions of Bootstrap and Bootstrap Icons, as well as
|
|
31
|
+
built-in CSS theme support for Rouge - Jekyll’s default code syntax
|
|
32
|
+
highlighter.
|
|
33
|
+
email: robertjohnlove@gmail.com
|
|
30
34
|
executables: []
|
|
31
35
|
extensions: []
|
|
32
36
|
extra_rdoc_files: []
|
|
@@ -1990,7 +1994,12 @@ files:
|
|
|
1990
1994
|
homepage: https://signified.github.io/paraqeet
|
|
1991
1995
|
licenses:
|
|
1992
1996
|
- MIT
|
|
1993
|
-
metadata:
|
|
1997
|
+
metadata:
|
|
1998
|
+
bug_tracker_uri: https://github.com/signified/paraqeet/issues
|
|
1999
|
+
changelog_uri: https://github.com/signified/paraqeet/releases
|
|
2000
|
+
documentation_uri: https://signified.github.io/paraqeet
|
|
2001
|
+
homepage_uri: https://signified.github.io/paraqeet
|
|
2002
|
+
source_code_uri: https://github.com/signified/paraqeet
|
|
1994
2003
|
post_install_message:
|
|
1995
2004
|
rdoc_options: []
|
|
1996
2005
|
require_paths:
|