You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CUSTOMIZE.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,9 @@
2
2
3
3
Here we will give you some tips on how to customize the website. One important thing to note is that **ALL** the changes you make should be done on the **main** branch of your repository. The `gh-pages` branch is automatically overwritten every time you make a change to the main branch.
4
4
5
+
<!--ts-->
6
+
<!--te-->
7
+
5
8
## Project structure
6
9
7
10
The project is structured as follows, focusing on the main components that you will need to modify:
@@ -13,6 +16,7 @@ The project is structured as follows, focusing on the main components that you w
13
16
│ └── 📄 resume.json: CV in JSON format (https://jsonresume.org/)
14
17
├── 📂 _bibliography/
15
18
│ └── 📄 papers.bib: bibliography in BibTeX format
19
+
├── 📂 _books/: contains the bookshelf pages
16
20
├── 📄 _config.yml: the configuration file of the template
17
21
├── 📂 _data/: contains some of the data used in the template
18
22
│ ├── 📄 cv.yml: CV in YAML format, used when assets/json/resume.json is not found
@@ -122,7 +126,7 @@ If the entry matches one form of the last names and the first names, it will be
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.
129
+
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)).
126
130
127
131
### Buttons (through custom bibtex keywords)
128
132
@@ -162,10 +166,10 @@ Depending on your specified footer behavior, the sign up form either will appear
162
166
163
167
## Removing content
164
168
165
-
Since this template have a lot of content, you may want to remove some of it. The easiest way to achieve this and avoid merge conflicts when updating your code (as [pointed by CheariX ](https://github.com/alshedivat/al-folio/pull/2933#issuecomment-2571271117)) is to add the unwanted files to the `excludes` section in your `_config.yml` file instead of actually deleting them, for example:
169
+
Since this template have a lot of content, you may want to remove some of it. The easiest way to achieve this and avoid merge conflicts when updating your code (as [pointed by CheariX ](https://github.com/alshedivat/al-folio/pull/2933#issuecomment-2571271117)) is to add the unwanted files to the `exclude` section in your `_config.yml` file instead of actually deleting them, for example:
0 commit comments