Compare commits
3 Commits
7d913c0a8c
...
96e7b1c84f
Author | SHA1 | Date | |
---|---|---|---|
96e7b1c84f | |||
b3afac528f | |||
1409374de2 |
12
.github/workflows/pages.yml
vendored
12
.github/workflows/pages.yml
vendored
@ -1,13 +1,13 @@
|
||||
# Sample workflow for building and deploying a Hugo site to GitHub Pages
|
||||
name: Deploy Hugo site to Staging (Pages)
|
||||
|
||||
on:
|
||||
# Runs on pushes targeting the default branch
|
||||
push:
|
||||
branches: ["master"]
|
||||
on: {}
|
||||
# # Runs on pushes targeting the default branch
|
||||
# push:
|
||||
# branches: ["master"]
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
# # Allows you to run this workflow manually from the Actions tab
|
||||
# workflow_dispatch:
|
||||
|
||||
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
|
||||
permissions:
|
||||
|
@ -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).
|
||||
|
||||
|
@ -49,6 +49,8 @@ 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" %}}
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user