paloma-jekyll 0.3.4 → 0.3.6

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.
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 +15 -6
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cd84344cb2477ce507f9ed3de23d05b40a05cbce23c2882e5c76c80471533e01
4
- data.tar.gz: de83dff893c0e0355c3130712b17c560b0a1826fa2618827d7c6fa68090c8a89
3
+ metadata.gz: 1727d870609e1644c8475b08d93f8d4617b357e0ae798ce2a66f82b349a9be85
4
+ data.tar.gz: a6e821c1f21b26ea79535a87bcb363bcff8003ee3d6cb0f23e669b33819fb26d
5
5
  SHA512:
6
- metadata.gz: d1de326ad3df78da00668ba4ff628b57ca9500331fdba2fbd2854018833dc353502a7602bdc6043f21e004d79650de71763dfef4332245fbfc946c03177273a7
7
- data.tar.gz: ab174136bd98d3217b97b06475f8d4edb91f1d4e7950781a51ac02a7700cabc555517061abc8315a3883fdc4129ef2c3a5e00b505831d45a38f3b2467c99b743
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
@@ -11,7 +11,7 @@
11
11
  }
12
12
 
13
13
  body {
14
- color: #4A5859;
14
+ color: #564742;
15
15
  background: #FFF;
16
16
  height: 100%;
17
17
  padding: 0px;
@@ -24,32 +24,41 @@ h1 {
24
24
  color: #C83E4D;
25
25
  font-size: 3em;
26
26
  font-weight: bold;
27
- margin: 90px 0px 15px 0px;
27
+ margin: 90px 0px 90px 0px;
28
28
  }
29
29
 
30
30
  h2 {
31
31
  padding: 30px 0px 15px 0px;
32
+ box-shadow: 0px 5px 0px 0px #564742;
33
+ text-transform: uppercase;
34
+ }
35
+
36
+ ul {
37
+ list-style-type: square;
32
38
  }
33
39
 
34
40
  .article-date {
35
41
  color: #936167;
42
+ font-size: .7em;
43
+ text-transform: uppercase;
44
+
36
45
  }
37
46
 
38
47
  .container {
39
- max-width: 600px;
48
+ max-width: 700px;
40
49
  margin: 0px auto;
41
50
  }
42
51
 
43
52
  .wrap {
44
53
  position: relative;
45
- background: #FFF2EE;
54
+ background: #FFF;
46
55
  }
47
56
  .wrap a {
48
57
  text-decoration: underline;
49
- color: inherit;
58
+ color: #C83E4D;
50
59
  }
51
60
  .wrap a:hover {
52
- color: #C83E4D;
61
+ color: #3A1015;
53
62
  }
54
63
 
55
64
  .footer {
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.4
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: 2021-12-30 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