We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 653244c commit 68e9f55Copy full SHA for 68e9f55
hugo.toml
@@ -1,5 +1,6 @@
1
baseURL = 'https://shindy-dev.github.io/shindys-note/'
2
languageCode = 'ja'
3
+defaultContentLanguage = "ja"
4
title = "Shindy's Note"
5
theme = "PaperMod"
6
@@ -18,7 +19,7 @@ pygmentsUseClasses = true
18
19
env = "production"
20
21
description = "趣味書いた技術メモです🎹"
- keywords = ["Blog", "Portfolio", "PaperMod"]
22
+ keywords = ["Blog", "shindy", "Tech"]
23
author = "shindy"
24
# author = ["Me", "You"]
25
images = ["/shindys-note/favicon.ico"]
0 commit comments