paloma-jekyll 0.3.5 → 0.3.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -4
  3. data/_config.yml +0 -6
  4. data/_sass/_theme.scss +1 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 11ac6857e339fc334848e37842e1a13a023c4ba966400baaad0a519f691ddf65
4
- data.tar.gz: a5b0fda3cd6c00b802d04b987f969ac80c5197c150ef8fba3c12df3cb9f0060e
3
+ metadata.gz: 1727d870609e1644c8475b08d93f8d4617b357e0ae798ce2a66f82b349a9be85
4
+ data.tar.gz: a6e821c1f21b26ea79535a87bcb363bcff8003ee3d6cb0f23e669b33819fb26d
5
5
  SHA512:
6
- metadata.gz: 1cd94e5c9b3c61648a04611b372b5a1ece54f2d4992f3cf72df99d23526beeac4abaeac684815f5121408468c3a65a705fdcb6baed42d7964f124cf2dabba13b
7
- data.tar.gz: 63594f6a0a5be08cff94deeaf57dd01f9d14cc3f2c720d301b96774dc9405a66deb62849d710c2d38f6bfbc9cb44a0c8de496180ae50a2cdb8d9a23a19dce396
6
+ metadata.gz: 4a26cafba051a2493287fd64e21d4a7974c32061d0de9fc9c80d31b9327ea0620694ffd920cfe58244ba0b471a3c793fef4fedcbced54481f532c55d3b7b0700
7
+ data.tar.gz: 2b5502599f1da03a92d4ed78a8fcf19a8128ac4f9d57682d5111717e69262b53627e5d313040dd14100ba9c13293bfb6ba0e8ddbdb4071ff8ec065f5d8658f37
data/README.md CHANGED
@@ -30,13 +30,10 @@ Or install it yourself as:
30
30
 
31
31
  ## Usage
32
32
 
33
- Using this theme is pretty straightforward. It consists of an index page and a docs page.
34
-
35
- The docs page shows the articles that have been added to the `_post` folder. Take a look at the example markdown document to see that works.
33
+ Articles should be added to the `_post` folder. Take a look at the example markdown document to see that works.
36
34
 
37
35
  `_config.yml` contains some configuration options that you should to change when you are using this theme as the basis for your Jekyll website.
38
36
 
39
-
40
37
  ## Contributing
41
38
 
42
39
  Bug reports and pull requests are welcome on GitHub at https://github.com/ffyud/paloma-jekyll. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
data/_config.yml CHANGED
@@ -3,12 +3,6 @@ theme: paloma-jekyll
3
3
  markdown: kramdown
4
4
  highlighter: rouge
5
5
 
6
- navigation_header:
7
- - title: home
8
- url: /
9
- - title: docs
10
- url: /docs/
11
-
12
6
  logo: ""
13
7
  title: "Paloma Jekyll"
14
8
  short_name: ""
data/_sass/_theme.scss CHANGED
@@ -51,7 +51,7 @@ ul {
51
51
 
52
52
  .wrap {
53
53
  position: relative;
54
- background: #FFF0EE;
54
+ background: #FFF;
55
55
  }
56
56
  .wrap a {
57
57
  text-decoration: underline;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paloma-jekyll
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.5
4
+ version: 0.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ffyud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-02 00:00:00.000000000 Z
11
+ date: 2023-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll