update readme, add screenshots, update deployment
Some checks failed
Hugo / build (push) Failing after 1s
Some checks failed
Hugo / build (push) Failing after 1s
This commit is contained in:
parent
5d3f683d74
commit
cee897940f
4 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
Hugo maintainence page styled after json, inspired by Rise Up's [Gitlab about page](https://about.0xacab.org).
|
BIN
images/screenshot.png
Normal file
BIN
images/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
BIN
images/tn.png
Normal file
BIN
images/tn.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 82 KiB |
Loading…
Add table
Reference in a new issue