Skip to content

Commit 180ea10

Browse files
committed
Reference the correct data files.
1 parent 9518fc3 commit 180ea10

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

_config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -631,8 +631,9 @@ third_party_libraries:
631631
# -----------------------------------------------------------------------------
632632

633633
jekyll_get_json:
634-
- data: resume
635-
json: assets/json/resume.json # it can also be an url
634+
# - data: resume
635+
# json: assets/json/resume.json # it can also be an url
636+
# Commented out to use cv.yml instead of resume.json
636637

637638
jsonresume:
638639
- basics

_pages/cv.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ layout: cv
33
permalink: /cv/
44
title: cv
55
nav: true
6-
nav_order: 5
7-
cv_pdf: example_pdf.pdf # you can also use external links here
6+
nav_order: 1
87
description: This is a description of the page. You can modify it in '_pages/cv.md'. You can also change or remove the top pdf download button.
98
toc:
109
sidebar: left

_pages/talks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: cv
2+
layout: page
33
permalink: /talks/
44
title: talks & activities
55
description: Conference and seminar talks, as well as conferences and workshops attended.

0 commit comments

Comments
 (0)