Browse Source

exampleSite: Use full filenames for `projects` parameter

George Cushen 7 years ago
parent
commit
1a37b61971

+ 3 - 2
archetypes/publication.md

@@ -33,8 +33,9 @@ selected = false
 
 # Projects (optional).
 #   Associate this publication with one or more of your projects.
-#   Simply enter the filename (excluding '.md') of your project file in `content/project/`.
-#   E.g. `projects = ["deep-learning"]` references `content/project/deep-learning.md`.
+#   Simply enter the filename of your project file in `content/project/`.
+#   E.g. `projects = ["deep-learning.md"]` references `content/project/deep-learning.md`.
+#   Otherwise, set `projects = []`.
 projects = []
 
 # Tags (optional).

+ 3 - 2
archetypes/talk.md

@@ -24,8 +24,9 @@ selected = false
 
 # Projects (optional).
 #   Associate this talk with one or more of your projects.
-#   Simply enter the filename (excluding '.md') of your project file in `content/project/`.
-#   E.g. `projects = ["deep-learning"]` references `content/project/deep-learning.md`.
+#   Simply enter the filename of your project file in `content/project/`.
+#   E.g. `projects = ["deep-learning.md"]` references `content/project/deep-learning.md`.
+#   Otherwise, set `projects = []`.
 projects = []
 
 # Tags (optional).

+ 3 - 2
exampleSite/content/publication/clothing-search.md

@@ -32,8 +32,9 @@ selected = true
 
 # Projects (optional).
 #   Associate this publication with one or more of your projects.
-#   Simply enter the filename (excluding '.md') of your project file in `content/project/`.
-projects = ["example-external-project"]
+#   Simply enter the filename of your project in `content/project/`.
+#   Otherwise, set `projects = []`.
+projects = ["example-external-project.md"]
 
 # Links (optional).
 url_pdf = "http://eprints.soton.ac.uk/352095/1/Cushen-IMV2013.pdf"

+ 3 - 2
exampleSite/content/talk/example-talk.md

@@ -15,8 +15,9 @@ selected = false
 
 # Projects (optional).
 #   Associate this talk with one or more of your projects.
-#   Simply enter the filename (excluding '.md') of your project file in `content/project/`.
-projects = ["deep-learning"]
+#   Simply enter the filename of your project file in `content/project/`.
+#   Otherwise, set `projects = []`.
+projects = ["deep-learning.md"]
 
 # Links (optional).
 url_pdf = ""