From 303b4047839fd5ca91b63d7641a7df2d2fc91f20 Mon Sep 17 00:00:00 2001 From: Pietro Arancibia Date: Sun, 20 Sep 2020 10:27:11 -0300 Subject: [PATCH] add theme submodule. --- .github/workflows/deploy.yml | 2 +- .gitmodules | 3 +++ themes/hugo-orbit-theme | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 themes/hugo-orbit-theme diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2e780d5..e40060d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,6 +20,6 @@ jobs: uses: benmatselby/hugo-deploy-gh-pages@master env: HUGO_VERSION: 0.75.1 - TARGET_REPO: jrwrigh/jrwrigh.github.io + TARGET_REPO: thanwer/thanwer.github.io TOKEN: ${{ secrets.TOKEN }} CNAME: www.thanwer.com \ No newline at end of file diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..8663da1 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/hugo-orbit-theme"] + path = themes/hugo-orbit-theme + url = git@github.com:aerohub/hugo-orbit-theme.git diff --git a/themes/hugo-orbit-theme b/themes/hugo-orbit-theme new file mode 160000 index 0000000..f89b1ee --- /dev/null +++ b/themes/hugo-orbit-theme @@ -0,0 +1 @@ +Subproject commit f89b1ee9a336dd144fea276400f1c4dc42b1bd95