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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 68f486bee4ea1d5aa114baf454ca9eeb65aeed4f4eb52fd6e569120c0ec7e9ad
4
- data.tar.gz: 49b205f640764e25afef42ef111d2cefa004a07475f6b9b35eaa153946c10cc9
3
+ metadata.gz: 60da06f3174dcda63a3a2871b88a57e1426dbec5bc77f57041c4cc17d8328717
4
+ data.tar.gz: 18a5b8b880905f8d6ef7ed170f98e9cad838d956a82f7c18ba52e83574a99981
5
5
  SHA512:
6
- metadata.gz: 0cb81d8edfb6195aef1a446e0de37124cbb783cc90987721b7a4b7925d6cdaa57010983028050fb6c9b57f0e4bb5d1fd285f4128a77b371d2e4a7007a035e908
7
- data.tar.gz: f1d0e9720d8bcbe4b6f52f83a7efb6563ded38371122fc5cbb2964986d105c3db838c41adbebc7b5266038e93745c9adc247dc090b380988808d418626bab845
6
+ metadata.gz: aca864e5b8c5b20406ec86be3022bd3b92d8e8b5822b603df804a3f127c3c5f8a63d1636cf0ea92dabc4e4968b17b00a1a10440656d0ceee6aa2577777161df7
7
+ data.tar.gz: ecfe732865d7a74bf978bf7d6f7040fd2081ab562cd2d2565ffc13e62cbaf5086576f69da77aa281b5a00d85e6aed776da863e0b749d087ccf46fa25b357b19e
data/README.md CHANGED
@@ -1 +1,18 @@
1
- A copy of [Jekyll-theme-console](https://github.com/b2a3e8/jekyll-theme-console) with minor personal changes.
1
+
2
+ ![letitbex-theme](assets/screenshot.png)
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.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
- homepage: https://gitlbab.com/mrtsukim0t0-/letitbex-theme.git
92
+ - assets/screenshot.png
93
+ homepage: https://gitlab.com/mrtsukim0t0-/letitbex-theme.git
94
94
  licenses:
95
95
  - MIT
96
96
  metadata: {}
Binary file