Skip to content

Instantly share code, notes, and snippets.

@dwy6626
Last active September 2, 2019 15:22
Show Gist options
  • Save dwy6626/09d96962a880be37c61cf5c7c48f247c to your computer and use it in GitHub Desktop.
Save dwy6626/09d96962a880be37c61cf5c7c48f247c to your computer and use it in GitHub Desktop.

Revisions

  1. dwy6626 revised this gist Sep 2, 2019. 1 changed file with 0 additions and 21 deletions.
    21 changes: 0 additions & 21 deletions wercker.yml
    Original file line number Diff line number Diff line change
    @@ -1,21 +0,0 @@
    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
  2. dwy6626 revised this gist Sep 2, 2019. 1 changed file with 21 additions and 0 deletions.
    21 changes: 21 additions & 0 deletions wercker.yml
    Original 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
  3. dwy6626 created this gist Sep 2, 2019.
    3 changes: 3 additions & 0 deletions .gitmodules
    Original 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