hugo-theme/archetypes/projects.md

15 lines
255 B
Markdown
Raw Permalink Normal View History

2020-09-22 22:56:07 +02:00
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
featured_image: "/images/projects/{{ .Name }}/featured.png"
links: [
{
name: "Example Link",
icon: "fa-file",
url: "https://example.com/",
color: "word-blue"
}
]
---