minimal-categorized 0.0.1 → 0.0.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 +4 -4
- data/_config.yml +2 -3
- data/_data/metaData.yml +3 -1
- data/_sass/styles/_defaults.scss +3 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 254566b40472ac659a9cb242c455510f34a8c65c99d6b3ca0ac8d2a226096a82
|
4
|
+
data.tar.gz: db6b1f754708d8a9859e55423abff3951eac3e6352641172a2c55fb41cc38574
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 58ee131f70c612d2e4cd54d229b496d39989416144dfe546eaddd8dd30d933d0ded65d3213e7eaf9770133c40def0d9040d3c1c313d125225cfc432d3029c2ce
|
7
|
+
data.tar.gz: b853214814738cfb4a85cf203df62223c708af8b715975e0a1a7b51a115d95ee0ba7865b42f3961ad48f6693a5642036449161acc75bc18cbe18598e39fa70d7
|
data/_config.yml
CHANGED
@@ -14,15 +14,14 @@
|
|
14
14
|
# You can create any custom variable you would like, and they will be accessible
|
15
15
|
# in the templates via {{ site.myvariable }}.
|
16
16
|
title: Site title
|
17
|
-
email:
|
17
|
+
email: email@example.com
|
18
18
|
description: >- # this means to ignore newlines until "baseurl:"
|
19
19
|
Write an awesome description for your new site here. You can edit this
|
20
20
|
line in _config.yml. It will appear in your document head meta (for
|
21
21
|
Google search results) and in your feed.xml site description.
|
22
22
|
baseurl: "" # the subpath of your site, e.g. /blog
|
23
23
|
url: "" # the base hostname & protocol for your site, e.g. http://example.com
|
24
|
-
|
25
|
-
github_username: ItsMeaga1n
|
24
|
+
|
26
25
|
|
27
26
|
# Build settings
|
28
27
|
markdown: kramdown
|
data/_data/metaData.yml
CHANGED
data/_sass/styles/_defaults.scss
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: minimal-categorized
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Patryk Bieszke
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-09-
|
11
|
+
date: 2020-09-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: 3.9.0
|
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:
|
26
|
+
version: 3.9.0
|
27
27
|
description:
|
28
28
|
email:
|
29
29
|
- bieszke.patryk@gmail.com
|