pax_global_header 0000666 0000000 0000000 00000000064 14201470003 0014501 g ustar 00root root 0000000 0000000 52 comment=cdf6a0d6228eef4df2a82a1483f016c11f4a6019 hugo-0.92.2/ 0000775 0000000 0000000 00000000000 14201470003 0012535 5 ustar 00root root 0000000 0000000 hugo-0.92.2/.circleci/ 0000775 0000000 0000000 00000000000 14201470003 0014370 5 ustar 00root root 0000000 0000000 hugo-0.92.2/.circleci/config.yml 0000664 0000000 0000000 00000002271 14201470003 0016362 0 ustar 00root root 0000000 0000000 defaults: &defaults docker: - image: bepsays/ci-goreleaser:1.1700.600 environment: CGO_ENABLED: "0" version: 2 jobs: build: <<: *defaults steps: - checkout: path: hugo - run: command: | git clone git@github.com:gohugoio/hugoDocs.git cd hugo go mod download sleep 5 go mod verify - persist_to_workspace: root: . paths: . release: <<: *defaults steps: - attach_workspace: at: /root/project - run: command: | cd hugo git config --global user.email "bjorn.erik.pedersen+hugoreleaser@gmail.com" git config --global user.name "hugoreleaser" go run -tags release main.go release -r ${CIRCLE_BRANCH} workflows: version: 2 release: jobs: - build: filters: branches: only: /release-.*/ - hold: type: approval requires: - build - release: context: org-global requires: - hold hugo-0.92.2/.dockerignore 0000664 0000000 0000000 00000000101 14201470003 0015201 0 ustar 00root root 0000000 0000000 *.md *.log *.txt .git .github .circleci docs examples Dockerfile hugo-0.92.2/.gitattributes 0000664 0000000 0000000 00000000240 14201470003 0015424 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 hugo-0.92.2/.github/ 0000775 0000000 0000000 00000000000 14201470003 0014075 5 ustar 00root root 0000000 0000000 hugo-0.92.2/.github/ISSUE_TEMPLATE/ 0000775 0000000 0000000 00000000000 14201470003 0016260 5 ustar 00root root 0000000 0000000 hugo-0.92.2/.github/ISSUE_TEMPLATE/bug_report.md 0000664 0000000 0000000 00000000517 14201470003 0020755 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? hugo-0.92.2/.github/ISSUE_TEMPLATE/config.yml 0000664 0000000 0000000 00000000551 14201470003 0020251 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. hugo-0.92.2/.github/ISSUE_TEMPLATE/feature_request.md 0000664 0000000 0000000 00000000430 14201470003 0022002 0 ustar 00root root 0000000 0000000 --- name: Proposal about: Propose a new feature for Hugo title: '' labels: 'Proposal, NeedsTriage' assignees: '' ---