Add portfolio

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-09-13 23:33:13 +00:00
parent dc6cf7ca58
commit 9bdedf5ef9
51 changed files with 404 additions and 127 deletions

View File

@@ -1,5 +1,11 @@
+++
date = '{{ .Date }}'
draft = true
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
date = "{{ .Date }}"
draft = false
summary = ""
tags = []
[hero]
src = ""
caption = ""
+++

10
archetypes/photos.md Normal file
View File

@@ -0,0 +1,10 @@
+++
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
date = "{{ .Date }}"
draft = false
tags = []
[hero]
src = ""
exif = true
+++