Commit Graph

362 Commits

Author SHA1 Message Date
Kazuhiro MUSASHI f0b13bd702 Modify the theme's headers to enable OGP and twitter card. 2020-05-23 16:38:16 +09:00
Kazuhiro MUSASHI 989028dbbe Modify `config.toml` to enable `hugo` OPG function. 2020-05-23 16:24:04 +09:00
Kazuhiro MUSASHI 30b8f8b079 [WIP] hugoの標準機能を用いてOGP/Twitter Cardに対応する
`hugo`の標準機能を用いて、`OGP`と`Twitter Card`に対応する。
2020-05-23 01:06:50 +09:00
Kazuhiro MUSASHI 5a14648688 Merge branch 'change-image-to-table' of kazu634/blog into master 2020-05-17 20:17:51 +09:00
Kazuhiro MUSASHI 4d6a7c2e91 画像をテーブルに差し替え 2020-05-17 20:12:36 +09:00
Kazuhiro MUSASHI 3ce98b4ae9 Merge branch 'summary-of-data-science-class-01' of kazu634/blog into master 2020-05-17 00:28:16 +09:00
Kazuhiro MUSASHI 2352dee102 画像の差し替え 2020-05-16 22:25:05 +07:00
Kazuhiro MUSASHI e4c41a60db 記事を追加しましたよ 2020-05-16 22:20:16 +07:00
Kazuhiro MUSASHI b595af3a99 Merge branch 'jupyter-on-kubernetes' of kazu634/blog into master 2020-05-11 01:10:37 +09:00
Kazuhiro MUSASHI 959db9013b Code Highlightの情報を追加 2020-05-10 23:07:20 +07:00
Kazuhiro MUSASHI 9c0fe3399d 記事の説明を修正できていなかったので、修正 2020-05-10 23:02:31 +07:00
Kazuhiro MUSASHI f5ae5402c3 記事の追加 2020-05-10 22:56:20 +07:00
Kazuhiro MUSASHI 699427141c Merge branch 'distribute-mermaid-js-only-when-contents-page' of kazu634/blog into master 2020-05-01 20:29:06 +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 e233ad2ca4 Merge branch 'revert-disable-raw-html' of kazu634/blog into master 2020-05-01 20:08:37 +09:00
Kazuhiro MUSASHI 2f16981814 Revert "Revert "Enable `goldmark` to allow the raw html.""
This reverts commit b5cf89be5e.
2020-05-01 20:04:12 +09:00
Kazuhiro MUSASHI 518121eb89 Merge branch 'enable-mermaid-js-goldmark' of kazu634/blog into master 2020-05-01 19:48:47 +09:00
Kazuhiro MUSASHI 984139c456 Use shortcodes to enable `mermaid.js`. 2020-05-01 19:46:08 +09:00
Kazuhiro MUSASHI b0451b65b5 Introduce shortcodes to allow raw html. 2020-05-01 19:46:08 +09:00
Kazuhiro MUSASHI b5cf89be5e Revert "Enable `goldmark` to allow the raw html."
This reverts commit c6802e5879.
2020-05-01 19:46:08 +09:00
Kazuhiro MUSASHI d7a6a4c3f4 Merge branch 'modify-enable-server-side-rendering' of kazu634/blog into master 2020-05-01 19:29:37 +09:00
Kazuhiro MUSASHI a90131917f Modify the files under `layouts/` to follow the convention. 2020-05-01 19:27:27 +09:00
Kazuhiro MUSASHI 09ae3a6bef Delete `highlight.js` related files. 2020-05-01 19:24:31 +09:00
Kazuhiro MUSASHI 0eaea20290 Revert "Do not use `highlight.js`."
This reverts commit fa86f4c67b.
2020-05-01 17:23:00 +09:00
Kazuhiro MUSASHI 6e1135aeb6 Merge branch 'enable-server-side-code-highlight' of kazu634/blog into master 2020-05-01 16:58:33 +09:00
Kazuhiro MUSASHI c6802e5879 Enable `goldmark` to allow the raw html. 2020-05-01 16:58:33 +09:00
Kazuhiro MUSASHI ac9ed0dc2e Merge branch 'enable-server-side-code-highlight' of kazu634/blog into master 2020-05-01 16:46:40 +09:00
Kazuhiro MUSASHI 201d5ec710 Modify `theme.css` to enable `hugo` highlightening. 2020-05-01 16:44:03 +09:00
Kazuhiro MUSASHI cd717b83f8 Enable `hugo` code highlightening. 2020-05-01 16:44:03 +09:00
Kazuhiro MUSASHI fa86f4c67b Do not use `highlight.js`. 2020-05-01 16:34:13 +09:00
Kazuhiro MUSASHI 6ca3299e66 Merge branch 'use-xargs-for-rake-tasks' of kazu634/blog into master 2020-05-01 14:39:14 +09:00
Kazuhiro MUSASHI b32d4c2903 Use `xargs` for the Rake tasks. 2020-05-01 14:30:53 +09:00
Kazuhiro MUSASHI a1656edcd1 Merge branch 'mermaid-js-distribute' of kazu634/blog into master 2020-05-01 01:20:34 +09:00
Kazuhiro MUSASHI 9cb1d91c61 Distribute `mermaid.min.js` from the server, not CDN. 2020-05-01 01:17:39 +09:00
Kazuhiro MUSASHI 501fa2d216 Add `mermaid.min.js`. 2020-05-01 01:17:20 +09:00
Kazuhiro MUSASHI 029c98cc86 Merge branch 'gzip-html-during-ci' of kazu634/blog into master 2020-05-01 01:00:47 +09:00
Kazuhiro MUSASHI ecea27cf51 Omit `-t` option. 2020-05-01 00:57:54 +09:00
Kazuhiro MUSASHI 30310d143a Use `xargs`, instead of `for`. 2020-05-01 00:43:05 +09:00
Kazuhiro MUSASHI 3478c90104 gzip `.html` during ci processes. 2020-05-01 00:09:59 +09:00
Kazuhiro MUSASHI b94045fae6 Merge branch 'gzip-html' of kazu634/blog into master 2020-05-01 00:06:04 +09:00
Kazuhiro MUSASHI a3985fde39 Gzip the `.html` files. 2020-04-30 23:59:50 +09:00
Kazuhiro MUSASHI f27daa75fe Merge branch 'bump-highlight-js' of kazu634/blog into master 2020-04-30 23:57:48 +09:00
Kazuhiro MUSASHI 97258c8eed Bump `highlight.js`. 2020-04-30 23:52:52 +09:00
Kazuhiro MUSASHI 1608df22ab Merge branch 'change-subtitle-to-lower-case' of kazu634/blog into master 2020-04-26 22:18:06 +09:00
Kazuhiro MUSASHI 17638f1aa4 Change the subtitle to lower cases for Production. 2020-04-26 22:18:05 +09:00
Kazuhiro MUSASHI 7e1809d090 Change the subtitle to lower cases for Staging. 2020-04-26 22:18:05 +09:00
Kazuhiro MUSASHI 5cce6a8980 Merge branch 'outlook-ole-integration' of kazu634/blog into master 2020-04-20 01:06:38 +09:00
Kazuhiro MUSASHI 06c683c99d 記事の追加 2020-04-19 23:02:08 +07:00
Kazuhiro MUSASHI d7b63da727 Merge branch 'modify-subtitle' of kazu634/blog into master 2020-04-19 00:43:12 +09:00