Skip to content

CONSELF/conself-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Useful guides and links

Hugo installation

Thanks to the simplicity of Hugo, this page is as empty as this theme needs requirements.

Just download Hugo binary for your OS (Windows, Linux, Mac) : it’s that simple.

Check that your Hugo version installed is 0.21 with hugo version.

Hugo commands

Chapter page (_index.md files are considered as chapters):

hugo new --kind chapter basics/_index.md

Content page:

hugo new basics/first-content.md

Site generation:

hugo

Site run:

hugo server

Repository commit and site deployment

Command:

./deploy.sh "Your optional commit message"

or

./deploy.sh

Releases

No releases published

Packages

 
 
 

Contributors