Files
hugo-cwpearson/themes/hugo-academic-master/exampleSite/content/project/example-external-project.md
Carl Pearson be45676d32 Initial commit
2017-03-12 21:27:57 -05:00

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
+++