SiddharthChillale / siddharthchillale.github.io

Developement and Deployment repo for my personal website
https://siddharthchillale.github.io/
0 stars 0 forks source link

Write Article on using Docker for generating sites and running on webserver. #4

Open SiddharthChillale opened 1 month ago

SiddharthChillale commented 1 month ago
  1. Generate static website with Hugo.
  2. Hugo is run in docker.
  3. Start a nginx server in docker which serves the generated website.
  4. Orchestrate everything using docker-compose.