pax_global_header 0000666 0000000 0000000 00000000064 15076715745 0014533 g ustar 00root root 0000000 0000000 52 comment=6abdacad3f3fe944ea42177844469139e81feda6 gohugoio-hugo-6abdaca/ 0000775 0000000 0000000 00000000000 15076715745 0015136 5 ustar 00root root 0000000 0000000 gohugoio-hugo-6abdaca/.circleci/ 0000775 0000000 0000000 00000000000 15076715745 0016771 5 ustar 00root root 0000000 0000000 gohugoio-hugo-6abdaca/.circleci/config.yml 0000664 0000000 0000000 00000005771 15076715745 0020773 0 ustar 00root root 0000000 0000000 parameters: # v2: 11m. defaults: &defaults resource_class: large docker: - image: bepsays/ci-hugoreleaser:1.22500.20300 environment: &buildenv GOMODCACHE: /root/project/gomodcache version: 2 jobs: prepare_release: <<: *defaults environment: &buildenv GOMODCACHE: /root/project/gomodcache steps: - setup_remote_docker - checkout: path: hugo - &git-config run: command: | git config --global user.email "bjorn.erik.pedersen+hugoreleaser@gmail.com" git config --global user.name "hugoreleaser" - run: command: | cd hugo go mod download go run -tags release main.go release --step 1 - save_cache: key: git-sha-{{ .Revision }} paths: - hugo - gomodcache build_container1: <<: [*defaults] environment: <<: [*buildenv] steps: - &restore-cache restore_cache: key: git-sha-{{ .Revision }} - run: no_output_timeout: 20m command: | mkdir -p /tmp/files/dist1 cd hugo hugoreleaser build -paths "builds/container1/**" -workers 3 -dist /tmp/files/dist1 -chunks $CIRCLE_NODE_TOTAL -chunk-index $CIRCLE_NODE_INDEX - &persist-workspace persist_to_workspace: root: /tmp/files paths: - dist1 - dist2 parallelism: 7 build_container2: <<: [*defaults] environment: <<: [*buildenv] docker: - image: bepsays/ci-hugoreleaser-linux-arm64:1.22500.20300 steps: - *restore-cache - &attach-workspace attach_workspace: at: /tmp/workspace - run: command: | mkdir -p /tmp/files/dist2 cd hugo hugoreleaser build -paths "builds/container2/**" -workers 1 -dist /tmp/files/dist2 - *persist-workspace archive_and_release: <<: [*defaults] environment: <<: [*buildenv] steps: - *restore-cache - *attach-workspace - *git-config - run: name: Add github.com to known hosts command: ssh-keyscan github.com >> ~/.ssh/known_hosts - run: command: | cp -a /tmp/workspace/dist1/. ./hugo/dist cp -a /tmp/workspace/dist2/. ./hugo/dist - run: command: | cd hugo hugoreleaser archive hugoreleaser release go run -tags release main.go release --step 2 workflows: version: 2 release: jobs: - prepare_release: filters: branches: only: /release-.*/ - build_container1: requires: - prepare_release - build_container2: requires: - prepare_release - archive_and_release: context: org-global requires: - build_container1 - build_container2 gohugoio-hugo-6abdaca/.dockerignore 0000664 0000000 0000000 00000000101 15076715745 0017602 0 ustar 00root root 0000000 0000000 *.md *.log *.txt .git .github .circleci docs examples Dockerfile gohugoio-hugo-6abdaca/.gitattributes 0000664 0000000 0000000 00000000240 15076715745 0020025 0 ustar 00root root 0000000 0000000 # Text files have auto line endings * text=auto # Go source files always have LF line endings *.go text eol=lf # SVG files should not be modified *.svg -text gohugoio-hugo-6abdaca/.github/ 0000775 0000000 0000000 00000000000 15076715745 0016476 5 ustar 00root root 0000000 0000000 gohugoio-hugo-6abdaca/.github/ISSUE_TEMPLATE/ 0000775 0000000 0000000 00000000000 15076715745 0020661 5 ustar 00root root 0000000 0000000 gohugoio-hugo-6abdaca/.github/ISSUE_TEMPLATE/bug_report.md 0000664 0000000 0000000 00000001003 15076715745 0023345 0 ustar 00root root 0000000 0000000 --- name: 'Bug report' labels: 'Bug, NeedsTriage' assignees: '' about: Create a report to help us improve --- ### What version of Hugo are you using (`hugo version`)?
$ hugo version### Does this issue reproduce with the latest release? gohugoio-hugo-6abdaca/.github/ISSUE_TEMPLATE/config.yml 0000664 0000000 0000000 00000000551 15076715745 0022652 0 ustar 00root root 0000000 0000000 blank_issues_enabled: false contact_links: - name: SUPPORT, ISSUES and TROUBLESHOOTING url: https://discourse.gohugo.io/ about: Please DO NOT use Github for support requests. Please visit https://discourse.gohugo.io for support! You will be helped much faster there. If you ignore this request your issue might be closed with a discourse label. gohugoio-hugo-6abdaca/.github/ISSUE_TEMPLATE/feature_request.md 0000664 0000000 0000000 00000000430 15076715745 0024403 0 ustar 00root root 0000000 0000000 --- name: Proposal about: Propose a new feature for Hugo title: '' labels: 'Proposal, NeedsTriage' assignees: '' ---