Skip to content
Snippets Groups Projects
Commit 15f81a03 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Remove the 'Talks' and 'Publications' pages. Add a 'Gallery' page

parent 1eecae87
No related branches found
No related tags found
No related merge requests found
...@@ -146,8 +146,7 @@ if __name__ == "__main__": ...@@ -146,8 +146,7 @@ if __name__ == "__main__":
PAGES = [ PAGES = [
"index.html", "index.html",
"pubs.html", "gallery.html",
"talks.html",
"about.html", "about.html",
"contact.html" "contact.html"
] ]
...@@ -156,8 +155,7 @@ if __name__ == "__main__": ...@@ -156,8 +155,7 @@ if __name__ == "__main__":
"stylesheets", "stylesheets",
"images", "images",
"javascript", "javascript",
"publications", "gallery"
"talks"
] ]
print("Compiling markdown to HTML and saving in the about.yaml file...") print("Compiling markdown to HTML and saving in the about.yaml file...")
......
...@@ -6,7 +6,6 @@ link: [ ...@@ -6,7 +6,6 @@ link: [
navbar: [ navbar: [
# Give in [Display_Name, Template_Name format]. # Give in [Display_Name, Template_Name format].
[About, "about.html"], [About, "about.html"],
[Papers, "pubs.html"], [Gallery, "gallery.html"],
[Talks, "talks.html"],
[Contact, "contact.html"] [Contact, "contact.html"]
] ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment