diff --git a/CUSTOMIZE.md b/CUSTOMIZE.md index 32d656b..d5ba948 100644 --- a/CUSTOMIZE.md +++ b/CUSTOMIZE.md @@ -13,6 +13,7 @@ The project is structured as follows, focusing on the main components that you w │   └── 📄 resume.json: CV in JSON format (https://jsonresume.org/) ├── 📂 _bibliography/ │   └── 📄 papers.bib: bibliography in BibTeX format +├── 📂 _books/: contains the bookshelf pages ├── 📄 _config.yml: the configuration file of the template ├── 📂 _data/: contains some of the data used in the template │   ├── 📄 cv.yml: CV in YAML format, used when assets/json/resume.json is not found @@ -122,7 +123,7 @@ If the entry matches one form of the last names and the first names, it will be url: https://en.wikipedia.org/wiki/Carl_Philipp_Emanuel_Bach ``` -If the entry matches one of the combinations of the last names and the first names, it will be highlighted and linked to the url provided. Note that the keys **MUST BE** lower cased and **MUST NOT** contain accents. This is because the keys are used to match the last names in the BibTeX entries, considering possible variations. +If the entry matches one of the combinations of the last names and the first names, it will be highlighted and linked to the url provided. Note that the keys **MUST BE** lower cased and **MUST NOT** contain accents. This is because the keys are used to match the last names in the BibTeX entries, considering possible variations (see [related discussion](https://github.com/alshedivat/al-folio/discussions/2213)). ### Buttons (through custom bibtex keywords) diff --git a/Gemfile.lock b/Gemfile.lock index 07a7c42..459a976 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -52,7 +52,7 @@ GEM rexml csl-styles (1.0.1.11) csl (~> 1.0) - css_parser (1.21.0) + css_parser (1.21.1) addressable cssminify2 (2.0.1) csv (3.3.2) @@ -79,19 +79,19 @@ GEM forwardable (1.3.3) forwardable-extended (2.6.0) gemoji (4.1.0) - google-protobuf (4.29.3) + google-protobuf (4.30.0) bigdecimal rake (>= 13) - google-protobuf (4.29.3-aarch64-linux) + google-protobuf (4.30.0-aarch64-linux) bigdecimal rake (>= 13) - google-protobuf (4.29.3-arm64-darwin) + google-protobuf (4.30.0-arm64-darwin) bigdecimal rake (>= 13) - google-protobuf (4.29.3-x86_64-darwin) + google-protobuf (4.30.0-x86_64-darwin) bigdecimal rake (>= 13) - google-protobuf (4.29.3-x86_64-linux) + google-protobuf (4.30.0-x86_64-linux) bigdecimal rake (>= 13) html-pipeline (2.14.3) diff --git a/INSTALL.md b/INSTALL.md index 82c7562..f0ccca5 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -13,6 +13,7 @@ - [For project pages](#for-project-pages) - [Enabling automatic deployment](#enabling-automatic-deployment) - [Manual deployment to GitHub Pages](#manual-deployment-to-github-pages) + - [Deploy on Netlify](#deploy-on-netlify) - [Deployment to another hosting server (non GitHub Pages)](#deployment-to-another-hosting-server-non-github-pages) - [Deployment to a separate repository (advanced users only)](#deployment-to-a-separate-repository-advanced-users-only) - [Upgrading from a previous version](#upgrading-from-a-previous-version) @@ -210,7 +211,7 @@ If you installed **al-folio** as described above, you can manually update your c # Assuming the current directory is $ git remote add upstream https://github.com/alshedivat/al-folio.git $ git fetch upstream -$ git rebase v0.14.0 +$ git rebase v0.14.2 ``` If you have extensively customized a previous version, it might be trickier to upgrade. diff --git a/docker-compose.yml b/docker-compose.yml index 5ef856b..49ed238 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ # this file uses prebuilt image in dockerhub services: jekyll: - image: amirpourmand/al-folio:v0.14.0 + image: amirpourmand/al-folio:v0.14.2 build: . # uncomment these if you are having this issue with the build: # /usr/local/bundle/gems/jekyll-4.3.4/lib/jekyll/site.rb:509:in `initialize': Permission denied @ rb_sysopen - /srv/jekyll/.jekyll-cache/.gitignore (Errno::EACCES)