This serves as Xenith project's official website, documentation and blog.
It is powered by Hugo and Hextra theme. It is dynamically published to Github Pages.
Pre-requisites: Hugo, Go and Git
# Clone the repo
git clone [email protected]:xenith-re/xenith.git
# Change directory
cd xenith
# Start the server
hugo server --logLevel debug --buildDrafts --disableFastRender --source xenith-website/
You can access the website at http://localhost:1313.
hugo mod get -u
hugo mod tidy
See Update modules for more details.