Merge pull request 'Change theme to `DoIt`.' (#11) from change-themes into master
Reviewed-on: #11
This commit is contained in:
commit
286b890c62
|
@ -1,3 +1,3 @@
|
||||||
[submodule "themes/LoveIt"]
|
[submodule "themes/DoIt"]
|
||||||
path = themes/LoveIt
|
path = themes/DoIt
|
||||||
url = https://github.com/dillonzq/LoveIt.git
|
url = https://github.com/HEIGE-PCloud/DoIt.git
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"baseUrl": ".",
|
||||||
|
"paths": {
|
||||||
|
"*": [
|
||||||
|
"../themes/DoIt/assets/*"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -6,7 +6,7 @@ languageCode = "jp"
|
||||||
title = "His greatness lies in his sense of responsibilities."
|
title = "His greatness lies in his sense of responsibilities."
|
||||||
|
|
||||||
# Change the default theme to be use when building the site with Hugo
|
# Change the default theme to be use when building the site with Hugo
|
||||||
theme = "LoveIt"
|
theme = "DoIt"
|
||||||
|
|
||||||
# Author config
|
# Author config
|
||||||
[author]
|
[author]
|
||||||
|
|
|
@ -6,7 +6,7 @@ languageCode = "jp"
|
||||||
title = "His greatness lies in his sense of responsibilities."
|
title = "His greatness lies in his sense of responsibilities."
|
||||||
|
|
||||||
# Change the default theme to be use when building the site with Hugo
|
# Change the default theme to be use when building the site with Hugo
|
||||||
theme = "LoveIt"
|
theme = "DoIt"
|
||||||
|
|
||||||
# Author config
|
# Author config
|
||||||
[author]
|
[author]
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit ed33294d759d1428bacface8b17fdcedae3e64b8
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit f787a4e5ad4edf60467658d10c286248dc5027a6
|
|
Loading…
Reference in New Issue