diff --git a/exampleSite/content/project/deep-learning.md b/exampleSite/content/project/deep-learning.md index b0e80c9b..d3019d07 100644 --- a/exampleSite/content/project/deep-learning.md +++ b/exampleSite/content/project/deep-learning.md @@ -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. diff --git a/exampleSite/content/project/example-external-project.md b/exampleSite/content/project/example-external-project.md index 84e24ccd..003ba0ba 100644 --- a/exampleSite/content/project/example-external-project.md +++ b/exampleSite/content/project/example-external-project.md @@ -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 + +++