I am a Software Engineer based in Galway, Ireland.
Currently I am focused on full-stack web application development in the cloud.
23 Nov 2019 - David Conmy
I built this site using the following tools:
My intention was to build a static website to host my resume along with posts on subjects that I care about. I wanted this to also be the landing page of my personal domain.
The static-ness of the website was important to me. I didn’t want my website to rely on many external services. I especially did not want to have to host these services myself.
In the past, I have used Wordpress for building and serving my website. This has had a number of advantages and disadvantages:
Then, I came across Jekyll.
Jekyll is a simple static-web-page generator that would allow me to create content in markdown and turn that content in to web pages. It also supports Liquid, HTML and CSS so I could create a website that was styled and responsive. It seemed like it is an ideal candidate for the job. It is blog-aware, so I would not be compromising on my ability to write posts to the website (which I thought would be inevitable if I was trying to stay away from hosting a database of some kind)
On top of all this, it is supported by github-pages - so technically, I could host the website from there for free and link it with my domain AND my github account.