add theme

This commit is contained in:
Carl Pearson
2017-07-18 17:40:37 -04:00
parent 04a0a49b78
commit c86ae95ea6
105 changed files with 5367 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
+++
+++

View File

@@ -0,0 +1,6 @@
+++
subtitle = ""
# Order that this section will appear in.
weight = 100
+++

View File

@@ -0,0 +1,11 @@
+++
math = false
highlight = true
tags = []
# Optional featured image (relative to `static/img/` folder).
[header]
image = ""
caption = ""
+++

View 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 = ""
+++

View 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 = ""
+++

View 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 = ""
+++