techdoc-jekyll-theme 0.1.6 → 0.1.7

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/LICENSE +21 -0
  3. data/README.md +1 -1
  4. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 414b7803f9dcb0792d1bcadc6e7635682a98fcb0ed100471fde26d8888729ce2
4
- data.tar.gz: 46a9d1b0772a8e40a52e232b8b656c0c0d77036682a6dac810291e00508621a8
3
+ metadata.gz: bca6bbfa9e7218ddd42838f3b578fb654c194c409959502aa140f61c0d7a5a50
4
+ data.tar.gz: 1d7c49405c64d3e87929d9f7ae8d1951ecdc6636bddb9136ff4e90194243cc63
5
5
  SHA512:
6
- metadata.gz: a0021b0ef47f529db6b45139fe78b71c17d2b3684bf9326b01bbe6f02a9dd72742cecae432fd088bc6c35f636ab92a0f6e197e8a6b45f8ec6ec0d513879b68b4
7
- data.tar.gz: 18635b2c8088df0a9c2aa2d51c1a46c0af66a0c2a704df6b2e9228c6b86cc2267ba228bc79d7cff87d1634f443dc09b8d83b3375057b78aa4b6e17425179ecf2
6
+ metadata.gz: 2e72b3573472a3e0185d772d8c04410e69879531177709c6a7181d3e6beaf970a5e07d53d90b02cdad5f7018cf42d5023408f86044d321e404fccf43b28d2779
7
+ data.tar.gz: a639d4ab3d1f573c744b9f3ea9aaf8512268f471d735af85f946f8b3ff005cd0605f37a59e53de05827a6dbf0b1c921eab97f8c4dadbf2cb82f28591a616572b
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2021 Jianmin Chen
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  TechDoc is a Jekyll theme designed for writing technical documentation. The templates that come with it are very minimal, so you can quickly get started writing documentation.
6
6
 
7
7
  ## Installation
8
- Take a look at this [page](/techdoc/2021/04/01/using-this-theme.html), which contains detailed instructions for installation.
8
+ Take a look at this [page](http://jianmin-chen.github.io/techdoc/2021/04/01/using-this-theme.html), which contains detailed instructions for installation.
9
9
 
10
10
  ## Usage
11
11
  Once you've installed the theme using the page mentioned above, you can start writing technical documentation right away by creating a new `.markdown` file in the `/posts` folder. The file should be named `year-month-day-title.markdown`, and the beginning of the file should look something like this:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: techdoc-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - jianmin-chen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-04-03 00:00:00.000000000 Z
11
+ date: 2021-04-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -59,6 +59,7 @@ executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
+ - LICENSE
62
63
  - README.md
63
64
  - _config.yml
64
65
  - _layouts/default.html