jekyll-theme-bluegreen 0.1.1 → 0.1.3
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 +14 -12
- data/_config.yml +1 -0
- data/assets/preview/blue.png +0 -0
- data/assets/preview/green.png +0 -0
- metadata +7 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6dabbcd8446fc48b977b6c9325f5a53763642506a0cb24fe560cc10c184ce1e5
|
4
|
+
data.tar.gz: 72b6e035c1cabf0dd4aec56427ac9d7d82222e56f6dfdd525febce8e524357b4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f5e8e2acaed7dc98c0eddce4d3c8ae31da65571595f8443ff57188f2eba4ee665f7156b0ee2ba07b8eea5144ab9d96a633006d02187b26931f0805846a3a3a15
|
7
|
+
data.tar.gz: 139f00c8a309982ea19fd05088f5f4073ffc5ee1001a7c9cd5331c91f78d23e4c029f06e01fd6dd4867e2137522065e8ec9c821452048eeb2e0ac645652a530c
|
data/README.md
CHANGED
@@ -6,23 +6,23 @@ Starting from Jekyll's minima theme, I created a simple design according to my t
|
|
6
6
|
|
7
7
|
## Features
|
8
8
|
|
9
|
-
-
|
10
|
-
-
|
11
|
-
-
|
12
|
-
-
|
13
|
-
-
|
14
|
-
- Other pages: about, 404
|
15
|
-
- Several layouts
|
9
|
+
- **Blog**: list view, detail view, pagination
|
10
|
+
- **Projects**: list view, detail view, pagination
|
11
|
+
- **Tailwind**: Version 3, light/dark toggle
|
12
|
+
- **Pages**: about, 404
|
13
|
+
- **Layouts**
|
16
14
|
|
17
15
|
## Install
|
18
16
|
|
19
|
-
1.
|
20
|
-
2.
|
21
|
-
3.
|
17
|
+
1. Clone this repo: `git clone https://github.com/bjkawecki/Jekyll-Theme-Bluegreen`
|
18
|
+
2. Use your preferred node package manager to install from `package.json`
|
19
|
+
3. Install jekyll and bundler: `gem install jekyll bundler`
|
20
|
+
4. Install the gems: `bundle install`
|
21
|
+
5. Use the scripts in `package.json` to build or serve your development application
|
22
22
|
|
23
23
|
## Customize
|
24
24
|
|
25
|
-
- Paste your preffered woff2 font file in `/assets/fonts/` and change the
|
25
|
+
- Paste your preffered woff2 font file in `/assets/fonts/` and change the reference in `/_includes/head.html`
|
26
26
|
- Edit your Tailwind color palettes in `tailwind.config.js`
|
27
27
|
- Personalize the values for name, email, description, etc. in `_config.yml`
|
28
28
|
|
@@ -31,4 +31,6 @@ Starting from Jekyll's minima theme, I created a simple design according to my t
|
|
31
31
|
Live-Preview: [bjoernkawecki.de](https://bjoernkawecki.de/)
|
32
32
|
|
33
33
|

|
34
|
-

|
34
|
+

|
35
|
+
|
36
|
+
Source of cat profile image: [dreamstime.com](https://www.dreamstime.com/adorable-minty-green-cat-cartoon-design-perfect-playful-illustrations-image354438289)
|
data/_config.yml
CHANGED
data/assets/preview/blue.png
CHANGED
Binary file
|
data/assets/preview/green.png
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-bluegreen
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Björn Kawecki
|
@@ -61,7 +61,12 @@ files:
|
|
61
61
|
homepage: https://github.com/bjkawecki/Jekyll-Theme-Bluegreen
|
62
62
|
licenses:
|
63
63
|
- MIT
|
64
|
-
metadata:
|
64
|
+
metadata:
|
65
|
+
homepage_uri: https://github.com/bjkawecki/Jekyll-Theme-Bluegreen
|
66
|
+
documentation_uri: https://github.com/bjkawecki/Jekyll-Theme-Bluegreen
|
67
|
+
source_code_uri: https://github.com/bjkawecki/Jekyll-Theme-Bluegreen
|
68
|
+
bug_tracker_uri: https://github.com/bjkawecki/Jekyll-Theme-Bluegreen/issues
|
69
|
+
rubygems_mfa_required: 'true'
|
65
70
|
post_install_message:
|
66
71
|
rdoc_options: []
|
67
72
|
require_paths:
|