Update
This commit is contained in:
parent
ad769e95d8
commit
9e8626d8ba
21 changed files with 2767 additions and 1523 deletions
10
archetypes/blog/posts/index.md
Normal file
10
archetypes/blog/posts/index.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
{{ partial "archetypes/base-meta.md" . -}}
|
||||
|
||||
{{ partial "archetypes/base-resources.md" . -}}
|
||||
|
||||
{{ partial "archetypes/base-taxonomies.md" . -}}
|
||||
categories:
|
||||
-
|
||||
---
|
||||
|
11
archetypes/cv/appearances/index.md
Normal file
11
archetypes/cv/appearances/index.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
{{ partial "archetypes/base-meta.md" . -}}
|
||||
author:
|
||||
published_in:
|
||||
|
||||
{{ partial "archetypes/base-resources.md" . -}}
|
||||
external_links:
|
||||
-
|
||||
|
||||
{{ partial "archetypes/base-taxonomies.md" . -}}
|
||||
---
|
11
archetypes/cv/organisations/_index.md
Normal file
11
archetypes/cv/organisations/_index.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
{{ partial "archetypes/base-meta.md" . -}}
|
||||
|
||||
{{ partial "archetypes/base-resources.md" . -}}
|
||||
|
||||
# Taxonomies
|
||||
locations:
|
||||
-
|
||||
tags:
|
||||
-
|
||||
---
|
8
archetypes/cv/qualifications/index.md
Normal file
8
archetypes/cv/qualifications/index.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
{{ partial "archetypes/base-meta.md" . -}}
|
||||
expires_on:
|
||||
|
||||
{{ partial "archetypes/base-resources.md" . -}}
|
||||
|
||||
{{ partial "archetypes/base-taxonomies.md" . }}
|
||||
---
|
11
archetypes/cv/roles.md
Normal file
11
archetypes/cv/roles.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
{{ partial "archetypes/base-meta.md" . -}}
|
||||
end_date:
|
||||
paid:
|
||||
|
||||
{{ partial "archetypes/base-resources.md" . -}}
|
||||
|
||||
{{ partial "archetypes/base-taxonomies.md" . -}}
|
||||
socs:
|
||||
-
|
||||
---
|
8
archetypes/default/default.md
Normal file
8
archetypes/default/default.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
{{ partial "archetypes/base-meta.md" . -}}
|
||||
|
||||
{{ partial "archetypes/base-resources.md" . -}}
|
||||
|
||||
{{ partial "archetypes/base-taxonomies.md" . -}}
|
||||
---
|
||||
|
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