limistah / aleemisiaka.com

Personal Blog

Home Page:https://aleemisiaka.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aleemisiaka.dev

This is a personal website repo for aleemisika.com and is hosted on Netlify.

This project is Dockerized and could be run by build the image from the included docker:

docker image build -t myblog .

Then running a container off the image using:

docker container run --name myblog -v $(pwd):/home/node/app -p 8000:8000 myblog gatsby develop

PS: Ensure you install the dependencies outside of the docker container before start the container

About

Personal Blog

https://aleemisiaka.dev

License:MIT License


Languages

Language:JavaScript 75.6%Language:MDX 20.6%Language:CSS 3.7%Language:Dockerfile 0.2%