Skip to content

axivo/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

AXIVO

Website design powered by Hugo and Hextra theme.

Quick Start

Install the dependencies:

brew install hugo golang

Launch the server:

hugo server --disableFastRender -Ds ./docs

Theme Update

Run the following commands:

hugo mod clean --all
hugo mod get -u ./...
hugo mod tidy ./...

For Hextra main branch update, run:

hugo mod get -u github.com/imfing/hextra@main

See the modules update documentation, for more details.