From 87f4c5eb3d81e6f7ce9d78520d5fbc7e5671b2bc Mon Sep 17 00:00:00 2001 From: hex333ham <29429202+hex333ham@users.noreply.github.com> Date: Fri, 7 Mar 2025 14:14:45 +0000 Subject: [PATCH] updated readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 46a34de..dc73a11 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Hello, you’re browsing the code for my professional website: [connorgraham.uk](https://connorgraham.uk) +If you have any questions, please get in touch! + ## ~~CMS~~ The goal with this was to create a website that is dead simple for me to manage and that doesn’t require a CMS. @@ -18,6 +20,8 @@ Usually I work with Bootstrap, but I tried something different and I’ve been p ## Hosting & Git -GitHub Pages hosts this site, and I have made the source code, including the full branch and tree structure, publicly available. +GitHub Pages hosts this site, and I have made the source code, including the full branch and tree structure, publicly available. I'm hoping this will give people an easy-to-understand overview of the software development process I follow on my projects. + +I use [GitFlow](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow) for all of my projects and [Semantic Versioning](https://semver.org/), I have done on a semi-casual basis here as well. -I use [GitFlow](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow) for all of my projects and [Semantic Versioning](https://semver.org/), I have done on a semi-casual basis here as well.If you have any questions, please get in touch! \ No newline at end of file +As it's just me working on this, I can take some shortcuts you can't when working with a team. I'm using `dev-hex333ham` as my "living feature branch" and merging (via PRs) into `dev` before `main`. I'm using the same release structure and you can see how my site has developed through them here: https://github.com/hex333ham/hex333ham.github.io/releases