jekyll-theme-bluegreen 0.1.0 → 0.1.2

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: 325ae45b2893b506e7018225405542c352291ed0e5ce1256d2fefc4b8469aed0
4
- data.tar.gz: 92b5729b4720f7904e6a76567c6d297faad0299fcc295498846dd4aa2f67eab7
3
+ metadata.gz: 13ff7e9dcdb3641b1cc35140e23be42d0d2bbfa1a47c5e69d30662960623c524
4
+ data.tar.gz: 73e2948ded5dc9d46cbd4dec3becce6bb84576501501d2eb07931c3a691c1f16
5
5
  SHA512:
6
- metadata.gz: ae135c532e0d8e812e6fc1c412660283c3ed63cc461996c31bfb8709d935c54da1187750a3dc1e3766a4ce99e83b442df009aacc5dea625b058440b7b534b175
7
- data.tar.gz: d829ec45a8a182bee8e5da3a7a6126cc0d09bc3588692b58f2d9af44ab4a16898b8f678d27ba114cc8e742ac80e5be9930fa0e7d2b2f1240ac19915f6c41fbec
6
+ metadata.gz: da0dcdbcdd6cf96190422368e6ce9e722bb39254db82d24f60a45965c58eb9f98f2d9596f209bde4f9897c0030716d58fa70b11183dc9c93c32cfb26500724ec
7
+ data.tar.gz: a94fdc2e874edcc03bd9077cc6ab9531db17bc9ba2a7906f1c0b799cf7afbd440a791100d864aae2dfaff4f0290a2fe28485509f27b4a5cd04ce9abf4e7d6fa1
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
- - Tailwind v3
10
- - Simple layout
11
- - Light/dark theme toggle
12
- - Blog page with pagination
13
- - Projects page with pagination
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. Install `package.json` with your preferred node package manager
20
- 2. Make sure that you installed ruby and bundler
21
- 3. Use the scripts in `package.json` to build start and watch your development application
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 refernce in `/_includes/head.html`
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
  ![preview-blog-blue](/assets/preview/blue.png)
34
- ![preview-blog-green](/assets/preview/green.png)
34
+ ![preview-blog-green](/assets/preview/green.png)
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
@@ -19,6 +19,7 @@
19
19
  # in the templates via {{ site.myvariable }}.
20
20
 
21
21
  theme_name: bluegreen
22
+ # theme: jekyll-theme-bluegreen-0.1.1
22
23
  author: Björn Kawecki
23
24
 
24
25
  title: Tilly Bleen | Blog & Projects
Binary file
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.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Björn Kawecki
@@ -58,10 +58,12 @@ files:
58
58
  - assets/js/index.js
59
59
  - assets/preview/blue.png
60
60
  - assets/preview/green.png
61
- homepage: https://github.com/bjkawecki/Jekyll-Theme-Bluegreen.git
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
+ rubygems_mfa_required: 'true'
65
67
  post_install_message:
66
68
  rdoc_options: []
67
69
  require_paths: