/blog

Source code of my blog

Primary LanguageHTML

Usage

Create a new post.

hugo new posts/date-post_name.md

Preview content at localhost.

hugo server

Generate content to public folder.

hugo