Skip to content
Snippets Groups Projects
Commit fee110d9 authored by micressor's avatar micressor
Browse files

README.md: Add hirings to content types

parent a894c38b
No related branches found
No related tags found
1 merge request!24Feature hugo migration
...@@ -24,11 +24,17 @@ hugo --enableGitInfo ...@@ -24,11 +24,17 @@ hugo --enableGitInfo
## Content Types ## 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. 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 ### Page
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment