Commit Graph

35 Commits

Author SHA1 Message Date
Kazuhiro MUSASHI 6e9e66d299 configの変更 2023-08-11 12:49:56 +09:00
Kazuhiro MUSASHI 1690c65bbb Change permalink setting. 2022-12-07 22:00:55 +09:00
Kazuhiro MUSASHI 89a8d7de3f Revert "パーマリンクの設定を再度変更する"
This reverts commit ac4d070327.
2022-12-04 22:20:18 +09:00
Kazuhiro MUSASHI ac4d070327 パーマリンクの設定を再度変更する 2022-12-04 22:10:40 +09:00
Kazuhiro MUSASHI 5b93a50942 Change permanent link config. 2022-12-04 21:59:50 +09:00
Kazuhiro MUSASHI 1434e5052e Change staging config to use `DoIt` site config. 2022-12-04 19:44:55 +09:00
Kazuhiro MUSASHI cf76811080 Change production config to use the `DoIt` site config. 2022-12-04 19:44:55 +09:00
Kazuhiro MUSASHI 0e2731ed15 Change Site Config 2022-12-01 23:15:13 +09:00
Kazuhiro MUSASHI aa129b231f Change theme to `DoIt`. 2022-12-01 21:43:12 +09:00
Kazuhiro MUSASHI fe976a5691 セクションをブログトップに表示させる 2022-11-27 12:22:31 +09:00
Kazuhiro MUSASHI e8f1eb91f0 Social Buttonsの設定を変更 2022-11-20 20:18:30 +09:00
Kazuhiro MUSASHI 11a8b0cc45 Re-update `Mapbox` API key:
```
diff --git a/config/_default/config.toml b/config/_default/config.toml
index bf03e7c..268f26b 100644
--- a/config/_default/config.toml
+++ b/config/_default/config.toml
@@ -175,7 +175,7 @@ theme = "LoveIt"
     # LoveIt NEW | 0.2.0 Mapbox GL JS config
     [params.page.mapbox]
       # access token of Mapbox GL JS
-      accessToken = "sk.eyJ1Ijoia2F6dTYzNCIsImEiOiJja3drcDN6d3YwNG9nMm9sbndxb2gyeWFwIn0.MHdT9vdHgxBjL69plzlvPQ"
+      accessToken = "pk.eyJ1Ijoia2F6dTYzNCIsImEiOiJja3drcGt4MWUxaHp2MzFwYm9iMTE5MXNxIn0.wqNoFnA8BDNNRhxFuvB_xw"
       # style for the light theme
       lightStyle = "mapbox://styles/mapbox/light-v9"
       # style for the dark theme
diff --git a/config/staging/config.toml b/config/staging/config.toml
index a4b7fdc..c59fbf9 100644
--- a/config/staging/config.toml
+++ b/config/staging/config.toml
@@ -175,7 +175,7 @@ theme = "LoveIt"
     # LoveIt NEW | 0.2.0 Mapbox GL JS config
     [params.page.mapbox]
       # access token of Mapbox GL JS
-      accessToken = "sk.eyJ1Ijoia2F6dTYzNCIsImEiOiJja3drcDN6d3YwNG9nMm9sbndxb2gyeWFwIn0.MHdT9vdHgxBjL69plzlvPQ"
+      accessToken = "pk.eyJ1Ijoia2F6dTYzNCIsImEiOiJja3drcGt4MWUxaHp2MzFwYm9iMTE5MXNxIn0.wqNoFnA8BDNNRhxFuvB_xw"
       # style for the light theme
       lightStyle = "mapbox://styles/mapbox/light-v9"
       # style for the dark theme
```
2021-11-29 22:31:24 +09:00
Kazuhiro MUSASHI b08f4511e3 Update `Mapbox` api key.
```
diff --git a/config/_default/config.toml b/config/_default/config.toml
index 58f6b4f..bf03e7c 100644
--- a/config/_default/config.toml
+++ b/config/_default/config.toml
@@ -175,7 +175,7 @@ theme = "LoveIt"
     # LoveIt NEW | 0.2.0 Mapbox GL JS config
     [params.page.mapbox]
       # access token of Mapbox GL JS
-      accessToken = "pk.eyJ1Ijoia2F6dTYzNCIsImEiOiJjanU4OHg0YjIyMjcxNDNsb2dnM2k5bHhqIn0.dsjWTh-G_TcJ9bOGWLvT2Q"
+      accessToken = "sk.eyJ1Ijoia2F6dTYzNCIsImEiOiJja3drcDN6d3YwNG9nMm9sbndxb2gyeWFwIn0.MHdT9vdHgxBjL69plzlvPQ"
       # style for the light theme
       lightStyle = "mapbox://styles/mapbox/light-v9"
       # style for the dark theme
diff --git a/config/staging/config.toml b/config/staging/config.toml
index 610ba15..a4b7fdc 100644
--- a/config/staging/config.toml
+++ b/config/staging/config.toml
@@ -175,7 +175,7 @@ theme = "LoveIt"
     # LoveIt NEW | 0.2.0 Mapbox GL JS config
     [params.page.mapbox]
       # access token of Mapbox GL JS
-      accessToken = "pk.eyJ1Ijoia2F6dTYzNCIsImEiOiJjanU4OHg0YjIyMjcxNDNsb2dnM2k5bHhqIn0.dsjWTh-G_TcJ9bOGWLvT2Q"
+      accessToken = "sk.eyJ1Ijoia2F6dTYzNCIsImEiOiJja3drcDN6d3YwNG9nMm9sbndxb2gyeWFwIn0.MHdT9vdHgxBjL69plzlvPQ"
       # style for the light theme
       lightStyle = "mapbox://styles/mapbox/light-v9"
       # style for the dark theme
```
2021-11-29 22:23:40 +09:00
Kazuhiro MUSASHI e8141ae81e MapboxのAPIキーを追加 2021-11-28 22:15:16 +09:00
Kazuhiro MUSASHI 3b1e33b04a Create the config for `staging` 2021-11-14 22:35:27 +09:00
Kazuhiro MUSASHI abeb8c9894 Apply new theme. 2021-11-14 22:01:39 +09:00
Kazuhiro MUSASHI dd5aaf3a92 Modify typos. 2021-06-30 21:23:47 +09:00
Kazuhiro MUSASHI a35737199c Modify config 2021-06-30 21:18:01 +09:00
Kazuhiro MUSASHI 3513eef693 Add tcardgen config. 2021-02-27 08:56:35 +09:00
Kazuhiro MUSASHI be833a9044 Add taxonomies. 2020-08-27 01:36:37 +09:00
Kazuhiro MUSASHI 16ada6623e Change `DefaultContentLanguage` to "jp" 2020-08-27 01:34:54 +09:00
Kazuhiro MUSASHI 600ba00655 Enable `HASCJKLanguage`. 2020-08-27 01:34:54 +09:00
Kazuhiro MUSASHI 989028dbbe Modify `config.toml` to enable `hugo` OPG function. 2020-05-23 16:24:04 +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 b5cf89be5e Revert "Enable `goldmark` to allow the raw html."
This reverts commit c6802e5879.
2020-05-01 19:46:08 +09:00
Kazuhiro MUSASHI c6802e5879 Enable `goldmark` to allow the raw html. 2020-05-01 16:58:33 +09:00
Kazuhiro MUSASHI cd717b83f8 Enable `hugo` code highlightening. 2020-05-01 16:44:03 +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 ac573ac4cb Change the subtitle. 2020-04-18 23:39:26 +08:00
Kazuhiro MUSASHI 2eebdd2f91 Change twitter account name. 2020-03-25 00:27:02 +09:00
Kazuhiro MUSASHI 0aa979dc8b Use `Blackfriday` for the production as well. 2020-02-23 11:55:10 +08:00
Kazuhiro MUSASHI df74c63759 Change the markdown rederer back to `Blackfriday` 2020-02-23 11:49:00 +08:00
Kazuhiro MUSASHI ca01f7a921 Disable ra html rendering.
[Hugo v0\.60\.0 更新後、Markdown に HTML を入れている場合。](https://blog.balloon.im/2019/11/hugo-v0.60.0-%E6%9B%B4%E6%96%B0%E5%BE%8Cmarkdown-%E3%81%AB-html-%E3%82%92%E5%85%A5%E3%82%8C%E3%81%A6%E3%81%84%E3%82%8B%E5%A0%B4%E5%90%88/)
2020-01-19 14:29:45 +08:00
Kazuhiro MUSASHI 685e10db5c Add config file for staging. 2019-05-04 21:30:18 +08:00