Skip to content

Commit d9fddfc

Browse files
committed
add hugo files
1 parent 293e7ff commit d9fddfc

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

archetypes/default.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
+++
2+
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
3+
date = {{ .Date }}
4+
draft = true
5+
+++

hugo.toml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
baseURL = 'https://innovation.3dbag.nl/'
2+
languageCode = 'nl-nl'
3+
title = '3DBAG Innovation Platform'
4+
theme = 'PaperMod'
5+
6+
[params.profileMode]
7+
enabled = true
8+
title = "Binnenkort beschikbaar" # optional default will be site title
9+
subtitle = "Informatie over het 3DBAG innovation platform"
10+
# imageUrl = "<image link>" # optional
11+
# imageTitle = "<title of image as alt>" # optional
12+
# imageWidth = 120 # custom size
13+
# imageHeight = 120 # custom size

0 commit comments

Comments
 (0)