Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 562 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 562 Bytes

Netduma Knowledge Base

A static site generated with Hugo and Hextra.

Requirements

  • Hugo >=0.135.0

Development

Run makdownlint

Install markdownlint-cli2 globally (npm --global markdownlint-cli2 or from your package manager)

markdownlint-cli2 "**/*.md" "*.md"

On Linux

hugo server --logLevel debug --disableFastRender -p 1313

On Windows

rmdir /s public && hugo server --logLevel debug --disableFastRender -p 1313

Publish

hugo --gc --minify

Will output to public/ directory