Skip to content

MathewT/hugo-site-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hugo-site-builder

Hugo site building, Hugo v 0.71.1

Create a new site

docker run --rm -it -v $PWD:/src -p 1313:1313 -u hugo smathewthomas/hugo-site-builder hugo new site my-new-website

Create a new post

docker run --rm -it -v $PWD:/src -u hugo smathewthomas/hugo-site-builder hugo new content/blog/my-new-post.md

Build your static site into public/

docker run --rm -it -v $PWD:/src -u hugo smathewthomas/hugo-site-builder hugo -D

About

Hugo site building

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published