jekyll-theme-neysa 0.1.5 → 0.1.6
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 +4 -4
- data/_config.yml +15 -1
- data/_includes/baidu-analysis.html +9 -0
- data/_includes/footer.html +23 -10
- data/_includes/google-analytics.html +16 -10
- data/_includes/head.html +30 -0
- data/_layouts/default.html +1 -1
- data/_layouts/notebook.html +1 -1
- data/_layouts/project.html +1 -1
- data/_sass/jekyll-theme-neysa.scss +674 -638
- data/assets/images/github_64x64.png +0 -0
- data/assets/images/pdf_64x64.png +0 -0
- metadata +6 -6
- data/_includes/head-custom.html +0 -10
- data/_layouts/.DS_Store +0 -0
- data/_sass/.DS_Store +0 -0
- data/assets/.DS_Store +0 -0
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-neysa
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Neysa Chen
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-03-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -34,22 +34,22 @@ files:
|
|
34
34
|
- LICENSE.txt
|
35
35
|
- README.md
|
36
36
|
- _config.yml
|
37
|
+
- _includes/baidu-analysis.html
|
37
38
|
- _includes/footer.html
|
38
39
|
- _includes/google-analytics.html
|
39
|
-
- _includes/head
|
40
|
+
- _includes/head.html
|
40
41
|
- _includes/mathjax.html
|
41
|
-
- _layouts/.DS_Store
|
42
42
|
- _layouts/default.html
|
43
43
|
- _layouts/notebook.html
|
44
44
|
- _layouts/project.html
|
45
|
-
- _sass/.DS_Store
|
46
45
|
- _sass/jekyll-theme-neysa.scss
|
47
46
|
- _sass/neysa.scss
|
48
47
|
- _sass/rouge.scss
|
49
|
-
- assets/.DS_Store
|
50
48
|
- assets/css/style.scss
|
51
49
|
- assets/images/bg_hr.png
|
52
50
|
- assets/images/favicon.ico
|
51
|
+
- assets/images/github_64x64.png
|
52
|
+
- assets/images/pdf_64x64.png
|
53
53
|
- assets/js/toc.js
|
54
54
|
homepage: http://ni-chen.github.io
|
55
55
|
licenses:
|
data/_includes/head-custom.html
DELETED
@@ -1,10 +0,0 @@
|
|
1
|
-
<!-- start custom head snippets, customize with your own _includes/head-custom.html file -->
|
2
|
-
|
3
|
-
|
4
|
-
<!-- Setup Google Analytics -->
|
5
|
-
{% include google-analytics.html %}
|
6
|
-
|
7
|
-
<!-- You can set your favicon here -->
|
8
|
-
<!-- link rel="shortcut icon" type="image/x-icon" href="{{ '/favicon.ico' | relative_url }}" -->
|
9
|
-
|
10
|
-
<!-- end custom head snippets -->
|
data/_layouts/.DS_Store
DELETED
Binary file
|
data/_sass/.DS_Store
DELETED
Binary file
|
data/assets/.DS_Store
DELETED
Binary file
|