Skip to content

vsth/docs-dop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docs-dop

This is the DOP documentation/website. The static content is created with hugow which can be downloaded here: https://gohugo.io

The currently used version is 0.20.

Compile the site

Make sure you have the theme submodule checked out:

git submodule update --init

Then simply run hugo which will update the static files:

hugo

if you want to test it localy you can run a local webserver with:

hugo server

New Pages

New chapters can be added with:

hugo new --kind chapter <chapter_name>/_index.md

New pages in a chapter can be added with:

hugo new <chapter_name>/<page_name>.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages