Skip to content

Commit afc3496

Browse files
authored
Fixed docs (#3059)
Signed-off-by: George Araújo <george.gcac@gmail.com>
1 parent 82b2ad3 commit afc3496

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

CUSTOMIZE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ The project is structured as follows, focusing on the main components that you w
1313
│   └── 📄 resume.json: CV in JSON format (https://jsonresume.org/)
1414
├── 📂 _bibliography/
1515
│   └── 📄 papers.bib: bibliography in BibTeX format
16+
├── 📂 _books/: contains the bookshelf pages
1617
├── 📄 _config.yml: the configuration file of the template
1718
├── 📂 _data/: contains some of the data used in the template
1819
│   ├── 📄 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
122123
url: https://en.wikipedia.org/wiki/Carl_Philipp_Emanuel_Bach
123124
```
124125
125-
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.
126+
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)).
126127
127128
### Buttons (through custom bibtex keywords)
128129

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ GEM
5252
rexml
5353
csl-styles (1.0.1.11)
5454
csl (~> 1.0)
55-
css_parser (1.21.0)
55+
css_parser (1.21.1)
5656
addressable
5757
cssminify2 (2.0.1)
5858
csv (3.3.2)
@@ -79,19 +79,19 @@ GEM
7979
forwardable (1.3.3)
8080
forwardable-extended (2.6.0)
8181
gemoji (4.1.0)
82-
google-protobuf (4.29.3)
82+
google-protobuf (4.30.0)
8383
bigdecimal
8484
rake (>= 13)
85-
google-protobuf (4.29.3-aarch64-linux)
85+
google-protobuf (4.30.0-aarch64-linux)
8686
bigdecimal
8787
rake (>= 13)
88-
google-protobuf (4.29.3-arm64-darwin)
88+
google-protobuf (4.30.0-arm64-darwin)
8989
bigdecimal
9090
rake (>= 13)
91-
google-protobuf (4.29.3-x86_64-darwin)
91+
google-protobuf (4.30.0-x86_64-darwin)
9292
bigdecimal
9393
rake (>= 13)
94-
google-protobuf (4.29.3-x86_64-linux)
94+
google-protobuf (4.30.0-x86_64-linux)
9595
bigdecimal
9696
rake (>= 13)
9797
html-pipeline (2.14.3)

INSTALL.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
- [For project pages](#for-project-pages)
1414
- [Enabling automatic deployment](#enabling-automatic-deployment)
1515
- [Manual deployment to GitHub Pages](#manual-deployment-to-github-pages)
16+
- [Deploy on Netlify](#deploy-on-netlify)
1617
- [Deployment to another hosting server (non GitHub Pages)](#deployment-to-another-hosting-server-non-github-pages)
1718
- [Deployment to a separate repository (advanced users only)](#deployment-to-a-separate-repository-advanced-users-only)
1819
- [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
210211
# Assuming the current directory is <your-repo-name>
211212
$ git remote add upstream https://github.com/alshedivat/al-folio.git
212213
$ git fetch upstream
213-
$ git rebase v0.14.0
214+
$ git rebase v0.14.2
214215
```
215216

216217
If you have extensively customized a previous version, it might be trickier to upgrade.

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# this file uses prebuilt image in dockerhub
22
services:
33
jekyll:
4-
image: amirpourmand/al-folio:v0.14.0
4+
image: amirpourmand/al-folio:v0.14.2
55
build: .
66
# uncomment these if you are having this issue with the build:
77
# /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)

0 commit comments

Comments
 (0)