Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 758 Bytes

README.md

File metadata and controls

47 lines (26 loc) · 758 Bytes

xorc.tech

This repo contains the Hugo sources of http://xorc.tech

Installing

See docs

tl;dr:

brew install hugo

Editing

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

Publishing

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