If you see this article, you have installed it successfully. Thank you for using PuGo. I hope you can use it happily.
Guide
- create a new post
pugo create post new-hello-world.md
new-hello-world.md is at content/posts/new-hello-world.md.
- create new page
pugo create page new-hello-page.md
new-hello-page.md is at content/pages/new-hello-page.md.
- build site
pugo build
all files are builded at build/.
- serve locally
pugo serve
http server is started at localhost:18080.
Publish
read online docs: