Skip to content

DCRichards/dcrichards.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dcrichards.com

My personal homepage on the world wide web. Brought to you by pure HTML, CSS and GitHub Pages.

Setup

Open with your favourite file server or use the supplied files.

Docker Compose

Serves on localhost:9091

docker-compose build
docker-compose up

Kubernetes

Creates a single replica Kubernetes deployment. Serves on localhost:9091

docker build -t dcrichards.github.io:latest .
kubectl apply -f deployment.yml
kubectl port-forward <pod name> 9091:80

About

Home of my personal web page

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published