diff --git a/config/_default/menus.yaml b/config/_default/menus.yaml index 02f22e7..f250334 100644 --- a/config/_default/menus.yaml +++ b/config/_default/menus.yaml @@ -7,17 +7,17 @@ main: - name: Home url: '#about' weight: 10 - - name: Posts - url: '#posts' + - name: News + url: '#news' weight: 20 - - name: Projects - url: '#projects' - weight: 30 - - name: Talks - url: '#talks' - weight: 40 + # - name: Projects + # url: '#projects' + # weight: 30 + # - name: Talks + # url: '#talks' + # weight: 40 - name: Publications - url: '#featured' + url: '#publications' weight: 50 - name: Contact url: '#contact' diff --git a/content/_index.md b/content/_index.md index 57581d4..f0b9001 100644 --- a/content/_index.md +++ b/content/_index.md @@ -128,7 +128,7 @@ sections: # design: # columns: '2' - block: collection - id: posts + id: news content: title: News subtitle: '' @@ -152,8 +152,8 @@ sections: order: desc design: # Choose a layout view - # view: compact # Comment to try to remove photos - columns: '1' + view: compact + columns: '2' # - block: portfolio # id: projects # content: @@ -190,7 +190,7 @@ sections: # design: # columns: '1' - block: collection - id: featured + id: publications content: title: Publications filters: diff --git a/content/authors/admin/resume.pdf b/content/authors/admin/resume.pdf deleted file mode 100644 index 94f4008..0000000 Binary files a/content/authors/admin/resume.pdf and /dev/null differ