Compare commits

..

3 Commits

Author SHA1 Message Date
96e7b1c84f
shifting image, replacing badge
All checks were successful
Deploy Hugo site to Prod / Build Container (push) Successful in 5m24s
2024-10-13 19:17:09 +01:00
b3afac528f
removing triggers from staging 2024-10-13 19:14:29 +01:00
1409374de2
adding dnstp cover image 2024-10-13 19:13:39 +01:00
4 changed files with 10 additions and 8 deletions

View File

@ -1,13 +1,13 @@
# Sample workflow for building and deploying a Hugo site to GitHub Pages # Sample workflow for building and deploying a Hugo site to GitHub Pages
name: Deploy Hugo site to Staging (Pages) name: Deploy Hugo site to Staging (Pages)
on: on: {}
# Runs on pushes targeting the default branch # # Runs on pushes targeting the default branch
push: # push:
branches: ["master"] # branches: ["master"]
# Allows you to run this workflow manually from the Actions tab # # Allows you to run this workflow manually from the Actions tab
workflow_dispatch: # workflow_dispatch:
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions: permissions:

View File

@ -1,7 +1,7 @@
[sarsoo.xyz](https://sarsoo.xyz) [sarsoo.xyz](https://sarsoo.xyz)
=============== ===============
![ci](https://github.com/sarsoo/sarsooxyz.hugo/actions/workflows/pages.yml/badge.svg) ![ci](https://github.com/sarsoo/sarsooxyz.hugo/actions/workflows/docker.yml/badge.svg)
Hugo static site for [sarsoo.xyz](https://sarsoo.xyz). Hugo static site for [sarsoo.xyz](https://sarsoo.xyz).

View File

@ -49,6 +49,8 @@ My undergraduate dissertation documented extending the [__LiveScan3D__](https://
[Read More](/holo) [Read More](/holo)
{{% image-box-link src="/posts/dnstp/server.png" href="/posts/dnstp" title="dnstp" caption="Rust" %}}
{{% image-box-link src="/posts/draught/checkers-board.png" href="/posts/draught" title="Draught" caption="Rust + Js" %}} {{% image-box-link src="/posts/draught/checkers-board.png" href="/posts/draught" title="Draught" caption="Rust + Js" %}}
{{% image-box-link src="/posts/game-of-life/gameoflife1.png" href="/posts/game-of-life" title="Game of Life" caption="Rust + Js" %}} {{% image-box-link src="/posts/game-of-life/gameoflife1.png" href="/posts/game-of-life" title="Game of Life" caption="Rust + Js" %}}

View File

@ -6,7 +6,7 @@ tags:
- Cloud - Cloud
--- ---
![ci](https://github.com/sarsoo/sarsooxyz.hugo/actions/workflows/pages.yml/badge.svg) ![ci](https://github.com/sarsoo/sarsooxyz.hugo/actions/workflows/docker.yml/badge.svg)
My personal website (this one) has been a Wordpress instance for several years. This was a great exercise in running a public facing, static-ish site as well as managing Wordpress itself but it did demonstrate it's drawbacks. Wordpress has some real strengths; it doesn't have a crazy learning curve, it has a nice WYSIWYG editor and it's flexible. My personal website (this one) has been a Wordpress instance for several years. This was a great exercise in running a public facing, static-ish site as well as managing Wordpress itself but it did demonstrate it's drawbacks. Wordpress has some real strengths; it doesn't have a crazy learning curve, it has a nice WYSIWYG editor and it's flexible.