Update
This commit is contained in:
parent
ad769e95d8
commit
9e8626d8ba
21 changed files with 2767 additions and 1523 deletions
11
archetypes/portfolio/presentations/index.md
Normal file
11
archetypes/portfolio/presentations/index.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
{{ partial "archetypes/base-meta.md" . -}}
|
||||
published_in:
|
||||
|
||||
{{ partial "archetypes/base-resources.md" . -}}
|
||||
external_links:
|
||||
- title: Recording
|
||||
link:
|
||||
|
||||
{{ partial "archetypes/base-taxonomies.md" . -}}
|
||||
---
|
12
archetypes/portfolio/programs/index.md
Normal file
12
archetypes/portfolio/programs/index.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
{{ partial "archetypes/base-meta.md" . -}}
|
||||
version: 0.0.1
|
||||
licence:
|
||||
|
||||
{{ partial "archetypes/base-resources.md" . -}}
|
||||
internal_links:
|
||||
- title: Code repository
|
||||
link: {{ .Site.Params.codeURL }}/Rumperuu/{{ .Name | title }}
|
||||
|
||||
{{ partial "archetypes/base-taxonomies.md" . -}}
|
||||
---
|
15
archetypes/portfolio/websites/index.md
Normal file
15
archetypes/portfolio/websites/index.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
{{ partial "archetypes/base-meta.md" . -}}
|
||||
version: 0.0.1
|
||||
licence:
|
||||
|
||||
{{ partial "archetypes/base-resources.md" . -}}
|
||||
internal_links:
|
||||
- title: Code repository
|
||||
link: {{ .Site.Params.codeURL }}/Rumperuu/{{ .Name | title }}
|
||||
external_links:
|
||||
- title: Web site
|
||||
link:
|
||||
|
||||
{{ partial "archetypes/base-taxonomies.md" . -}}
|
||||
---
|
Loading…
Add table
Add a link
Reference in a new issue