solarized-blog-theme 0.0.0 → 0.0.2

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: c65a095969fddafcb6e0f15c6e413295022ba53c988d1fd7ef1ec108d4e679f2
4
- data.tar.gz: a56989f7244ac3440def0db8e8ef95fc072eb989ebc7443c783e3c06ede9c331
3
+ metadata.gz: bae887418da14517443d6eb72b29c0ebb9d3f6eb2fac4b99defdb635d220b8ed
4
+ data.tar.gz: e5a8faf3cb905b0f0250a8f967151b1b3a0c38dce568bc3a70c00acf3086462f
5
5
  SHA512:
6
- metadata.gz: 07fe4acaca0f25a0eed5fd650d279daffd61a2695c8fa43a0c73c0d06f3d194d090fa5a8987202953fcc16a8e08b8c35644e9db43952c64f2b57644f09edf43f
7
- data.tar.gz: a8f13a3805d5e3a51fbccb052039ab7426cce3636ad6ad0e5c76c3fbf984d3a9804dea4607fa975c01ba59ec443144b1197140334a6e3cc9632507746b47dae3
6
+ metadata.gz: f00642894ab297b5b60d4a489a0f18c9eb1544b5347e42074cdd71650f6598a7307576b5a07af36e048cfb4862aca2182a27fa0fab93f1d077676d0b97d72cca
7
+ data.tar.gz: 822b77e5a5f8ecb021ebdc1848684c5c4aafa62e17c427b8106b6c86f5bfa07e4cbdfd8849f628aaad406c7d9a7a2b28a0f883e3e7ae3eb8c2086b2dcd3da065
data/_layouts/post.html CHANGED
@@ -2,29 +2,29 @@
2
2
  layout: default
3
3
  ---
4
4
 
5
- <article class="post h-entry" itemscope itemtype="http://schema.org/BlogPosting">
6
- <header class="post-header">
7
- <h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}</h1>
8
- <a href="{{ site.baseurl }}/" class="home-link">Back to home</a>
9
- <p class="post-meta">
10
- <time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}">
11
- {%- assign date_format = site.date_format | default: "%b %-d, %Y" -%}
12
- written on: {{ page.date | date: date_format }}
13
- </time>
14
- {%- if page.author -%}
15
- <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span class="p-author h-card" itemprop="name">{{ page.author }}</span></span>
16
- {%- endif -%}
17
- <br/>
18
- <span>tags: </span>
19
- {%- for tag in page.tags -%}
20
- <span>{{ tag }} </span>
21
- {%- endfor -%}
22
- </p>
23
- </header>
5
+ <header class="post-header">
6
+ <h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}</h1>
7
+ <a href="{{ site.baseurl }}/" class="home-link">&lt; Back to home</a>
8
+ <p class="post-meta">
9
+ <time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}">
10
+ {%- assign date_format = site.date_format | default: "%b %-d, %Y" -%}
11
+ written on: {{ page.date | date: date_format }}
12
+ </time>
13
+ {%- if page.author -%}
14
+ <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span class="p-author h-card" itemprop="name">{{ page.author }}</span></span>
15
+ {%- endif -%}
16
+ <br/>
17
+ <span>tags: </span>
18
+ {%- for tag in page.tags -%}
19
+ <span>[{{ tag }}] </span>
20
+ {%- endfor -%}
21
+ </p>
22
+ </header>
24
23
 
24
+ <article class="post h-entry" itemscope itemtype="http://schema.org/BlogPosting">
25
25
  <div class="post-content e-content" itemprop="articleBody">
26
26
  {{ content }}
27
27
  </div>
28
28
 
29
29
  <a class="u-url" href="{{ page.url | relative_url }}" hidden></a>
30
- </article>
30
+ </article>
@@ -6,6 +6,11 @@ a:hover {
6
6
  text-decoration: underline;
7
7
  }
8
8
 
9
+ blockquote {
10
+ border-left: 2px solid $solarized-blue;
11
+ padding-left: 10px;
12
+ }
13
+
9
14
  body {
10
15
  background-color: $background-color;
11
16
  color: $text-color;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solarized-blog-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sohn Ryang
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-10-16 00:00:00.000000000 Z
11
+ date: 2018-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll