Akash-manna / site-docker

My personal website.

Home Page:https://alimac.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alimac.io

My personal website, built with Hugo and now, Docker.

Requirements

Install Docker and make.

Usage

  1. Clone the GitHub repo: git clone git@github.com:alimac/alimac.io.git
  2. cd alimac.io
  3. Run make to build the image and run the container.

The website (http://localhost:1313) will open in a new browser tab. When you make changes to the content, the change will automatically be reflected in the browser. Amazing!

Theme

The theme I use (https://themes.gohugo.io/hugo-tranquilpeak-theme/) is not included in this repository.

To install the theme:

  1. mkdir themes (inside the cloned repo)
  2. git clone git@github.com:kakawait/hugo-tranquilpeak-theme.git

Acknowledgements

I was inspired by a talk by Carolyn Van Slyck and https://github.com/carolynvs/carolynvanslyck.com/blob/source/Makefile.

About

My personal website.

https://alimac.io


Languages

Language:HCL 45.7%Language:HTML 29.4%Language:Makefile 20.0%Language:Dockerfile 4.9%