Skip to content

Commit 9d70140

Browse files
authored
Merge pull request #3 from hex333ham/dev-hex333ham
updated README
2 parents f127ab1 + 87f4c5e commit 9d70140

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Hello, you’re browsing the code for my professional website: [connorgraham.uk](https://connorgraham.uk)
44

5+
If you have any questions, please get in touch!
6+
57
## ~~CMS~~
68

79
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
1820

1921
## Hosting & Git
2022

21-
GitHub Pages hosts this site, and I have made the source code, including the full branch and tree structure, publicly available.
23+
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.
24+
25+
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.
2226

23-
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!
27+
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

0 commit comments

Comments
 (0)