This repo contains the Hugo sources of http://xorc.tech
tl;dr:
brew install hugo
Run a local server with a watchdog to reload the changes then open the local url http://localhost:8080/
hugo server -D -p 8080
The content to edit is in data/en
Generates the source in ./public
hugo
./public
is a git submodule poiting to xray-tech/xray-tech.github.io. Any sources pushed there are live
cd public
git add .
git commit -m "Updated domain"
git push origin master