From 84fd64a2ab8e3f0ea5715efa555992b9acb25179 Mon Sep 17 00:00:00 2001 From: Jack Allard Date: Sun, 26 Nov 2023 17:27:48 -0800 Subject: [PATCH] update about.md --- content/about.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/about.md b/content/about.md index fb15f5b..41fd943 100644 --- a/content/about.md +++ b/content/about.md @@ -7,4 +7,6 @@ menu: weight: 1 --- -This is a demonstration site for the Hugo Gallery theme. +This site is a photography blog as well as an experiment in a few new skills I am trying to pick up. The site is generated using Hugo using [Nico Kaiser's gallery theme](https://github.com/nicokaiser/hugo-theme-gallery), and deployed via Github Actions. + +What is cool about this approach is that to add photos to this site, I just put them into the repo's local directory on my computer and commit/push the changes to GitHub! Each album has an associated Markdown file where I can write whatever I want before Hugo converts the .md file to the HTML that you are seeing!