/e-commerce

A website for a friend :-) (from vex-hugo template)

Primary LanguageHTML

Website for a friend

A simple static website based on vex-hugo template for Hugo framework. Deployed for free in digitalocean here This contanerized version makes things even more simple.

Prerequisites

  • Docker
  • Docker-compose

Local development

# clone the repository
git clone git@github.com:simoneMaggi/e-commerce.git

# cd in the project directory
$ cd e-commerce/

# Run the build script
$ ./stefano.sh --start

The website will be accessible at http://localhost:1313/drunk/

To update after a change

$ ./stefano.sh --restart

To deploy the website with hugo

$ ./stefano.sh --deploy

The website will be available in the public folder.