mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 03:00:50 +02:00
Add comments
This commit is contained in:
parent
44b46f1d40
commit
f8bf5c1b88
2 changed files with 42 additions and 10 deletions
|
@ -1,13 +1,29 @@
|
|||
+++
|
||||
client_name = ""
|
||||
# Date this page was created.
|
||||
date = "2016-04-27"
|
||||
image = ""
|
||||
image_preview = "bubbles.jpg"
|
||||
summary = "Lorem ipsum dolor sit amet, consectetur adipiscing elit."
|
||||
tags = ["deep-learning"]
|
||||
|
||||
# Project title.
|
||||
title = "Deep Learning"
|
||||
|
||||
# Project summary to display on homepage.
|
||||
summary = "Lorem ipsum dolor sit amet, consectetur adipiscing elit."
|
||||
|
||||
# Optional image to display on homepage (relative to `static/img/` folder).
|
||||
image_preview = "bubbles.jpg"
|
||||
|
||||
# Optional image to display on project detail page (relative to `static/img/` folder).
|
||||
image = ""
|
||||
|
||||
# Tags: can be used for filtering projects.
|
||||
# Example: `tags = ["machine-learning", "deep-learning"]`
|
||||
tags = ["deep-learning"]
|
||||
|
||||
# Optional external URL for project (replaces project detail page).
|
||||
external_link = ""
|
||||
|
||||
# Does the project detail page use math formatting?
|
||||
math = false
|
||||
|
||||
+++
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis posuere tellus ac convallis placerat. Proin tincidunt magna sed ex sollicitudin condimentum. Sed ac faucibus dolor, scelerisque sollicitudin nisi. Cras purus urna, suscipit quis sapien eu, pulvinar tempor diam. Quisque risus orci, mollis id ante sit amet, gravida egestas nisl. Sed ac tempus magna. Proin in dui enim. Donec condimentum, sem id dapibus fringilla, tellus enim condimentum arcu, nec volutpat est felis vel metus. Vestibulum sit amet erat at nulla eleifend gravida.
|
||||
|
|
|
@ -1,12 +1,28 @@
|
|||
+++
|
||||
client_name = ""
|
||||
# Date this page was created.
|
||||
date = "2016-04-27"
|
||||
image = ""
|
||||
image_preview = "boards.jpg"
|
||||
summary = "An example of linking directly to an external project website using `external_link`."
|
||||
tags = ["demo"]
|
||||
|
||||
# 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"
|
||||
|
||||
# Optional image to display on project detail page (relative to `static/img/` folder).
|
||||
image = ""
|
||||
|
||||
# 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
|
||||
|
||||
+++
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue