mdmsite
Steps to preview:
- Install Hugo
- run
git clone https://github.com/q5sys/mdmsite
- run
cd mdmsite
- run
hugo serve
- open http://localhost:1313/
Updated Steps to deploy so even a toddler could deploy this:
- ssh into whatever www directory has the files for http://minddripmedia.com/ and delete them (leave nginx running).
- Install Hugo
sudo dnf install hugo -y
- run
git clone https://github.com/q5sys/mdmsite
- run
cd mdmsite
- run
hugo
- run
cd public
- run
rsync -vz ./ ${yourserver}
- sit back and wonder why we've been 30 seconds away from this being done for months.
.