From bd58d015bcefd9f298cd760bcb3dc8088fbb95d3 Mon Sep 17 00:00:00 2001 From: thislight Date: Sun, 14 Jan 2024 21:14:07 +0800 Subject: [PATCH] fix building --- .gitmodules | 2 +- _config.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index cfe2b4c..680bd56 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/_config.yml b/_config.yml index acc6b50..6f73514 100644 --- a/_config.yml +++ b/_config.yml @@ -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