jekyll-theme-arktos 0.1.0 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: f3bf5b66d953494169330edfda3563b41dd54bf4
4
- data.tar.gz: 2282b575a75863dac46d66f3ae732e08c8ef9f60
2
+ SHA256:
3
+ metadata.gz: 050e8ea40f628ebbc0a2bcc397517478995a62cd401c8acf1ecdce8315dd9186
4
+ data.tar.gz: 39c4dad056f13679779276022a8c8bb3a984a44d8aeab1ea9ff893c90e4e3372
5
5
  SHA512:
6
- metadata.gz: 3187eac382bad4ff5175f026fa7e09ab067e97671c95ae27a6123a70fe6bce99bc5511463518db51c32a757cb8e3bc121334f608c5c1c8363aa2c0cd42a0f30e
7
- data.tar.gz: 615f2b1fc6f25c6059d22b7388c04b8d152447d882355ae39c3cf6dac174e32f043ed0e4602250800ca3a72d4d074dedd6f434b9ed02ea65d8dc4fe05fc537b9
6
+ metadata.gz: 825197d4cc2a5633557d23dffa73d33fc71a5194513893963a44b5ca9b4932ab7b1071b1587e9c3697122b54bdea83c92436cc02a8ee1dc07670b1d8efc4c080
7
+ data.tar.gz: a6dca2c9af9e1d6b4f2f16b97b7c1e176bb57115ec210810d1105b39c42b7d776535b69fa691c72e4b5dc5abeb3ea0c2ff71c4ef23f5504e82a9dec3221e4e2e
data/LICENSE.txt CHANGED
File without changes
data/README.md CHANGED
@@ -6,6 +6,8 @@ A minimalist Jekyll theme arktos.
6
6
 
7
7
  Your can find a demo [here](https://erlzhang.github.io/arktos-demo/)!
8
8
 
9
+ [中文文档](http://yexiqingxi.com/blog/jekyll-theme-arktos.html)
10
+
9
11
 
10
12
  ## Installation
11
13
 
@@ -53,7 +55,8 @@ pagination:
53
55
  To display post-excerpts on the Home Page, simply add the following to your `_config.yml`:
54
56
 
55
57
  ```yml
56
- show_excerpts: true
58
+ arktos:
59
+ excerpt: true
57
60
  ```
58
61
 
59
62
  ### How to use mermaid?
File without changes
File without changes
data/_includes/head.html CHANGED
File without changes
@@ -2,7 +2,7 @@
2
2
  {% assign pages = site.pages | where_exp: 'page', 'page.path != "index.md"'%}
3
3
  {% for page in pages %}
4
4
  {% if page.title %}
5
- <a href="{{ page.url }}">{{ page.title}}</a>
5
+ <a href="{{ page.url | relative_url}}">{{ page.title}}</a>
6
6
  {% endif %}
7
7
  {% endfor %}
8
8
  </nav>
data/_includes/icons.html CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
data/_includes/title.html CHANGED
File without changes
File without changes
data/_layouts/home.html CHANGED
@@ -13,7 +13,7 @@ layout: default
13
13
  {% endif %}
14
14
  {% for post in posts %}
15
15
  <article class="post__entry">
16
- <a href="{{ post.url | prepend: site.baseurl | replace: '//', '/' }}" class="post__entry__link">
16
+ <a href="{{ post.url | relative_url }}" class="post__entry__link">
17
17
  <h2>{{ post.title }}</h2>
18
18
  <div class="post__meta">
19
19
  <time>{{ post.date | date: "%Y-%m-%d" }}</time>
data/_layouts/page.html CHANGED
@@ -4,7 +4,7 @@ layout: default
4
4
 
5
5
  <div class="post__top_navs clearfix">
6
6
  <nav class="post__archive_path">
7
- <a href="/" id="archiveBtn">
7
+ <a href="{{ "/" | relative_url }}" id="archiveBtn">
8
8
  <div class="post__archive_icon">
9
9
  <svg width="40" height="40">
10
10
  <circle class="circle-progress" r="18" cy="20" cx="20" stroke-linejoin="round" stroke-linecap="round" />
data/_layouts/post.html CHANGED
@@ -4,7 +4,7 @@ layout: default
4
4
 
5
5
  <div class="post__top_navs clearfix">
6
6
  <nav class="post__archive_path">
7
- <a href="/" id="archiveBtn">
7
+ <a href="{{ "/" | relative_url }}" id="archiveBtn">
8
8
  <div class="post__archive_icon">
9
9
  <svg width="40" height="40">
10
10
  <circle class="circle-progress" r="18" cy="20" cx="20" stroke-linejoin="round" stroke-linecap="round" />
data/_sass/arktos.scss CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
data/assets/Slide.js CHANGED
File without changes
File without changes
File without changes
File without changes
data/assets/js/main.js CHANGED
File without changes
data/assets/main.scss CHANGED
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-arktos
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - erlzhang
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-01-11 00:00:00.000000000 Z
11
+ date: 2019-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -112,7 +112,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
112
112
  version: '0'
113
113
  requirements: []
114
114
  rubyforge_project:
115
- rubygems_version: 2.5.2.1
115
+ rubygems_version: 2.7.8
116
116
  signing_key:
117
117
  specification_version: 4
118
118
  summary: Jekyll simple theme Arktos.