Skip to content

Commit a343039

Browse files
authored
Update README.md
1 parent c903f36 commit a343039

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,6 @@ Your publications' page is generated automatically from your BibTex bibliography
372372
Simply edit `_bibliography/papers.bib`.
373373
You can also add new `*.bib` files and customize the look of your publications however you like by editing `_pages/publications.md`.
374374

375-
<p align="center"><img src="https://raw.githubusercontent.com/alshedivat/al-folio/master/assets/img/publications-screenshot.png" width=800></p>
376-
377375
<details><summary>(click to expand) <strong>Author annotation:</strong></summary>
378376

379377
In publications, the author entry for yourself is identified by string array `scholar:last_name` and string array `scholar:first_name` in `_config.yml`:
@@ -445,8 +443,6 @@ The theme comes with two default collections: `news` and `projects`.
445443
Items from the `news` collection are automatically displayed on the home page.
446444
Items from the `projects` collection are displayed on a responsive grid on projects page.
447445

448-
<p align="center"><img src="https://raw.githubusercontent.com/alshedivat/al-folio/master/assets/img/projects-screenshot.png" width=700></p>
449-
450446
You can easily create your own collections, apps, short stories, courses, or whatever your creative work is.
451447
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`.
452448

@@ -460,31 +456,17 @@ To do this, edit the collections in the `_config.yml` file, create a correspondi
460456

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

463-
<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>
464-
465459
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/).
466460

467461
#### Full support for math & code
468462

469463
**al-folio** supports fast math typesetting through [MathJax](https://www.mathjax.org/) and code syntax highlighting using [GitHub style](https://github.com/jwarby/jekyll-pygments-themes):
470464

471-
<p align="center">
472-
<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>
473-
<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>
474-
</p>
475-
476465
#### Photos
477466

478467
Photo formatting is made simple using [Bootstrap's grid system](https://getbootstrap.com/docs/4.4/layout/grid/).
479468
Easily create beautiful grids within your blog posts and project pages:
480469

481-
<p align="center">
482-
<a href="https://alshedivat.github.io/al-folio/projects/1_project/">
483-
<img src="https://raw.githubusercontent.com/alshedivat/al-folio/master/assets/img/photos-screenshot.png" width="75%">
484-
</a>
485-
</p>
486-
487-
---
488470

489471
### Other features
490472

0 commit comments

Comments
 (0)