commit 958be8507462f6368810899ccbcfdcc33f72368f
parent 1d51e665e498a78bd44e90a07de4dc8576d23ece
Author: Eamon Caddigan <eamon.caddigan@gmail.com>
Date: Sun, 30 Jul 2023 21:09:09 -0700
Updating the repository README
Diffstat:
1 file changed, 9 insertions(+), 12 deletions(-)
diff --git a/README.md b/README.md
@@ -1,13 +1,11 @@
-# Hugo Readable Template
+# Website files
-To use this template, simply clone this site, update the config files, and follow the Hugo documentation for making new posts and deploying!
+This repo contains the content and (Hugo) configuration files for my website
+at <https://www.eamoncaddigan.net>. I'm sharing my repository primarily in
+case anybody wants to check the revision history of any of my posts.
-# Steps to Deploy
-
-1. Duplicate the repo. Few options here: use Github's "use template" button, download zip file and use that, or just fork the repo.
-2. Make sure you have Hugo installed.
-3. Run `git submodule update --init` to download the theme.
-4. Update `config/_default/config.yml` and `params.yml` to your blogs info.
-5. Put whatever you want in index.html.
-6. Write your first blog post, and delete the default ones in `/content/posts/*`.
-7. Deploy your site to the static host of your choice.
-\ No newline at end of file
+This was forked from
+[hugo-starter-readable](https://github.com/cjtheham/hugo-starter-readable),
+as the website uses a [slightly modified
+version](https://git.eamoncaddigan.net/hugo-theme-readable/log.html) of
+[hugo-theme-readable](https://github.com/cjtheham/hugo-theme-readable).