Skip to content

Latest commit

 

History

History

xenith-website

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Xenith website

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.

Local Development

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.

Update theme

hugo mod get -u
hugo mod tidy

See Update modules for more details.