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: README.md
+7-8Lines changed: 7 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -189,7 +189,7 @@ Now, feel free to customize the theme however you like (don't forget to change t
189
189
> Note: this approach is only necessary if you would like to build an older or very custom version of al-folio.
190
190
191
191
First, download the necessary modules and install them into a docker image called `al-folio:Dockerfile` (this command will build an image which is used to run your website afterwards. Note that you only need to do this step once. After you have the image, you no longer need to do this anymore):
192
-
192
+
193
193
194
194
```bash
195
195
$ ./bin/docker_build_image.sh
@@ -408,7 +408,7 @@ If the entry matches one of the combinations of the last names and the first nam
408
408
<details><summary>(click to expand) <strong>Buttons (through custom bibtex keywords):</strong></summary>
409
409
410
410
There are several custom bibtex keywords that you can use to affect how the entries are displayed on the webpage:
411
-
411
+
412
412
-`abbr`: Adds an abbreviation to the left of the entry. You can add links to these by creating a venue.yaml-file in the _data folder and adding entries that match.
413
413
-`abstract`: Adds an "Abs" button that expands a hidden text field when clicked to show the abstract text
414
414
-`arxiv`: Adds a link to the Arxiv website (Note: only add the arxiv identifier here - the link is generated automatically)
@@ -421,9 +421,9 @@ There are several custom bibtex keywords that you can use to affect how the entr
421
421
-`poster`: Adds a "Poster" button redirecting to a specified file (if a full link is not specified, the file will be assumed to be placed in the /assets/pdf/ directory)
422
422
-`slides`: Adds a "Slides" button redirecting to a specified file (if a full link is not specified, the file will be assumed to be placed in the /assets/pdf/ directory)
423
423
-`website`: Adds a "Website" button redirecting to the specified link
424
-
424
+
425
425
You can implement your own buttons by editing the bib.html file.
426
-
426
+
427
427
</details>
428
428
429
429
---
@@ -450,9 +450,9 @@ To do this, edit the collections in the `_config.yml` file, create a correspondi
450
450
451
451
The theme allows you to create blog posts in the [distill.pub](https://distill.pub/) style:
For more details on how to create distill-styled posts using `<d-*>` tags, please refer to [the example](https://alshedivat.github.io/al-folio/blog/2018/distill/).
455
+
For more details on how to create distill-styled posts using `<d-*>` tags, please refer to [the example](https://alshedivat.github.io/al-folio/blog/2021/distill/).
456
456
457
457
#### Full support for math & code
458
458
@@ -506,7 +506,7 @@ You may also use the following codes for displaying this in any other pages.
506
506
507
507
#### Theming
508
508
A variety of beautiful theme colors have been selected for you to choose from.
509
-
The default is purple, but you can quickly change it by editing the
509
+
The default is purple, but you can quickly change it by editing the
510
510
`--global-theme-color` variable in the `_sass/_themes.scss` file.
511
511
Other color variables are listed there as well.
512
512
The stock theme color options available can be found at `_sass/variables.scss`.
@@ -560,4 +560,3 @@ The theme is available as open source under the terms of the [MIT License](https
560
560
561
561
Originally, **al-folio** was based on the [\*folio theme](https://github.com/bogoli/-folio) (published by [Lia Bogoev](https://liabogoev.com) and under the MIT license).
562
562
Since then, it got a full re-write of the styles and many additional cool features.
0 commit comments