fix building
This commit is contained in:
parent
cae1622fe1
commit
bd58d015bc
2 changed files with 4 additions and 4 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -1,3 +1,3 @@
|
|||
[submodule "themes/hexo-theme-buck"]
|
||||
path = themes/hexo-theme-buck
|
||||
url = git@github.com:thislight/hexo-theme-buck.git
|
||||
url = https://github.com/thislight/hexo-theme-buck.git
|
||||
|
|
|
@ -96,14 +96,14 @@ pagination_dir: page
|
|||
|
||||
# Include / Exclude file(s)
|
||||
## include:/exclude: options only apply to the 'source/' folder
|
||||
include:
|
||||
exclude:
|
||||
include: []
|
||||
exclude: []
|
||||
ignore:
|
||||
|
||||
# Extensions
|
||||
## Plugins: https://hexo.io/plugins/
|
||||
## Themes: https://hexo.io/themes/
|
||||
theme: buck
|
||||
theme: hexo-theme-buck
|
||||
|
||||
# Deployment
|
||||
## Docs: https://hexo.io/docs/one-command-deployment
|
||||
|
|
Loading…
Reference in a new issue