diff --git a/README.md b/README.md index 0c66cb1..cdf5042 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [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). diff --git a/content/dev-engineering/index.md b/content/dev-engineering/index.md index 4820ef4..373a327 100644 --- a/content/dev-engineering/index.md +++ b/content/dev-engineering/index.md @@ -49,12 +49,12 @@ My undergraduate dissertation documented extending the [__LiveScan3D__](https:// [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/game-of-life/gameoflife1.png" href="/posts/game-of-life" title="Game of Life" caption="Rust + Js" %}} -{{% image-box-link src="/posts/dnstp/server.png" href="/posts/dnstp" title="dnstp" caption="Rust" %}} - # [Mixonomer](/mixonomer) `Python [Flask]` diff --git a/content/posts/hugo/index.md b/content/posts/hugo/index.md index 6b6abde..2d8b456 100644 --- a/content/posts/hugo/index.md +++ b/content/posts/hugo/index.md @@ -6,7 +6,7 @@ tags: - 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.