update readme, add screenshots, update deployment
Some checks failed
Hugo / build (push) Failing after 1s

This commit is contained in:
brooke 2024-06-18 18:25:40 -04:00
parent 5d3f683d74
commit cee897940f
4 changed files with 8 additions and 8 deletions

View file

@ -9,11 +9,13 @@ jobs:
build: build:
runs-on: hugo-latest runs-on: hugo-latest
steps: steps:
- uses: actions/checkout@v4 - name: Clone repository
uses: actions/checkout@v4
with: with:
submodules: "true" submodules: "true"
- name: Copy exampleSite Files path: "${{ github.workspace }}/themes"
run: mkdir -p themes/hugo-maintenance && cp -rv layouts static archetypes assets themes/hugo-maintenance/ && cp -v exampleSite/hugo.yaml . - name: Copy example config
run: cp ${{ github.workspace }}/themes/hugo-maintenance/exampleSite/hugo.yaml ${{ github.workspace }}
- name: Run build task - name: Run build task
run: hugo --minify run: hugo --minify
- name: Deploy to Server - name: Deploy to Server
@ -24,4 +26,4 @@ jobs:
SOURCE: "public/" SOURCE: "public/"
REMOTE_HOST: ${{ secrets.REMOTE_HOST }} REMOTE_HOST: ${{ secrets.REMOTE_HOST }}
REMOTE_USER: ${{ secrets.REMOTE_USER }} REMOTE_USER: ${{ secrets.REMOTE_USER }}
TARGET: ${{ secrets.REMOTE_TARGET }} TARGET: ${{ secrets.REMOTE_TARGET }}

View file

@ -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" Hugo maintainence page styled after json, inspired by Rise Up's [Gitlab about page](https://about.0xacab.org).
fairly inspired by Rise Up's [Gitlab about page](https://about.0xacab.org)

BIN
images/screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

BIN
images/tn.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB