diff --git a/CUSTOMIZE.md b/CUSTOMIZE.md index 1c87a298..65ed7d1b 100644 --- a/CUSTOMIZE.md +++ b/CUSTOMIZE.md @@ -44,7 +44,7 @@ All changes made to this file are only visible after you rebuild the website. Th ## Modifying the CV information -There are currently 2 different ways of generating the CV page content. The first one is by using a json file located in [assets/json/resume_ae.json](assets/json/resume.json). It is a [known standard](https://jsonresume.org/) for creating a CV programmatically. The second one, currently used as a fallback when the json file is not found, is by using a yml file located in [\_data/cv.yml](_data/cv.yml). This was the original way of creating the CV page content and since it is more human readable than a json file we decided to keep it as an option. +There are currently 2 different ways of generating the CV page content. The first one is by using a json file located in [assets/json/resume_ae.json](assets/json/resume_ae.json). It is a [known standard](https://jsonresume.org/) for creating a CV programmatically. The second one, currently used as a fallback when the json file is not found, is by using a yml file located in [\_data/cv.yml](_data/cv.yml). This was the original way of creating the CV page content and since it is more human readable than a json file we decided to keep it as an option. What this means is, if there is no resume data defined in [\_config.yml](_config.yml) and loaded via a json file, it will load the contents of [\_data/cv.yml](_data/cv.yml). If you want to use the [\_data/cv.yml](_data/cv.yml) file as the source of your CV, you must delete the [assets/json/resume.json](assets/json/resume_ae.json) file. diff --git a/_config.yml b/_config.yml index 5bff926e..40fe142b 100644 --- a/_config.yml +++ b/_config.yml @@ -402,6 +402,7 @@ imagemagick: enabled: true # enables responsive images for your site (recommended, see https://github.com/alshedivat/al-folio/issues/537) widths: - 240 + - 480 input_directories: - assets/img/ input_formats: diff --git a/_includes/figure.liquid b/_includes/figure.liquid index 7c108541..1d2ead89 100644 --- a/_includes/figure.liquid +++ b/_includes/figure.liquid @@ -15,10 +15,7 @@