Commit Graph

18 Commits

Author SHA1 Message Date
Kazuhiro MUSASHI 9da2203c0b Modify `labs-header-content.html` 2021-06-30 21:27:23 +09:00
Kazuhiro MUSASHI ae83308c3f Delete the duplicated backslash. 2021-03-06 21:07:01 +09:00
Kazuhiro MUSASHI ef6d1987dc Modify the template setting to refer to the parent context. 2021-03-06 21:06:29 +09:00
Kazuhiro MUSASHI 0a8da3dcdf Use own template for twitter card. 2021-03-06 21:01:27 +09:00
Kazuhiro MUSASHI aba5a9e779 Chart.jsライブラリの参照先を変更 2020-06-19 01:01:53 +09:00
Kazuhiro MUSASHI 54a98e15d0 Chart.jsを参照するようテンプレートを修正 2020-06-19 01:01:46 +09:00
Kazuhiro MUSASHI f0b13bd702 Modify the theme's headers to enable OGP and twitter card. 2020-05-23 16:38:16 +09:00
Kazuhiro MUSASHI cff8ef00c5 Distribute `mermaid.js` for the contents pages. 2020-05-01 20:26:30 +09:00
Kazuhiro MUSASHI b9a48f1794 Do not distribute `mermaid.js` for the list page. 2020-05-01 20:25:15 +09:00
Kazuhiro MUSASHI a90131917f Modify the files under `layouts/` to follow the convention. 2020-05-01 19:27:27 +09:00
Kazuhiro MUSASHI 5ec3b74ae9 Change base url based on the environment:
```
--- a/layouts/partials/sections-definition.html
+++ b/layouts/partials/sections-definition.html
@@ -1,3 +1,3 @@
-          <li><a href="https://blog.kazu634.com/labs/">Labs</a></li>
-          <li><a href="https://blog.kazu634.com/quotes/">Quotes</a></li>
-          <li><a href="https://blog.kazu634.com/travel/">Travel</a></li>
+          <li><a href="{{ .Site.BaseURL }}/labs/">Labs</a></li>
+          <li><a href="{{ .Site.BaseURL }}/quotes/">Quotes</a></li>
+          <li><a href="{{ .Site.BaseURL }}/travel/">Travel</a></li>
```
2019-05-04 21:42:30 +08:00
Kazuhiro MUSASHI 306627f732 Add the travel section to the section definition.
```
--- a/layouts/partials/sections-definition.html
+++ b/layouts/partials/sections-definition.html
@@ -1,2 +1,3 @@
           <li><a href="https://blog.kazu634.com/labs/">Labs</a></li>
           <li><a href="https://blog.kazu634.com/quotes/">Quotes</a></li>
+          <li><a href="https://blog.kazu634.com/travel/">Travel</a></li>
```
2019-04-14 16:50:23 +08:00
Kazuhiro MUSASHI 545c096087 Modify the header templates to refer to the section partial html. 2019-04-14 16:02:03 +08:00
Kazuhiro MUSASHI 0984e402a4 Add the partial definition for the section definition. 2019-04-14 16:01:23 +08:00
Kazuhiro MUSASHI f91dd9b965 Add Quotes section for each header files. 2019-04-14 15:28:00 +08:00
Kazuhiro MUSASHI c1cc2467e7 Add a shorcode for TopoJSON support. 2019-04-14 00:29:54 +08:00
Kazuhiro MUSASHI ebdf0b1dfb Load the different headers from the default one. 2019-04-09 08:32:03 +08:00
Kazuhiro MUSASHI 057b117413 Add link to the Labs section 2019-04-09 07:26:35 +08:00