Skip to content

northhead/website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hango documentation

This is the source file repository for Hango documentation.

Run the website locally

The Loggie documentation website is built using mkdocs-material.

The official Docker image is a great way to get up and running in a few minutes, as it comes with all dependencies pre-installed.

docker pull squidfunk/mkdocs-material

docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material

Point your browser to localhost:8000 and you should see the website.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 54.1%
  • CSS 45.9%