first commit

This commit is contained in:
momen
2021-10-21 14:08:00 +08:00
commit fad7ee01e0
342 changed files with 20379 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
box: golang
build:
steps:
# Gets the dependencies
- script:
name: get hugo
code: |
git clone https://github.com/gohugoio/hugo.git && cd hugo && go install
# Sets the go workspace and places you package
# at the right place in the workspace tree
- setup-go-workspace
# Build the project
- script:
name: build site
code: |
cd exampleSite && hugo