浏览代码

Add comments

George Cushen 8 年之前
父节点
当前提交
f8bf5c1b88
共有 2 个文件被更改,包括 40 次插入8 次删除
  1. 20 4
      exampleSite/content/project/deep-learning.md
  2. 20 4
      exampleSite/content/project/example-external-project.md

+ 20 - 4
exampleSite/content/project/deep-learning.md

@@ -1,13 +1,29 @@
 +++
 +++
-client_name = ""
+# Date this page was created.
 date = "2016-04-27"
 date = "2016-04-27"
-image = ""
-image_preview = "bubbles.jpg"
+
+# Project title.
+title = "Deep Learning"
+
+# Project summary to display on homepage.
 summary = "Lorem ipsum dolor sit amet, consectetur adipiscing elit."
 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"]
 tags = ["deep-learning"]
-title = "Deep Learning"
+
+# Optional external URL for project (replaces project detail page).
 external_link = ""
 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.
 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.

+ 20 - 4
exampleSite/content/project/example-external-project.md

@@ -1,12 +1,28 @@
 +++
 +++
-client_name = ""
+# Date this page was created.
 date = "2016-04-27"
 date = "2016-04-27"
-image = ""
-image_preview = "boards.jpg"
+
+# 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`."
 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"]
 tags = ["demo"]
-title = "External Project"
+
+# Optional external URL for project (replaces project detail page).
 external_link = "http://example.org"
 external_link = "http://example.org"
 
 
+# Does the project detail page use math formatting?
+math = false
+
 +++
 +++