-
Notifications
You must be signed in to change notification settings - Fork 317
Expand file tree
/
Copy path_config.yml
More file actions
20 lines (18 loc) · 951 Bytes
/
_config.yml
File metadata and controls
20 lines (18 loc) · 951 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name: Git Developer Pages
permalink: /rev_news/:year/:month/:day/:title/
plugins:
- jekyll-redirect-from
defaults:
- { scope: { path: "links/dev" } , values: { nb: "Git Development" , permalink: "/:basename/"} }
- { scope: { path: "links/mentoring/common" } , values: { nb: "Mentoring" , permalink: "/:basename/"} }
- { scope: { path: "links/mentoring/soc" } , values: { nb: "Mentoring-SoC" , permalink: "/:basename/"} }
- { scope: { path: "links/mentoring/outreachy" } , values: { nb: "Mentoring-Outreachy", permalink: "/:basename/"} }
- { scope: { path: "rev_news" } , values: { nb: "Git Rev News" } }
# this is used to display links in the right categories order
# be sure to match default category names defined in site.defaults
nb-order:
- "Git Development"
- "Git Rev News"
- "Mentoring"
- "Mentoring-SoC"
- "Mentoring-Outreachy"