jekyll-theme-panda 0.1.1 → 0.2.1

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.
data/assets/js/script.js CHANGED
@@ -14,10 +14,9 @@ function pageLoaded() {
14
14
  // fadeout page on link clicked
15
15
  // https://digipress.digi-state.com/tech/page-transition-effect-how-to/
16
16
  function pageTransition() {
17
- // ハッシュリンク(#)と別ウィンドウでページを開く場合はスルー
18
17
  $('a:not([href^="#"]):not([href^="javascript:void(0);"]):not([target]):not(.js-no-transition)').on('click', function(e){
19
18
  // $('html, body').stop().animate({ scrollTop: 0 }, 400, 'easeInOutSine');
20
- e.preventDefault(); // ナビゲートをキャンセル
19
+ e.preventDefault();
21
20
  url = $(this).attr('href'); // 遷移先のURLを取得
22
21
  if (url !== '') {
23
22
  //$('main,footer,.menu').addClass('js-fadeOut');
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-panda
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - riino
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-10 00:00:00.000000000 Z
11
+ date: 2021-08-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -28,16 +28,16 @@ dependencies:
28
28
  name: jekyll-paginate
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ">="
31
+ - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '0'
33
+ version: 1.1.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ">="
38
+ - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '0'
40
+ version: 1.1.0
41
41
  description:
42
42
  email:
43
43
  - sorphwer@gmail.com
@@ -57,16 +57,30 @@ files:
57
57
  - _includes/policy/zh.md
58
58
  - _includes/search.html
59
59
  - _includes/toc.html
60
+ - _layouts/album.html
61
+ - _layouts/albumlist.html
62
+ - _layouts/blank.html
60
63
  - _layouts/default.html
61
64
  - _layouts/forarchive.html
62
65
  - _layouts/home.html
63
66
  - _layouts/post.html
67
+ - _layouts/preset.html
68
+ - _layouts/presetlist.html
69
+ - _layouts/visio.html
70
+ - _layouts/visiolist.html
64
71
  - _sass/common.scss
65
72
  - _sass/header.scss
66
73
  - _sass/post.scss
67
74
  - _sass/syntax.scss
75
+ - assets/css/ajax-loader.gif
68
76
  - assets/css/bootstrap.min.css
69
77
  - assets/css/font-awesome.min.css
78
+ - assets/css/fonts/slick.eot
79
+ - assets/css/fonts/slick.svg
80
+ - assets/css/fonts/slick.ttf
81
+ - assets/css/fonts/slick.woff
82
+ - assets/css/slick-theme.css
83
+ - assets/css/slick.css
70
84
  - assets/css/styles.scss
71
85
  - assets/fonts/FontAwesome.otf
72
86
  - assets/fonts/amarillo/AmarilloUSAF.svg
@@ -87,6 +101,7 @@ files:
87
101
  - assets/js/imagesLoaded-3.1.8.js
88
102
  - assets/js/imagesLoaded-4.1.4.js
89
103
  - assets/js/jquery-3.5.1.min.js
104
+ - assets/js/jquery-ui-1.8.5.min.js
90
105
  - assets/js/mermaid.min.js
91
106
  - assets/js/script.js
92
107
  - assets/js/slick.min.js