techdoc-jekyll-theme 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/_config.yml +1 -0
  3. data/_layouts/default.html +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3f0711c12f794ca46f8fcd5ffda57fb6983f63c53e3a3b3337b4fb49246494cb
4
- data.tar.gz: 248899df3deffca8d406ca13fabfaeaa5b0c4f319f3a701c70ceb8928d3387df
3
+ metadata.gz: fca94f611a9b2541753d34355148cd360dc1e84e88c1767386517fc86f91c3a6
4
+ data.tar.gz: 67d09d69bfbbafb0bc60a94e670b623a92cbeae4877148e9b0185618db185f6f
5
5
  SHA512:
6
- metadata.gz: d92031fc60453d2f20158a96561f60c0ac1a0f5a784ad2b3069fde8c686641f6d43bde4bc83daa33a3c068ef59f9015cc35d69392c7f4a62b7889b87b7cadab5
7
- data.tar.gz: ef11e50802c926979a541d9e0cc4652f516562a0ffb79ad3cb8084894c62d36af3a88c298c4603810ffed4754d7c72de9a9ed23ded28a6696972e27a611289ba
6
+ metadata.gz: 3288f75f9ca0026c89b9f7c15300f885f4517ef23db2f499efd46324b31be36f0d2ac93b3d744bdcaab8a90d390b2ff2130339fd1ff0668e4737c067748b502d
7
+ data.tar.gz: 3074c2b1290e16c5b0f83d391c88c18f81a4201fedc9ec99b9a80152a07a6606a14dc42e98d87fee940e3efa7dcf497e041e2e401f5b0aa64ef6ee8bc2d0d028
data/_config.yml CHANGED
@@ -4,6 +4,7 @@ github_username: jianmin-chen
4
4
  library_name: TechDoc
5
5
  library_description: >-
6
6
  Jekyll theme for writing technical documentation
7
+ library_link: https://github.com/jianmin-chen/techdoc
7
8
  url: "https://jianmin-chen.github.io"
8
9
  plugins_dir:
9
10
  -jekyll-remote-theme
@@ -15,7 +15,7 @@
15
15
  <div class="menu-content">
16
16
  <h1 class="display-1"><a href="{{ "/" | absolute_url }}">{{ site.library_name }}</a></h1>
17
17
  <p class="text-muted">{{ site.library_description }}</p>
18
- <!-- Pages -->
18
+ <a class="nav-link" href="{{ site.library_link }}">Source Code</a>
19
19
  {%- if site.posts.size > 0 -%}
20
20
  {%- for post in site.posts -%}
21
21
  <a class="nav-link" href="{{ post.url | relative_url }}">{{ post.title | escape }}</a>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: techdoc-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - jianmin-chen