paloma-jekyll 0.2.4 → 0.3.4

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: 72d99484c308c574181c5607da1281b9dd7884a89fc0a906678265cf42d011a2
4
- data.tar.gz: 4a0c4298cf20adb145d0edbefa893595ade9234f5e0dc61160cb70bb18677bf6
3
+ metadata.gz: cd84344cb2477ce507f9ed3de23d05b40a05cbce23c2882e5c76c80471533e01
4
+ data.tar.gz: de83dff893c0e0355c3130712b17c560b0a1826fa2618827d7c6fa68090c8a89
5
5
  SHA512:
6
- metadata.gz: 203511974ed909386e8b1d85c585723a338c055d30ee0435f5e9ebe3fe632b9ec1416f178185b6204c88d0054d8cc3eba5b457cdab34bac2496645099057b0c7
7
- data.tar.gz: a45efc8989fb84831ed5b961d89eaa2500e51aaee43350f5eaafab554593016049a198ef5d2a1bd442f8d4a28d12e953c7124ef58bfdd4824b14c78540c51a1f
6
+ metadata.gz: d1de326ad3df78da00668ba4ff628b57ca9500331fdba2fbd2854018833dc353502a7602bdc6043f21e004d79650de71763dfef4332245fbfc946c03177273a7
7
+ data.tar.gz: ab174136bd98d3217b97b06475f8d4edb91f1d4e7950781a51ac02a7700cabc555517061abc8315a3883fdc4129ef2c3a5e00b505831d45a38f3b2467c99b743
data/README.md CHANGED
@@ -1,6 +1,8 @@
1
+ [![Ruby gem](https://img.shields.io/gem/v/paloma-jekyll.svg)](https://rubygems.org/gems/paloma-jekyll)
2
+
1
3
  # paloma-jekyll
2
4
 
3
- This is a Jekyll theme which you can use in your Jekyll project.
5
+ Paloma Jekyll is a utilitarian theme for publishing your articles.
4
6
 
5
7
  To experiment with this theme as a standalone website, add some sample content and run `bundle exec jekyll serve`.
6
8
 
@@ -1,5 +1,4 @@
1
1
  <header class="header">
2
2
  <div class="container">
3
- {% include nav.html %}
4
3
  </div>
5
4
  </header>
data/_sass/_theme.scss CHANGED
@@ -17,14 +17,14 @@ body {
17
17
  padding: 0px;
18
18
  margin: 0px;
19
19
  font-family: 'Garamond', serif;
20
- font-size: 20px;
20
+ font-size: 23px;
21
21
  }
22
22
 
23
23
  h1 {
24
24
  color: #C83E4D;
25
- font-size: 3.5em;
25
+ font-size: 3em;
26
26
  font-weight: bold;
27
- margin: 100px 0px 100px 0px;
27
+ margin: 90px 0px 15px 0px;
28
28
  }
29
29
 
30
30
  h2 {
@@ -48,9 +48,12 @@ h2 {
48
48
  text-decoration: underline;
49
49
  color: inherit;
50
50
  }
51
+ .wrap a:hover {
52
+ color: #C83E4D;
53
+ }
51
54
 
52
55
  .footer {
53
- height: 150px;
56
+ height: 30px;
54
57
  }
55
58
 
56
59
  pre {
@@ -60,39 +63,12 @@ pre {
60
63
  .highlight { border-radius: 10px !important;}
61
64
 
62
65
  .header {
63
- z-index: 900;
64
66
  width: 100%;
65
67
  top: 0px;
66
68
  background: #FFF;
67
- font-family: Arial;
69
+ height: 30px;
68
70
  }
69
71
 
70
72
  .article, .main {
71
73
  padding: 15px 15px 115px 15px;
72
- }
73
-
74
- .nav { }
75
-
76
- .nav--header {}
77
-
78
- .list {
79
- padding: 10px 10px 10px 10px;
80
- margin: 0px 0px 0px 0px;
81
- list-style-type: none;
82
- }
83
-
84
- .list--nav {}
85
-
86
- .item {
87
- display: inline-block;
88
- padding: 10px 10px 10px 10px;
89
- margin: 0px 10px 0px 0px;
90
- background: #C83E4D;
91
- color: #FFF2EE;
92
- border-radius: 4px;
93
- box-shadow: 0px 2px 0px 0px #AA4D57;
94
- }
95
-
96
- .item a { text-decoration: none; color: inherit;}
97
- .item--nav {}
98
- .item--current { }
74
+ }
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.2.4
4
+ version: 0.3.4
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-28 00:00:00.000000000 Z
11
+ date: 2021-12-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -36,7 +36,6 @@ files:
36
36
  - _config.yml
37
37
  - _includes/footer.html
38
38
  - _includes/header.html
39
- - _includes/nav.html
40
39
  - _layouts/default.html
41
40
  - _layouts/home.html
42
41
  - _layouts/post.html
data/_includes/nav.html DELETED
@@ -1,17 +0,0 @@
1
- <nav class="nav nav--header">
2
- <ul class="list list--nav">
3
- {{ navigation_header }}
4
- {% for item in site.navigation_header %}
5
-
6
- {% if item.url contains '://' %}
7
- {% assign url = item.url %}
8
- {% else %}
9
- {% assign url = item.url | relative_url %}
10
- {% endif %}
11
-
12
- <li class="item item--nav{% if item.url == page.url %} item--current{% endif %}">
13
- <a href="{{ url }}">{{ item.title }}</a>
14
- </li>
15
- {% endfor %}
16
- </ul>
17
- </nav>