paraqeet 0.1.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9027c0a66e667d0949230ab3ea0b21f71683f3f1f894bb6b5a165ee1a882b161
4
- data.tar.gz: 43612b4f95bce1b6a714175fe8b6135ae9d003641575a88087a99b79854c6238
3
+ metadata.gz: 33cf1b78b882113a17298b268eebe49c43dc2c8e81a990e0620b4cceb9c95f16
4
+ data.tar.gz: e965410a1b337ff6f1bb3af58ca92ee307c66b03cf515d23d22c2ac9bbcc6ece
5
5
  SHA512:
6
- metadata.gz: 8e94c611638feab164e7b56106132f14b397259161064a1a63e4fafbf3c359c8a22b5d21990a369c0a670fbb95e5c3a9e0cbcd52faf7cf72ee66b0be7e74e78b
7
- data.tar.gz: 372db99677aba1ebceae6c4bbe654cf59783ab3541571d49dc615907d4354bb97891efde6efe4a4f80cd6dd40f2bd29e808f313e56410fc9fbe09dbcfd744961
6
+ metadata.gz: 99dbd70d6f09aa44b2995b04a67d7d773345b66b097bae438e4acdaa8d827e36aba5d677c212ca1bf98ff1d288251a1ce2039057b03dcd1fc9e48913f20093eb
7
+ data.tar.gz: 3526edf9c29ae891dca6bc69e3e66fc419c2a37e8f1d967c5508fa4a21085d135ca54f2a1472d55b5885791d67f2f6fd209332c71130d0c5d32ff70c40ab1545
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 }}
@@ -5,3 +5,4 @@
5
5
  @import "bootstrap/bootstrap";
6
6
  @import "bootstrap-icons";
7
7
  @import "highlight";
8
+ @import "prose";
metadata CHANGED
@@ -1,14 +1,14 @@
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.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Love
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-05 00:00:00.000000000 Z
11
+ date: 2022-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -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: