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.
- checksums.yaml +4 -4
- data/README.md +1 -4
- data/_config.yml +0 -6
- data/_sass/_theme.scss +15 -6
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1727d870609e1644c8475b08d93f8d4617b357e0ae798ce2a66f82b349a9be85
|
4
|
+
data.tar.gz: a6e821c1f21b26ea79535a87bcb363bcff8003ee3d6cb0f23e669b33819fb26d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
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
data/_sass/_theme.scss
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
}
|
12
12
|
|
13
13
|
body {
|
14
|
-
color: #
|
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
|
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:
|
48
|
+
max-width: 700px;
|
40
49
|
margin: 0px auto;
|
41
50
|
}
|
42
51
|
|
43
52
|
.wrap {
|
44
53
|
position: relative;
|
45
|
-
background: #
|
54
|
+
background: #FFF;
|
46
55
|
}
|
47
56
|
.wrap a {
|
48
57
|
text-decoration: underline;
|
49
|
-
color:
|
58
|
+
color: #C83E4D;
|
50
59
|
}
|
51
60
|
.wrap a:hover {
|
52
|
-
color: #
|
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
|
+
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:
|
11
|
+
date: 2023-03-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|