jekyll-bulma-theme 1.0.7 → 1.0.8

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/default.html +54 -54
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7c93ed2ff8d025086f3c1d3e0e2a923a0222bcb414c80e8b59487391adf05fe0
4
- data.tar.gz: 34f310e5e2cb5502b093dc0380d1c72dee14cd351cbe6ed4ae357ae9fbd2ca68
3
+ metadata.gz: 5e357fd9634d342e5799b4f311e3f2f65d6153b9247a0286e02705d839291e7d
4
+ data.tar.gz: 0f388fc0cb67e12d0706b43854bf07c6b66ec345b6d8e3610555681af71f97a9
5
5
  SHA512:
6
- metadata.gz: b08f37de0b7a9a8bca733930d3069176d4b5c3d3bfb99eb64d2224b9ede3bf483648798cd59272fdef8d8cb48c52cf978a4715af0f8c3f67afbb1e30193b55e9
7
- data.tar.gz: 0dadc612a532bc07d766647c76b97f2ac8605ee1e9468976e6e340527c6dde1cb37f672ee16b33082b1186fae5a99a99dbce8b14b6f6e28c2d4e16f43bde44f8
6
+ metadata.gz: 1426c2aef07ff30b4ceed5ba7b483afc7bee7fc2fb20d6aefda2c33d510a74a8fafdc660eb04f6cf6f510f305c85df0e6dae6c87d6b04afb8a23bfa77343e30c
7
+ data.tar.gz: 8521d69181a61215bbecaf8a0bcbe0e74fb28ec426c49ed238a7c58fc4af84466e859edad957d6567fd2ffea72f6c451a47c6b5f53989c6a96c6ba6fe1616afe
@@ -1,54 +1,54 @@
1
- <!DOCTYPE html>
2
- <html lang="{{ site.lang }}">
3
- <head>
4
- <meta charset="UTF-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
7
- {% if page.is_post %}
8
- <meta name="description" content="{{ page.excerpt | strip_html }}">
9
- {% else %}
10
- <meta name="description" content="{{ site.description }}">
11
- {% endif %}
12
- <title>
13
- {% if page.title %}
14
- {{ page.title }} | {{ site.title }}
15
- {% else %}
16
- {{ site.title }}
17
- {% endif %}
18
- </title>
19
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/{{ site.version.bulma }}/css/bulma.min.css">
20
- <link rel="stylesheet" href="{{ site.baseurl }}/assets/css/app.css">
21
- <link rel="shortcut icon" type="image/png" href="{{ site.baseurl }}/assets/favicon/16x16.png" sizes="16x16"/>
22
- <link rel="shortcut icon" type="image/png" href="{{ site.baseurl }}/assets/favicon/32x32.png" sizes="32x32"/>
23
- <script defer src="https://use.fontawesome.com/releases/v{{ site.version.font-awesome }}/js/all.js"></script>
24
- </head>
25
- <body>
26
- <div id="shadowed" style="display: none;"></div>
27
- <div id="app">
28
- <nav id="navbar" class="navbar is-fixed-top" role="navigation" aria-label="main navigation">
29
- <div id="specialShadow" class="bd-special-shadow"></div>
30
- {% include navbar.html %}
31
- </nav>
32
- {% include header.html %}
33
- <main>
34
- {{ content }}
35
- </main>
36
- </div>
37
- <footer class="footer">
38
- <div class="container">
39
- <div class="content has-text-centered">
40
- <p>
41
- <strong>Bulma</strong> by <a href="https://jgthms.com">Jeremy Thomas</a>. The source code is licensed
42
- <a href="http://opensource.org/licenses/mit-license.php">MIT</a>. The website content
43
- is licensed <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY NC SA 4.0</a>.
44
- </p>
45
- <p>
46
- <strong>jekyll-bulma-theme</strong> by <a href="https://github.com/nakorndev">nakorndev</a>. Powered by <a href="https://jekyllrb.com">Jekyll</a> and <a href="https://pages.github.com/">GitHub Pages</a>.
47
- </p>
48
- </div>
49
- </div>
50
- </footer>
51
- <script src="{{ site.baseurl }}/assets/js/app.js"></script>
52
- {% include footer.html %}
53
- </body>
54
- </html>
1
+ <!DOCTYPE html>
2
+ <html lang="{{ site.lang }}">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <meta http-equiv="X-UA-Compatible" content="ie=edge">
7
+ {% if page.is_post %}
8
+ <meta name="description" content="{{ page.excerpt | strip_html }}">
9
+ {% else %}
10
+ <meta name="description" content="{{ site.description }}">
11
+ {% endif %}
12
+ <title>
13
+ {% if page.title %}
14
+ {{ page.title }} | {{ site.title }}
15
+ {% else %}
16
+ {{ site.title }}
17
+ {% endif %}
18
+ </title>
19
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/{{ site.version.bulma }}/css/bulma.min.css">
20
+ <link rel="stylesheet" href="{{ 'assets/css/app.css' | absolute_url }}">
21
+ <link rel="shortcut icon" type="image/png" href="{{ 'assets/favicon/16x16.png' | absolute_url }}" sizes="16x16"/>
22
+ <link rel="shortcut icon" type="image/png" href="{{ 'assets/favicon/32x32.png' | absolute_url }}" sizes="32x32"/>
23
+ <script defer src="https://use.fontawesome.com/releases/v{{ site.version.font-awesome }}/js/all.js"></script>
24
+ </head>
25
+ <body>
26
+ <div id="shadowed" style="display: none;"></div>
27
+ <div id="app">
28
+ <nav id="navbar" class="navbar is-fixed-top" role="navigation" aria-label="main navigation">
29
+ <div id="specialShadow" class="bd-special-shadow"></div>
30
+ {% include navbar.html %}
31
+ </nav>
32
+ {% include header.html %}
33
+ <main>
34
+ {{ content }}
35
+ </main>
36
+ </div>
37
+ <footer class="footer">
38
+ <div class="container">
39
+ <div class="content has-text-centered">
40
+ <p>
41
+ <strong>Bulma</strong> by <a href="https://jgthms.com">Jeremy Thomas</a>. The source code is licensed
42
+ <a href="http://opensource.org/licenses/mit-license.php">MIT</a>. The website content
43
+ is licensed <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY NC SA 4.0</a>.
44
+ </p>
45
+ <p>
46
+ <strong>jekyll-bulma-theme</strong> by <a href="https://github.com/nakorndev">nakorndev</a>. Powered by <a href="https://jekyllrb.com">Jekyll</a> and <a href="https://pages.github.com/">GitHub Pages</a>.
47
+ </p>
48
+ </div>
49
+ </div>
50
+ </footer>
51
+ <script src="{{ 'assets/js/app.js' | absolute_url }}"></script>
52
+ {% include footer.html %}
53
+ </body>
54
+ </html>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-bulma-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 1.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nakorn Sinpadung