old.bovem.github.io

old.bovem.github.io

My Blog and Portfolio hosted on Netlify

Project Overview

A Jekyll based website hosted on Netlify.
Deployment URL: bovem.netlify.app.

Features

My portfolio and blog.

Screenshots

Techstack

  • Jekyll
  • Ruby
  • Docker

Setup

Pre-requisites

Install docker and docker-compose. Or install podman.

Steps

  1. Build container image from Containerfile
podman build --tag jekyll_blog -f ./Containerfile
  1. Start jekyll_blog container from the container image
podman run -d --name jekyll_blog -p 7000:7000 -v .:/srv/jekyll:Z jekyll_blog
  1. Visit localhost:7000 in your web browser.

License

MIT