diff --git a/README.md b/README.md index be561c671ee2ff38d796756d3e846db939b833cd..4ed3fa07c4d7a9cf16acd0bea14b271fcecd63b0 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,17 @@ hugo --enableGitInfo ## Content Types -### Post +### Hiring + +Used for hirings. Hiring posts are listed on the homepage. + +Run `hugo new hiring/<post-name>.md` to create a post. + +### News Used for blog posts. Blog posts are listed on the homepage. -Run `hugo new post/<post-name>.md` to create a post. +Run `hugo new news/<post-name>.md` to create a post. ### Page