Skip to content

How and where should I update content in CV? #1611

Answered by george-gca
Yuanhao-JIANG asked this question in Q&A
Discussion options

You must be logged in to vote

_layouts/cv.html is responsible for rendering the contents of the cv. If you check here there is an unless condition with site.data.resume. Everything that is accessed via site. is defined in the _config.yaml. In this case, this information is defined here.

What this means is, if there is no resume data defined in _config.yml and loaded via a json file, it will load the contents of _data/cv.yml as fallback.

To remove the table of contents, simply remove the referred part from _layouts/cv.html.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Weixiang-Sun
Comment options

@Yuanhao-JIANG
Comment options

@xiong-zx
Comment options

@george-gca
Comment options

Answer selected by Yuanhao-JIANG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants