jekyll-hk-api-doc 0.1.0 → 0.2.0

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: c962343dcce7382a284b926b9bbd71e1169028c8917a003dc0bf7f2b212113f9
4
- data.tar.gz: b6a9c7fb7da88d06ec6d324c2aabdfbe587dd44ed4fc0f5b20bc30ad67c8698e
3
+ metadata.gz: 9998a7b6bdd04956e5ec0a361565fe36a4dee78d779ad56ad5552bacb1ab89b5
4
+ data.tar.gz: c886dd85c417b544a862a73342d8f9e100abd5ac2f93ac922f6144000ad081c5
5
5
  SHA512:
6
- metadata.gz: af5becd75297fa983dcf41d79f2b9a808c9ba65209abd520521b9308e94c2bfa01df089702c5e620acadbf1f58a81ae7ae8e25abc60410bd7daa4f433f6a0919
7
- data.tar.gz: 1fa29febaf8ca8e07f2ea83f6b9aba2058f1bdc8527258d0913926db1066b972ee2bc02dc575167b9b7727d1bf39d8b8583fbac8b58c33ea7e0933af60735240
6
+ metadata.gz: 0d927449f04fab1aa160fb794f2258b26a4094897fc838053d2f48ae8461262ce5d5ea6ead955e867098a11e44ffdcf4c3f949aef4bb5746a9830f57a45dee63
7
+ data.tar.gz: cff3d5c648a9e3f1fda34b5fa7f789d1c3f271a64811bbeac646333f895d1b507347ccbc88f169589310674fee432c3d0f7ff6b10d64510943e53384683578e0
@@ -0,0 +1,16 @@
1
+ <!DOCTYPE html>
2
+ <html lang="ko">
3
+ {% include head.html %}
4
+
5
+ <body>
6
+ {% assign api_book = site.data %}
7
+ {% assign filename = page.title | downcase %}
8
+ {% assign yaml = api_book[filename] %}
9
+
10
+ <div class="top-navbar-container">
11
+ {% include top_navbar.html %}
12
+
13
+ {{ content }}
14
+ </div>
15
+ </body>
16
+ </html>
@@ -1,4 +1,4 @@
1
- @import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');
1
+ @import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&family=Ubuntu+Mono&display=swap');
2
2
 
3
3
  $screen-width-lg: 1200px;
4
4
  $screen-width-md: 800px;
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-hk-api-doc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Heekang Park
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2021-01-14 00:00:00.000000000 Z
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '12.0'
55
- description:
55
+ description:
56
56
  email:
57
57
  - park.heekang33@gmail.com
58
58
  executables: []
@@ -67,6 +67,7 @@ files:
67
67
  - _includes/toc.html
68
68
  - _includes/top_navbar.html
69
69
  - _layouts/api.html
70
+ - _layouts/default.html
70
71
  - _sass/include.api_main_content.scss
71
72
  - _sass/include.left-sidebar.scss
72
73
  - _sass/include.toc.scss
@@ -78,7 +79,7 @@ homepage: https://github.com/HeekangPark/jekyll-hk-api-doc
78
79
  licenses:
79
80
  - MIT
80
81
  metadata: {}
81
- post_install_message:
82
+ post_install_message:
82
83
  rdoc_options: []
83
84
  require_paths:
84
85
  - lib
@@ -94,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
94
95
  version: '0'
95
96
  requirements: []
96
97
  rubygems_version: 3.1.4
97
- signing_key:
98
+ signing_key:
98
99
  specification_version: 4
99
100
  summary: A Simple API Doc with YAML powered by Jekyll
100
101
  test_files: []