https://github.com/pjaerr/joshuaj.co.uk
Repository for my personal website and blog
https://github.com/pjaerr/joshuaj.co.uk
Last synced: about 1 year ago
JSON representation
Repository for my personal website and blog
- Host: GitHub
- URL: https://github.com/pjaerr/joshuaj.co.uk
- Owner: Pjaerr
- Created: 2017-04-26T10:46:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-02-23T18:51:02.000Z (over 1 year ago)
- Last Synced: 2025-05-08T22:53:39.609Z (about 1 year ago)
- Language: MDX
- Homepage: https://joshuaj.co.uk
- Size: 64 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# joshuaj.co.uk (Personal site)
The repository for my personal site and blog. The `gh-pages` branch is the version of the [site](https://www.joshuaj.co.uk) that is live right now but it might not be the same code that is in `master` (when in doubt, see when the branches were last updated)
I've recently rebuilt this site in [Astro.js](https://astro.build/), here are links to previous versions:
* **2020** - https://github.com/Pjaerr/joshuaj.co.uk/tree/2020-rebuild
Rebuilt, again, but still in Gatsby with a fresher design and utilising mdx to include components in my markdown. Ultimately I let the dependencies get so out of date on this that I couldn't actually build it! Instead of bashing my head against it I decided to rebuild it in Astro.js.
* **2019** - https://github.com/Pjaerr/joshuaj.co.uk/tree/old-gatsby-2019
Initial stab at using Gatsby, I think with the same old design as the previous iteration, this one didn't stick around too long.
* **2018-2019** - https://github.com/Pjaerr/joshuaj.co.uk/tree/2019-non-gatsby
I didn't use any framework for this version, I still wrote in basic markdown and then manually parsed it and included syntax highlighting, was a good way to learn but I definitely benefitted from switching to a more established framework.