add theme
This commit is contained in:
2
themes/academic/archetypes/default.md
Normal file
2
themes/academic/archetypes/default.md
Normal file
@@ -0,0 +1,2 @@
|
||||
+++
|
||||
+++
|
||||
6
themes/academic/archetypes/home.md
Normal file
6
themes/academic/archetypes/home.md
Normal file
@@ -0,0 +1,6 @@
|
||||
+++
|
||||
subtitle = ""
|
||||
|
||||
# Order that this section will appear in.
|
||||
weight = 100
|
||||
+++
|
||||
11
themes/academic/archetypes/post.md
Normal file
11
themes/academic/archetypes/post.md
Normal file
@@ -0,0 +1,11 @@
|
||||
+++
|
||||
math = false
|
||||
highlight = true
|
||||
tags = []
|
||||
|
||||
# Optional featured image (relative to `static/img/` folder).
|
||||
[header]
|
||||
image = ""
|
||||
caption = ""
|
||||
|
||||
+++
|
||||
26
themes/academic/archetypes/project.md
Normal file
26
themes/academic/archetypes/project.md
Normal file
@@ -0,0 +1,26 @@
|
||||
+++
|
||||
# Tags: can be used for filtering projects.
|
||||
# Example: `tags = ["machine-learning", "deep-learning"]`
|
||||
tags = []
|
||||
|
||||
# Project summary to display on homepage.
|
||||
summary = ""
|
||||
|
||||
# Optional image to display on homepage.
|
||||
image_preview = ""
|
||||
|
||||
# Optional external URL for project (replaces project detail page).
|
||||
external_link = ""
|
||||
|
||||
# Does the project detail page use math formatting?
|
||||
math = false
|
||||
|
||||
# Does the project detail page use source code highlighting?
|
||||
highlight = true
|
||||
|
||||
# Optional featured image (relative to `static/img/` folder).
|
||||
[header]
|
||||
image = ""
|
||||
caption = ""
|
||||
|
||||
+++
|
||||
50
themes/academic/archetypes/publication.md
Normal file
50
themes/academic/archetypes/publication.md
Normal file
@@ -0,0 +1,50 @@
|
||||
+++
|
||||
|
||||
# Authors. Comma separated list, e.g. `["Bob Smith", "David Jones"]`.
|
||||
authors = [""]
|
||||
|
||||
# Publication type.
|
||||
# Legend:
|
||||
# 0 = Uncategorized
|
||||
# 1 = Conference proceedings
|
||||
# 2 = Journal
|
||||
# 3 = Work in progress
|
||||
# 4 = Technical report
|
||||
# 5 = Book
|
||||
# 6 = Book chapter
|
||||
publication_types = ["0"]
|
||||
|
||||
# Publication name and optional abbreviated version.
|
||||
publication = ""
|
||||
publication_short = ""
|
||||
|
||||
# Abstract and optional shortened version.
|
||||
abstract = ""
|
||||
abstract_short = ""
|
||||
|
||||
# Does this page contain LaTeX math? (true/false)
|
||||
math = false
|
||||
|
||||
# Does this page require source code highlighting? (true/false)
|
||||
highlight = true
|
||||
|
||||
# Featured image thumbnail (optional)
|
||||
image_preview = ""
|
||||
|
||||
# Is this a selected publication? (true/false)
|
||||
selected = false
|
||||
|
||||
# Links (optional)
|
||||
url_pdf = ""
|
||||
url_code = ""
|
||||
url_dataset = ""
|
||||
url_project = ""
|
||||
url_slides = ""
|
||||
url_video = ""
|
||||
|
||||
# Optional featured image (relative to `static/img/` folder).
|
||||
[header]
|
||||
image = ""
|
||||
caption = ""
|
||||
|
||||
+++
|
||||
22
themes/academic/archetypes/talk.md
Normal file
22
themes/academic/archetypes/talk.md
Normal file
@@ -0,0 +1,22 @@
|
||||
+++
|
||||
title = ""
|
||||
abstract = ""
|
||||
abstract_short = ""
|
||||
event = ""
|
||||
event_url = ""
|
||||
location = ""
|
||||
|
||||
selected = false
|
||||
math = false
|
||||
highlight = true
|
||||
|
||||
url_pdf = ""
|
||||
url_slides = ""
|
||||
url_video = ""
|
||||
|
||||
# Optional featured image (relative to `static/img/` folder).
|
||||
[header]
|
||||
image = ""
|
||||
caption = ""
|
||||
|
||||
+++
|
||||
Reference in New Issue
Block a user