Last active
September 2, 2019 15:22
-
-
Save dwy6626/09d96962a880be37c61cf5c7c48f247c to your computer and use it in GitHub Desktop.
Revisions
-
dwy6626 revised this gist
Sep 2, 2019 . 1 changed file with 0 additions and 21 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,21 +0,0 @@ -
dwy6626 revised this gist
Sep 2, 2019 . 1 changed file with 21 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,21 @@ box: debian build: steps: - install-packages: packages: git - script: name: initialize git submodules code: | git submodule update --init --recursive - arjen/hugo-build: version: "0.57.2" deploy: steps: - install-packages: packages: git ssh-client - lukevivier/gh-pages: token: $GITHUB_TOKEN basedir: public repo: dwy6626/dwy6626.github.io -
dwy6626 created this gist
Sep 2, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ [submodule "themes/blackburn"] path = themes/blackburn url = https://github.com/yoshiharuyamashita/blackburn.git