26 lines
642 B
Markdown
26 lines
642 B
Markdown
+++
|
|
# Date this page was created.
|
|
date = "2016-04-27"
|
|
|
|
# Project title.
|
|
title = "External Project"
|
|
|
|
# Project summary to display on homepage.
|
|
summary = "An example of linking directly to an external project website using `external_link`."
|
|
|
|
# Optional image to display on homepage (relative to `static/img/` folder).
|
|
image_preview = "boards.jpg"
|
|
|
|
# Tags: can be used for filtering projects.
|
|
# Example: `tags = ["machine-learning", "deep-learning"]`
|
|
tags = ["demo"]
|
|
|
|
# Optional external URL for project (replaces project detail page).
|
|
external_link = "http://example.org"
|
|
|
|
# Does the project detail page use math formatting?
|
|
math = false
|
|
|
|
+++
|
|
|