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 |