Skip to content

Commit b89f08f

Browse files
Patrick Haganrtyler
authored andcommitted
Add sec eng to post categories
1 parent b1ddf17 commit b89f08f

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CONTRIBUTING.adoc

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ link:https://jekyllrb.com/docs/frontmatter/[front matter]. The `layout`
9494
attribute tells the rendering engine to use the "post" layout.
9595
`title` will be the displayed title of the post.
9696
97-
`tags` are descriptive terms for this post.
97+
`tags` are descriptive terms for this post. You can make up new tags,
98+
but check the generated `tag` directory to see `tags` other posters have already
99+
used.
98100
They can be used to search for all posts for a specific or area,
99101
such as "tutorials" or "plugins".
100102
Tags must contain only numbers and lower-case letters.
@@ -104,8 +106,6 @@ Tags containing multiple words should squash all the words together,
104106
as in "continuousdelivery" or "jenkinsworld2017".
105107
Dashes are allowed but should be avoided unless describing a topic that contains
106108
dashes, such as a plugin name that contains dashes.
107-
To see tags people have used before:
108-
109109
110110
The `team` tag should correspond to one of the keys in `_data/teams.yml`. This
111111
will ensure that the post is categorized properly.
@@ -114,6 +114,10 @@ The `author` attribute will map your
114114
GitHub name to author information, if this is your first time adding a blog
115115
post, please also create an entry in `_data/authors.yml` with your author metadata.
116116
117+
If this is your team's first contribution to the blog, add a file for your
118+
team to the `_category` directory. This causes a quick link to all of your
119+
team's posts to appear in the bottom left frame of the blog home page.
120+
117121
Once you have everything ready, you may
118122
link:https://help.github.com/articles/creating-a-pull-request/[create a pull
119123
request] containing your additions.

_category/security-engineering.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
team: Security Engineering
3+
permalink: "/blog/category/security-engineering"
4+
---

0 commit comments

Comments
 (0)