mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 03:00:50 +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
|
||||
weight = 10
|
||||
+++
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
+++
|
||||
image = ""
|
||||
image_preview = ""
|
||||
math = false
|
||||
tags = []
|
||||
+++
|
||||
|
|
|
@ -3,6 +3,7 @@ tags = []
|
|||
summary = ""
|
||||
image = ""
|
||||
image_preview = ""
|
||||
math = false
|
||||
client_name = ""
|
||||
external_link = ""
|
||||
+++
|
||||
+++
|
||||
|
|
|
@ -3,6 +3,7 @@ abstract = ""
|
|||
authors = [""]
|
||||
image = ""
|
||||
image_preview = ""
|
||||
math = false
|
||||
publication = ""
|
||||
url_pdf = ""
|
||||
url_code = ""
|
||||
|
@ -10,4 +11,4 @@ url_dataset = ""
|
|||
url_project = ""
|
||||
url_slides = ""
|
||||
url_video = ""
|
||||
+++
|
||||
+++
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue