Skip to content

Commit 215fb34

Browse files
Fixed broken link to distill-style blog post (alshedivat#957)
Updated README.md with the correct link to the distill-style blog post example.
1 parent 170e6ad commit 215fb34

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Now, feel free to customize the theme however you like (don't forget to change t
189189
> Note: this approach is only necessary if you would like to build an older or very custom version of al-folio.
190190
191191
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+
193193

194194
```bash
195195
$ ./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
408408
<details><summary>(click to expand) <strong>Buttons (through custom bibtex keywords):</strong></summary>
409409

410410
There are several custom bibtex keywords that you can use to affect how the entries are displayed on the webpage:
411-
411+
412412
- `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.
413413
- `abstract`: Adds an "Abs" button that expands a hidden text field when clicked to show the abstract text
414414
- `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
421421
- `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)
422422
- `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)
423423
- `website`: Adds a "Website" button redirecting to the specified link
424-
424+
425425
You can implement your own buttons by editing the bib.html file.
426-
426+
427427
</details>
428428

429429
---
@@ -450,9 +450,9 @@ To do this, edit the collections in the `_config.yml` file, create a correspondi
450450

451451
The theme allows you to create blog posts in the [distill.pub](https://distill.pub/) style:
452452

453-
<p align="center"><a href="https://alshedivat.github.io/al-folio/blog/2018/distill/" target="_blank"><img src="https://raw.githubusercontent.com/alshedivat/al-folio/master/assets/img/distill-screenshot.png" width=700></a></p>
453+
<p align="center"><a href="https://alshedivat.github.io/al-folio/blog/2021/distill/" target="_blank"><img src="https://raw.githubusercontent.com/alshedivat/al-folio/master/assets/img/distill-screenshot.png" width=700></a></p>
454454

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/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/).
456456

457457
#### Full support for math & code
458458

@@ -506,7 +506,7 @@ You may also use the following codes for displaying this in any other pages.
506506

507507
#### Theming
508508
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
510510
`--global-theme-color` variable in the `_sass/_themes.scss` file.
511511
Other color variables are listed there as well.
512512
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
560560

561561
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).
562562
Since then, it got a full re-write of the styles and many additional cool features.
563-

0 commit comments

Comments
 (0)