Skip to content

xray-tech/website-xorc.io

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published