Skip to content

Commit 50b6196

Browse files
authored
Fix for images (alshedivat#271)
When you fork this directory in your local fork, if you remove images from assets, the README file will be broken. This should fix the README problem, ensuring that images are always up-to-date from the assets folder of the original al-folio folder.
1 parent 305102c commit 50b6196

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![build status](https://travis-ci.org/alshedivat/al-folio.svg?branch=master)](https://travis-ci.org/alshedivat/al-folio)
44
[![demo](https://img.shields.io/badge/theme-demo-brightgreen.svg)](https://alshedivat.github.io/al-folio/)
5-
[![GitHub contributors](https://img.shields.io/github/contributors/alshedivat/al-folio.svg)](https://GitHub.com/alshedivat/al-folio/graphs/contributors/)
5+
[![GitHub contributors](https://img.shields.io/github/contributors/alshedivat/al-folio.svg)](https://github.com/alshedivat/al-folio/graphs/contributors/)
66
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/alshedivat/al-folio)
77
![GitHub](https://img.shields.io/github/license/alshedivat/al-folio?color=blue)
88
[![GitHub stars](https://img.shields.io/github/stars/alshedivat/al-folio)](https://github.com/alshedivat/al-folio)
@@ -12,7 +12,7 @@
1212
A simple, clean, and responsive [Jekyll](https://jekyllrb.com/) theme for academics.
1313
If you like the theme, give it a star!
1414

15-
[![Preview](assets/img/al-folio-preview.png)](https://alshedivat.github.io/al-folio/)
15+
[![Preview](https://raw.githubusercontent.com/alshedivat/al-folio/master/assets/img/al-folio-preview.png)](https://alshedivat.github.io/al-folio/)
1616

1717

1818
## User community
@@ -242,7 +242,7 @@ Your publications page is generated automatically from your BibTex bibliography.
242242
Simply edit `_bibliography/papers.bib`.
243243
You can also add new `*.bib` files and customize the look of your publications however you like by editing `_pages/publications.md`.
244244

245-
<p align="center"><img src="assets/img/publications-screenshot.png" width=800></p>
245+
<p align="center"><img src="https://raw.githubusercontent.com/alshedivat/al-folio/master/assets/img/publications-screenshot.png" width=800></p>
246246

247247
<details><summary><strong>Author annotation:</strong></summary>
248248

@@ -287,7 +287,7 @@ The theme comes with two default collections: `news` and `projects`.
287287
Items from the `news` collection are automatically displayed on the home page.
288288
Items from the `projects` collection are displayed on a responsive grid on projects page.
289289

290-
<p align="center"><img src="assets/img/projects-screenshot.png" width=700></p>
290+
<p align="center"><img src="https://raw.githubusercontent.com/alshedivat/al-folio/master/assets/img/projects-screenshot.png" width=700></p>
291291

292292
You can easily create your own collections, apps, short stories, courses, or whatever your creative work is.
293293
To do this, edit the collections in the `_config.yml` file, create a corresponding folder, and create a landing page for your collection, similar to `_pages/projects.md`.
@@ -301,7 +301,7 @@ To do this, edit the collections in the `_config.yml` file, create a correspondi
301301

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

304-
<p align="center"><a href="https://alshedivat.github.io/al-folio/blog/2018/distill/" target="_blank"><img src="assets/img/distill-screenshot.png" width=700></a></p>
304+
<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>
305305

306306
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/).
307307

@@ -310,8 +310,8 @@ For more details on how to create distill-styled posts using `<d-*>` tags, pleas
310310
**al-folio** supports fast math typesetting through [KaTeX](https://katex.org/) and code syntax highlighting using [GitHub style](https://github.com/jwarby/jekyll-pygments-themes):
311311

312312
<p align="center">
313-
<a href="https://alshedivat.github.io/al-folio/blog/2015/math/" target="_blank"><img src="assets/img/math-screenshot.png" width=400></a>
314-
<a href="https://alshedivat.github.io/al-folio/blog/2015/code/" target="_blank"><img src="assets/img/code-screenshot.png" width=400></a>
313+
<a href="https://alshedivat.github.io/al-folio/blog/2015/math/" target="_blank"><img src="https://raw.githubusercontent.com/alshedivat/al-folio/master/assets/img/math-screenshot.png" width=400></a>
314+
<a href="https://alshedivat.github.io/al-folio/blog/2015/code/" target="_blank"><img src="https://raw.githubusercontent.com/alshedivat/al-folio/master/assets/img/code-screenshot.png" width=400></a>
315315
</p>
316316

317317
#### Photos

0 commit comments

Comments
 (0)