letitbex-theme 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 +18 -1
- data/assets/screenshot.png +0 -0
- metadata +3 -3
- data/_includes/favicon.png +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 60da06f3174dcda63a3a2871b88a57e1426dbec5bc77f57041c4cc17d8328717
|
|
4
|
+
data.tar.gz: 18a5b8b880905f8d6ef7ed170f98e9cad838d956a82f7c18ba52e83574a99981
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aca864e5b8c5b20406ec86be3022bd3b92d8e8b5822b603df804a3f127c3c5f8a63d1636cf0ea92dabc4e4968b17b00a1a10440656d0ceee6aa2577777161df7
|
|
7
|
+
data.tar.gz: ecfe732865d7a74bf978bf7d6f7040fd2081ab562cd2d2565ffc13e62cbaf5086576f69da77aa281b5a00d85e6aed776da863e0b749d087ccf46fa25b357b19e
|
data/README.md
CHANGED
|
@@ -1 +1,18 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
|
+

|
|
3
|
+
|
|
4
|
+
## Installisation
|
|
5
|
+
- Add this line to Gemfile:
|
|
6
|
+
> gem "letitbex-theme"
|
|
7
|
+
- Fetch and update bundled gems by running the following Bundler command:
|
|
8
|
+
> bundle
|
|
9
|
+
- Set theme in _config.yml:
|
|
10
|
+
> theme: letitbex-theme
|
|
11
|
+
|
|
12
|
+
## Usage
|
|
13
|
+
### Addition configs to config.yml
|
|
14
|
+
- `header_pages`: to specify which pages should be displayed in navbar
|
|
15
|
+
- `footer`: string, which will be inserted on the end of the page (doesn't support markup, but html)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: letitbex-theme
|
|
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
|
- mrtsukim0t0-
|
|
@@ -76,7 +76,6 @@ files:
|
|
|
76
76
|
- LICENSE.txt
|
|
77
77
|
- README.md
|
|
78
78
|
- _config.yml
|
|
79
|
-
- _includes/favicon.png
|
|
80
79
|
- _includes/footer.html
|
|
81
80
|
- _includes/google-analytics.html
|
|
82
81
|
- _includes/head.html
|
|
@@ -90,7 +89,8 @@ files:
|
|
|
90
89
|
- assets/logo.png
|
|
91
90
|
- assets/main-hacker.scss
|
|
92
91
|
- assets/main.scss
|
|
93
|
-
|
|
92
|
+
- assets/screenshot.png
|
|
93
|
+
homepage: https://gitlab.com/mrtsukim0t0-/letitbex-theme.git
|
|
94
94
|
licenses:
|
|
95
95
|
- MIT
|
|
96
96
|
metadata: {}
|
data/_includes/favicon.png
DELETED
|
Binary file
|