Compare commits

..

No commits in common. "96e7b1c84f11b0809eefae8ba3e250c64f6cfad4" and "7d913c0a8c15d03208ca7b3a4103a1f02dcebf13" have entirely different histories.

4 changed files with 8 additions and 10 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/docker.yml/badge.svg) ![ci](https://github.com/sarsoo/sarsooxyz.hugo/actions/workflows/pages.yml/badge.svg)
Hugo static site for [sarsoo.xyz](https://sarsoo.xyz). Hugo static site for [sarsoo.xyz](https://sarsoo.xyz).

View File

@ -49,8 +49,6 @@ 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/docker.yml/badge.svg) ![ci](https://github.com/sarsoo/sarsooxyz.hugo/actions/workflows/pages.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.