Skip to content

Commit d3e8d8d

Browse files
authored
Merge pull request #62 from layer5io/update-academy-theme-fix
add certifications
2 parents 9e4ad4e + 5efe711 commit d3e8d8d

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

content/certifications/_index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Certifications
3+
description: Learn about the various learning paths available in the Layer5 ecosystem.
4+
linkTitle: Certifications
5+
# tells hugo that this section is of type learning-path ( to use appropiate templates )
6+
type: certification
7+
cascade: # tells hugo tset this as default type for all children content in this section
8+
type: certification
9+
---
10+
11+
{{% pageinfo %}}
12+
13+
### Certifications
14+
15+
{{% /pageinfo %}}

hugo.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ markup:
6868
outputs:
6969
section: [HTML, JSON]
7070
page: [HTML, JSON]
71+
home: [HTML, JSON]
7172

7273

7374
params:
@@ -197,6 +198,9 @@ module:
197198
- source: content/learning-paths/11111111-1111-1111-1111-111111111111
198199
target: content/learning-paths/11111111-1111-1111-1111-111111111111
199200
disableWatch: false
201+
- source: content/certifications/11111111-1111-1111-1111-111111111111
202+
target: content/certifications/11111111-1111-1111-1111-111111111111
203+
disableWatch: false
200204
- source: content/challenges/11111111-1111-1111-1111-111111111111
201205
target: content/challenges/11111111-1111-1111-1111-111111111111
202206
disableWatch: false
@@ -214,6 +218,9 @@ module:
214218
- source: content/learning-paths/98e16360-a366-4b78-8e0a-031da07fdacb
215219
target: content/learning-paths/98e16360-a366-4b78-8e0a-031da07fdacb
216220
disableWatch: false
221+
- source: content/certifications/98e16360-a366-4b78-8e0a-031da07fdacb
222+
target: content/certifications/98e16360-a366-4b78-8e0a-031da07fdacb
223+
disableWatch: false
217224
- source: content/challenges/98e16360-a366-4b78-8e0a-031da07fdacb
218225
target: content/challenges/98e16360-a366-4b78-8e0a-031da07fdacb
219226
disableWatch: false

0 commit comments

Comments
 (0)