jekyll-theme-semantic2 0.0.8 → 0.0.9

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: 7aacd93dd70bd03c9e496362f2f098d76367de6c938111d9fc01cb38c53cbcfa
4
- data.tar.gz: 6b050715e0fc9922978051f21e733b9b77b41aae4a32a0abf9c894d712cb2263
3
+ metadata.gz: 9b5569f33a9648bc0f7a172e9f1a4bcac315b0af0c162d40af9cba6e1b34cfb1
4
+ data.tar.gz: 26a3df823d0c2db968a9207286d01f16c8da00812b9c059c4376a79546d532ad
5
5
  SHA512:
6
- metadata.gz: e9785383c1efdb58c6b40d974264a867376c4ba13a84a60e8227e2ee6253795797b9b5cd19a1bf4bc2172603d3cbe5c309b3ac844b24ce46926ca8fda9f1cd09
7
- data.tar.gz: 85fd4c3b5551d93cbe03708f58cbf5370d3bec93ea0a3ccf07d59ba204adfbef9f64d04e0f2aefa7456a760c8d3ad3f1aa68755f9c195ef1e43b65e419364ccf
6
+ metadata.gz: f5e542009e1ceb738f0f0856a3a9f0d9bc9dff26d91f85e19ba470c745d8c5908fedd09067b83388680f0eaa9255ac644118e2f52cfda1572a83b0a9968811c4
7
+ data.tar.gz: 8ede16892eafe2273bccf24d335b8b6a29d1a5ac64f723414456d60dea41b6c4fbd506a0dbfbcea4befdba1e5b5f465e230cc14eec562ce318108ed72c90b7a5
data/_includes/post.html CHANGED
@@ -1,5 +1,5 @@
1
1
  <article itemscope itemtype="http://schema.org/BlogPosting">
2
- <h1 class="ui header" itemprop="headline"><a href="{{ include.post.url | relative_url }}">{{ include.post.title }}</a></h1>
2
+ <h1 class="ui header" itemprop="headline">{{ include.post.title }}</h1>
3
3
  <p itemprop="description">{% if include.post.author %}By <span itemprop="author">{{ include.post.author }}</span> on {% endif %}<time itemprop="datePublished" datetime="{{ include.post.date | date_to_xmlschema }}">{{ include.post.date | date: "%B %-d, %Y" }}</time>{% if include.post.updated %}. Last updated on <time itemprop="dateModified" datetime="{{ include.post.updated | date_to_xmlschema }}">{{ include.post.updated | date: "%B %-d, %Y" }}</time>{% endif %}{% if include.post.comments %}. <a href="{{ include.post.url | relative_url }}#disqus_thread" data-disqus-identifier="{{ include.post.url | relative_url }}"></a>{% endif %}</p>
4
4
  <div class="ui basic vertical segment" itemprop="articleBody">
5
5
  {% if page.type == "home" and site.excerpts %}
data/_layouts/blog.html CHANGED
@@ -8,7 +8,7 @@ type: blog
8
8
  <main>
9
9
  <div class="ui text container">
10
10
  {% for post in paginator.posts %}
11
- <div class="ui basic vertical segment">
11
+ <div class="ui padded basic vertical segment">
12
12
  {% include post.html post=post %}
13
13
  </div>
14
14
  {% endfor %}
@@ -8,7 +8,7 @@ type: category
8
8
  <main>
9
9
  <div class="ui text container">
10
10
  {% for post in site.categories[page.category] %}
11
- <div class="ui basic vertical segment">
11
+ <div class="ui padded basic vertical segment">
12
12
  {% include post.html post=post %}
13
13
  </div>
14
14
  {% endfor %}
@@ -8,24 +8,6 @@
8
8
  <link href="{{ "/atom.xml" | relative_url }}" rel="alternate" type="application/atom+xml">
9
9
  <link href="{{ "/rss.xml" | relative_url }}" rel="alternate" type="application/rss+xml">
10
10
  <link href="https://cdn.jsdelivr.net/npm/semantic-ui@2/dist/semantic.min.css" crossorigin="anonymous" rel="stylesheet">
11
- <style>
12
- article > h1.ui.header a {
13
- color: rgba(0, 0, 0, 0.87);
14
- }
15
-
16
- .ui.grid > .row:nth-child(3) {
17
- margin-top: 3rem;
18
- }
19
-
20
- .ui.grid > .row:last-of-type {
21
- margin-bottom: 3rem;
22
- }
23
-
24
- .ui.pagination.menu > .item > .icon {
25
- margin: 0;
26
- width: auto;
27
- }
28
- </style>
29
11
  {% if site.author %}
30
12
  <meta name="author" content="{{ site.author }}">
31
13
  {% endif %}
@@ -35,7 +17,7 @@
35
17
  </head>
36
18
  <body>
37
19
  <div class="pusher">
38
- <div class="ui grid">
20
+ <div class="ui vertically padded grid">
39
21
  {% include navigation.html %}
40
22
  {{ content }}
41
23
  </div>
data/_layouts/post.html CHANGED
@@ -7,7 +7,7 @@ type: post
7
7
  <div class="column">
8
8
  <main>
9
9
  <div class="ui text container">
10
- <div class="ui basic vertical segment">
10
+ <div class="ui padded basic vertical segment">
11
11
  {% include post.html post=page %}
12
12
  </div>
13
13
  </div>
data/_layouts/tag.html CHANGED
@@ -8,7 +8,7 @@ type: tag
8
8
  <main>
9
9
  <div class="ui text container">
10
10
  {% for post in site.tags[page.tag] %}
11
- <div class="ui basic vertical segment">
11
+ <div class="ui padded basic vertical segment">
12
12
  {% include post.html post=post %}
13
13
  </div>
14
14
  {% endfor %}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-semantic2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ramon de C Valle
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-23 00:00:00.000000000 Z
11
+ date: 2021-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler