really-simple 1.0.1 → 1.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/README.md +3 -3
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5cbdf1dd604ba2660f406665ac10d27bd0e660ee
|
4
|
+
data.tar.gz: 60c1986bb1a4de58ce762b4a9fc724647a35b9e5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '08c38e29b35c1fd5d9e06b7879d76892ca5fbe9e50e2acd9a51e15e578f080798d69c6ccfe7972226ccbd129e5a0c4526703f220cca2b244fd2a9bba062a9c40'
|
7
|
+
data.tar.gz: e3f1164b746ef24c7aeb292603b9969cacb0bcd9f4988b9bad47002077200394a66b2b59af5200a81e689a8076d0d24a338c081551d59468ba91952b68faa3e6
|
data/README.md
CHANGED
@@ -81,7 +81,7 @@ The above will render the palette like so:
|
|
81
81
|
|
82
82
|
### Menu
|
83
83
|
|
84
|
-
The menu items are configuration driven. Any pages with the [front matter](https://jekyllrb.com/docs/frontmatter/) property of `menu_item` set to true will be rendered as part of the menu in the header. For example
|
84
|
+
The menu items are configuration driven. Any pages with the [front matter](https://jekyllrb.com/docs/frontmatter/) property of `menu_item` set to true will be rendered as part of the menu in the header. For example, consider the following pages:
|
85
85
|
|
86
86
|
`archives.md`:
|
87
87
|
```yml
|
@@ -100,10 +100,10 @@ menu_item: true
|
|
100
100
|
---
|
101
101
|
```
|
102
102
|
|
103
|
-
|
103
|
+
With the above pages, the menu items "About" and "Archives" will be rendered.
|
104
104
|
|
105
105
|
### Layouts
|
106
|
-
Really Simple comes with a simple layout for archives. Just include `layout: archives` front matter in your pages.
|
106
|
+
Really Simple comes with a simple layout for archives. Just include `layout: archives` front matter in your pages.
|
107
107
|
|
108
108
|
## Philosophy
|
109
109
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: really-simple
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- jusx
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-04-18 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: '3.
|
19
|
+
version: '3.7'
|
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: '3.
|
26
|
+
version: '3.7'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: bundler
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -69,7 +69,7 @@ files:
|
|
69
69
|
- _sass/_simple.scss
|
70
70
|
- _sass/_syntax-highlighting.scss
|
71
71
|
- assets/main.scss
|
72
|
-
homepage: https://github.com/jusx/really-simple/tree/1.0.
|
72
|
+
homepage: https://github.com/jusx/really-simple/tree/1.0.2
|
73
73
|
licenses:
|
74
74
|
- MIT
|
75
75
|
metadata: {}
|