mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
✨ Refactor archetypes
This commit is contained in:
parent
d2b55a6e28
commit
45bd191544
5 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,2 @@
|
||||||
+++
|
+++
|
||||||
math = false
|
|
||||||
+++
|
+++
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
+++
|
+++
|
||||||
|
subtitle = ""
|
||||||
section_id = 10
|
section_id = 10
|
||||||
weight = 10
|
weight = 10
|
||||||
+++
|
+++
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
+++
|
+++
|
||||||
image = ""
|
image = ""
|
||||||
image_preview = ""
|
image_preview = ""
|
||||||
|
math = false
|
||||||
tags = []
|
tags = []
|
||||||
+++
|
+++
|
||||||
|
|
|
@ -3,6 +3,7 @@ tags = []
|
||||||
summary = ""
|
summary = ""
|
||||||
image = ""
|
image = ""
|
||||||
image_preview = ""
|
image_preview = ""
|
||||||
|
math = false
|
||||||
client_name = ""
|
client_name = ""
|
||||||
external_link = ""
|
external_link = ""
|
||||||
+++
|
+++
|
||||||
|
|
|
@ -3,6 +3,7 @@ abstract = ""
|
||||||
authors = [""]
|
authors = [""]
|
||||||
image = ""
|
image = ""
|
||||||
image_preview = ""
|
image_preview = ""
|
||||||
|
math = false
|
||||||
publication = ""
|
publication = ""
|
||||||
url_pdf = ""
|
url_pdf = ""
|
||||||
url_code = ""
|
url_code = ""
|
||||||
|
@ -10,4 +11,4 @@ url_dataset = ""
|
||||||
url_project = ""
|
url_project = ""
|
||||||
url_slides = ""
|
url_slides = ""
|
||||||
url_video = ""
|
url_video = ""
|
||||||
+++
|
+++
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue