From 05675f56dec068e8256d602882dc0a356bf9f625 Mon Sep 17 00:00:00 2001 From: Chris Swan <478926+cpswan@users.noreply.github.com> Date: Thu, 6 May 2021 09:45:59 +0100 Subject: [PATCH] Moved README to source branch --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6558664 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# [Chris Swan home page](https://chris.swanz.net/) + +Home page using [Hugo](https://gohugo.io/) with [Hallo theme](https://themes.gohugo.io/hallo-hugo/) (in [source branch](https://github.com/cpswan/cpswan.github.io/tree/source)) + +To get theme in place after cloning: +`git submodule init && git submodule update` + +## Automation + +There's a GitHub Action [HugoBuild.yml](.github/workflows/HugoBuild.yml) that runs when changes are +pushed to the source branch.