swanee3d / docs

My Documentation Site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hextra Starter Template

Local Development

Pre-requisites: Hugo, Go and Git

# Clone the repo
git clone https://github.com/imfing/hextra-starter-template.git

# Change directory
cd hextra-starter-template

# Start the server
hugo mod tidy
hugo server --logLevel debug --disableFastRender -p 1313

Update theme

hugo mod get -u
hugo mod tidy

See Update modules for more details.

About

My Documentation Site

License:MIT License