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
<details><summary>(click to expand) <strong>Author annotation:</strong></summary>
378
376
379
377
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`.
445
443
Items from the `news` collection are automatically displayed on the home page.
446
444
Items from the `projects` collection are displayed on a responsive grid on projects page.
You can easily create your own collections, apps, short stories, courses, or whatever your creative work is.
451
447
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`.
452
448
@@ -460,31 +456,17 @@ To do this, edit the collections in the `_config.yml` file, create a correspondi
460
456
461
457
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/2021/distill/).
466
460
467
461
#### Full support for math & code
468
462
469
463
**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):
0 commit comments