diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 593759a..51b3972 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -9,11 +9,13 @@ jobs: build: runs-on: hugo-latest steps: - - uses: actions/checkout@v4 + - name: Clone repository + uses: actions/checkout@v4 with: submodules: "true" - - name: Copy exampleSite Files - run: mkdir -p themes/hugo-maintenance && cp -rv layouts static archetypes assets themes/hugo-maintenance/ && cp -v exampleSite/hugo.yaml . + path: "${{ github.workspace }}/themes" + - name: Copy example config + run: cp ${{ github.workspace }}/themes/hugo-maintenance/exampleSite/hugo.yaml ${{ github.workspace }} - name: Run build task run: hugo --minify - name: Deploy to Server @@ -24,4 +26,4 @@ jobs: SOURCE: "public/" REMOTE_HOST: ${{ secrets.REMOTE_HOST }} REMOTE_USER: ${{ secrets.REMOTE_USER }} - TARGET: ${{ secrets.REMOTE_TARGET }} + TARGET: ${{ secrets.REMOTE_TARGET }} \ No newline at end of file diff --git a/README.md b/README.md index 236dfc5..f6bee48 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -# hugo-maintenance [demo](https://hugojson.myco.systems/) +# Hugo JSON [demo](https://hugojson.myco.systems/) -hugo theme for a quick and dirty "maintenance page" - -fairly inspired by Rise Up's [Gitlab about page](https://about.0xacab.org) \ No newline at end of file +Hugo maintainence page styled after json, inspired by Rise Up's [Gitlab about page](https://about.0xacab.org). \ No newline at end of file diff --git a/images/screenshot.png b/images/screenshot.png new file mode 100644 index 0000000..23c49fd Binary files /dev/null and b/images/screenshot.png differ diff --git a/images/tn.png b/images/tn.png new file mode 100644 index 0000000..dff4b78 Binary files /dev/null and b/images/tn.png differ