hima 1.0.0 → 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 +22 -0
- data/_config.yml +3 -1
- data/_sass/hima/colourschemes/_gruvbox-light-theme.scss +2 -2
- data/_sass/hima/colourschemes/_syntax/{gruvbox-dark.css → gruvbox-dark.scss} +0 -0
- data/_sass/hima/colourschemes/_syntax/{gruvbox-light.css → gruvbox-light.scss} +0 -0
- data/_sass/hima/colourschemes/auto.scss +3 -3
- metadata +11 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e317e9c437f7be0212094da25b2a85abf65f524d97b4332ae84e8ba65cda3b88
|
|
4
|
+
data.tar.gz: 38b869a3d684ecd592bb9804c6d34494c4bf7ff69e943887cdae32e9c3829efa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a4b81d2c43884f460dcccec6e35dc7282d6941e25f305fadabf5fe0d2cd7dcfbbc211620f8559ea176e5d48205f836961eb4bbdae2430cbff845ccde598ea168
|
|
7
|
+
data.tar.gz: 414c64fc07b9a337d7ca1ff59f1aa02069b97a2a586674c435dab9cbf789d9f4f65134c1c647ebc4be07693b3b50f149fc7356e90b21cb7a807ac6a25cbc0faa
|
data/README.md
CHANGED
|
@@ -1,9 +1,31 @@
|
|
|
1
1
|
# hima
|
|
2
|
+
[](https://badge.fury.io/rb/hima)
|
|
2
3
|
|
|
3
4
|
hima is a simple Jekyll theme with the goal of being accessible to everyone, and follows [The A11y Project's accessibility guidelines](https://www.a11yproject.com/checklist/).
|
|
4
5
|
|
|
5
6
|
## Installation
|
|
6
7
|
|
|
8
|
+
### Remote Theme Installation (for GitHub pages)
|
|
9
|
+
|
|
10
|
+
Add the following to your `Gemfile` to install the `jekyll-remote-theme` plugin:
|
|
11
|
+
|
|
12
|
+
```ruby
|
|
13
|
+
gem "jekyll-remote-theme"
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
Then in your `_config.yml`, set the theme, and add the plugin
|
|
17
|
+
|
|
18
|
+
```yaml
|
|
19
|
+
remote_theme: brandoncardoso/hima
|
|
20
|
+
|
|
21
|
+
plugins:
|
|
22
|
+
- jekyll-remote-theme
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
Finally run `bundle install` to install gems
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Gem-based Theme Installation
|
|
7
29
|
Add this line to your Jekyll site's `Gemfile`:
|
|
8
30
|
|
|
9
31
|
```ruby
|
data/_config.yml
CHANGED
|
File without changes
|
|
File without changes
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
@media (prefers-color-scheme: light) {
|
|
2
|
-
@import '
|
|
2
|
+
@import 'hima/colourschemes/_gruvbox-light-theme';
|
|
3
3
|
}
|
|
4
4
|
|
|
5
5
|
@media (prefers-color-scheme: dark) {
|
|
6
|
-
@import '
|
|
6
|
+
@import 'hima/colourschemes/_gruvbox-dark-theme';
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
-
@import '
|
|
9
|
+
@import 'hima/colourschemes/_base';
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hima
|
|
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
|
- Brandon Cardoso
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-12-
|
|
11
|
+
date: 2022-12-14 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.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:
|
|
26
|
+
version: 3.9.2
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: jekyll-seo-tag
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -44,14 +44,14 @@ dependencies:
|
|
|
44
44
|
requirements:
|
|
45
45
|
- - "~>"
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 0.
|
|
47
|
+
version: 0.15.1
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: 0.
|
|
54
|
+
version: 0.15.1
|
|
55
55
|
description:
|
|
56
56
|
email:
|
|
57
57
|
executables: []
|
|
@@ -79,8 +79,8 @@ files:
|
|
|
79
79
|
- _sass/hima/colourschemes/_gruvbox-colours.scss
|
|
80
80
|
- _sass/hima/colourschemes/_gruvbox-dark-theme.scss
|
|
81
81
|
- _sass/hima/colourschemes/_gruvbox-light-theme.scss
|
|
82
|
-
- _sass/hima/colourschemes/_syntax/gruvbox-dark.
|
|
83
|
-
- _sass/hima/colourschemes/_syntax/gruvbox-light.
|
|
82
|
+
- _sass/hima/colourschemes/_syntax/gruvbox-dark.scss
|
|
83
|
+
- _sass/hima/colourschemes/_syntax/gruvbox-light.scss
|
|
84
84
|
- _sass/hima/colourschemes/auto.scss
|
|
85
85
|
- _sass/hima/colourschemes/dark.scss
|
|
86
86
|
- _sass/hima/colourschemes/light.scss
|
|
@@ -94,7 +94,8 @@ files:
|
|
|
94
94
|
homepage: https://www.github.com/brandoncardoso/hima
|
|
95
95
|
licenses:
|
|
96
96
|
- MIT
|
|
97
|
-
metadata:
|
|
97
|
+
metadata:
|
|
98
|
+
plugin_type: theme
|
|
98
99
|
post_install_message:
|
|
99
100
|
rdoc_options: []
|
|
100
101
|
require_paths:
|
|
@@ -113,5 +114,5 @@ requirements: []
|
|
|
113
114
|
rubygems_version: 3.3.26
|
|
114
115
|
signing_key:
|
|
115
116
|
specification_version: 4
|
|
116
|
-
summary: A simple Jekyll theme.
|
|
117
|
+
summary: A simple Jekyll theme with a focus on accessibility.
|
|
117
118
|
test_files: []
|