hematite 0.0.11 → 0.1.3

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.
@@ -51,5 +51,9 @@ export default {
51
51
  page_theme_auto: 'Automatic',
52
52
  page_theme_dark: 'Dark Theme',
53
53
  page_theme_light: 'Light Theme',
54
- settings_minimize_header: 'Hide Header: '
54
+ settings_minimize_header: 'Hide Header: ',
55
+
56
+ btn_next_slide: 'Go to next slide',
57
+ btn_prev_slide: 'Go to previous slide',
58
+ btn_print: 'Print',
55
59
  };
@@ -49,5 +49,9 @@ export default {
49
49
  page_theme_auto: 'Automático',
50
50
  page_theme_dark: 'Oscuro',
51
51
  page_theme_light: 'Brillante',
52
- settings_minimize_header: 'Título escondido: '
52
+ settings_minimize_header: 'Título escondido: ',
53
+
54
+ btn_next_slide: 'Vaya a la diapositiva proxima',
55
+ btn_prev_slide: 'Vaya a la diapositiva anterior',
56
+ btn_print: 'Imprima',
53
57
  };
@@ -0,0 +1,11 @@
1
+ ---
2
+ title: false
3
+ styles: true
4
+ ---
5
+
6
+ // Only syntax highlighting. Useful for layouts like remark presentation.
7
+
8
+ @import "_colors";
9
+ @import "_hljs";
10
+ @import "_rogue";
11
+
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hematite
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Henry Heino
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-05-20 00:00:00.000000000 Z
11
+ date: 2022-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -34,31 +34,38 @@ files:
34
34
  - LICENSE.txt
35
35
  - README.md
36
36
  - _config.yml
37
+ - _includes/extern_library_imports.html
37
38
  - _includes/footer.html
38
39
  - _includes/img/hamburger_menu.svg
39
40
  - _includes/img/search_icon.svg
40
41
  - _includes/katex_includes.html
42
+ - _includes/mermaid_includes.html
41
43
  - _includes/nav/header.html
42
44
  - _includes/nav/page_navigation.html
43
45
  - _includes/nav/pages_list.html
44
46
  - _includes/nav/pinned_page.html
45
47
  - _includes/nav/sidebar.html
48
+ - _includes/settings.html
46
49
  - _layouts/calendar.html
47
50
  - _layouts/default.html
48
51
  - _layouts/home.html
49
52
  - _layouts/page.html
50
53
  - _layouts/post.html
54
+ - _layouts/remark_slideshow.html
51
55
  - _sass/_animations.scss
52
56
  - _sass/_calendar.scss
53
57
  - _sass/_colors.scss
54
58
  - _sass/_elements.scss
59
+ - _sass/_hljs.scss
55
60
  - _sass/_layout.scss
56
61
  - _sass/_nav.scss
57
62
  - _sass/_rogue.scss
58
63
  - _sass/_sizes.scss
59
64
  - _sass/hematite.scss
60
65
  - assets/html/all_tags.html
66
+ - assets/html/remark_presentation_frame.html.resource
61
67
  - assets/html/settings.html
68
+ - assets/img/favicon-alternate.svg
62
69
  - assets/img/favicon.svg
63
70
  - assets/js/AnimationUtil.mjs
64
71
  - assets/js/AsyncUtil.mjs
@@ -70,6 +77,7 @@ files:
70
77
  - assets/js/dropdownExpander.mjs
71
78
  - assets/js/layout/calendar.mjs
72
79
  - assets/js/layout/post.mjs
80
+ - assets/js/layout/remark_slideshow.mjs
73
81
  - assets/js/linkButtonGenerator.mjs
74
82
  - assets/js/main.mjs
75
83
  - assets/js/search.mjs
@@ -145,10 +153,17 @@ files:
145
153
  - assets/plugin/katex/fonts/KaTeX_Typewriter-Regular.woff2
146
154
  - assets/plugin/katex/katex.min.css
147
155
  - assets/plugin/katex/katex.min.js
156
+ - assets/plugin/mermaid/mermaid.core.js
157
+ - assets/plugin/mermaid/mermaid.core.js.map
158
+ - assets/plugin/mermaid/mermaid.js
159
+ - assets/plugin/mermaid/mermaid.js.map
160
+ - assets/plugin/remark_presenter/README.txt
161
+ - assets/plugin/remark_presenter/remark.min.js
148
162
  - assets/search_data.json
149
163
  - assets/string_data/en.mjs
150
164
  - assets/string_data/es.mjs
151
165
  - assets/style.scss
166
+ - assets/style_only_syntax.scss
152
167
  homepage: https://github.com/personalizedrefrigerator/jekyll-hematite-theme
153
168
  licenses:
154
169
  - MIT