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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9027c0a66e667d0949230ab3ea0b21f71683f3f1f894bb6b5a165ee1a882b161
4
- data.tar.gz: 43612b4f95bce1b6a714175fe8b6135ae9d003641575a88087a99b79854c6238
3
+ metadata.gz: 0d7bfda7f94b94d8ef1ad46e276e7c4b7e756ed1c4b03e9afa1161444f4b7238
4
+ data.tar.gz: 200e46ef89cdb7809b16eb2bbbd19a18921ef5ce5b47998fad9a612ee7a402d9
5
5
  SHA512:
6
- metadata.gz: 8e94c611638feab164e7b56106132f14b397259161064a1a63e4fafbf3c359c8a22b5d21990a369c0a670fbb95e5c3a9e0cbcd52faf7cf72ee66b0be7e74e78b
7
- data.tar.gz: 372db99677aba1ebceae6c4bbe654cf59783ab3541571d49dc615907d4354bb97891efde6efe4a4f80cd6dd40f2bd29e808f313e56410fc9fbe09dbcfd744961
6
+ metadata.gz: aeab9111072d31ca65769048cea97a000e209ded937b2c42b53f71f8827a0312795fc0d8e89f9837ae254c0297214609962e35a76444868f89c215a68c35de47
7
+ data.tar.gz: b006bfb109f7246bf5884fdd5df7c7753c1312a9e51f1f00ffde14b760ea0348c71f95d416ae2dfd69e5f11465b6c95be240b25634dcc8b1c3abee44a2c35507
data/README.md CHANGED
@@ -1,8 +1,5 @@
1
1
  # Paraqeet
2
2
 
3
- ![Bootstrap v5.2.2](https://img.shields.io/badge/Bootstrap-v5.2.2-712cf9)
4
- ![Bootstrap Icons v1.9.0](https://img.shields.io/badge/Bootstrap%20Icons-v1.9.0-712cf9)
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
@@ -2,8 +2,4 @@
2
2
  layout: default
3
3
  ---
4
4
 
5
- <main class="py-5">
6
- <div class="container">
7
- {{ content }}
8
- </div>
9
- </main>
5
+ {{ content }}
data/_layouts/page.html CHANGED
@@ -2,8 +2,4 @@
2
2
  layout: default
3
3
  ---
4
4
 
5
- <main class="py-5">
6
- <div class="container">
7
- {{ content }}
8
- </div>
9
- </main>
5
+ {{ content }}
data/_layouts/post.html CHANGED
@@ -2,8 +2,4 @@
2
2
  layout: default
3
3
  ---
4
4
 
5
- <main class="py-5">
6
- <div class="container">
7
- {{ content }}
8
- </div>
9
- </main>
5
+ {{ content }}
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.1.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.3'
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.3'
27
- description:
28
- email:
29
- - robertjohnlove@gmail.com
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: