This is the portfolio itself. myblog
contains the blog, with all the corresponding posts and images.
The repository uses a base image which contains an apache webserver, and the requirements to build the static site.
The image has a dev container which can be used to view the site locally before making the site public.
From the container, run
$ cd myblog
$ bash ../build.sh
Then check VSCode to see what port has been forwarded from the containers port 80 to see the site.
-
Docker Image Builder - This builds a docker image on tag.
-
Spell Checker - Checks the spellings off all the blog posts.
-
Check Images - Verifies image links in blog posts exist.