Go to file
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
assets modify tcardgen.yaml. 2021-03-06 21:01:56 +09:00
config Re-update `Mapbox` API key: 2021-11-29 22:31:24 +09:00
content/posts 記事本体を追加 2021-11-28 22:29:56 +09:00
layouts/shortcodes Delete mermaid shortcode 2021-11-17 23:13:34 +09:00
static Add `.gitkeep`. 2021-05-06 21:43:41 +09:00
tasks Modify & create `rake` tasks. 2021-03-06 21:01:40 +09:00
themes Apply new theme. 2021-11-14 22:01:39 +09:00
.drone.yml Execute `git submodule`. 2021-11-14 22:35:27 +09:00
.gitignore Apply new theme. 2021-11-14 22:01:39 +09:00
.gitmodules Use `git submodule` to use the theme. 2021-11-14 22:35:27 +09:00
.textlintrc initial commit 2019-03-31 19:00:21 +08:00
Rakefile initial commit 2019-03-31 19:00:21 +08:00