Add note about allowed Markdown in author.bio
This commit is contained in:
parent
a1200bbd1d
commit
c1df29422b
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
||||||
title: "Configuration"
|
title: "Configuration"
|
||||||
permalink: /docs/configuration/
|
permalink: /docs/configuration/
|
||||||
excerpt: "Settings for configuring and customizing the theme."
|
excerpt: "Settings for configuring and customizing the theme."
|
||||||
last_modified_at: 2019-07-17T11:50:08-04:00
|
last_modified_at: 2019-07-24T10:15:47-04:00
|
||||||
toc: true
|
toc: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -803,7 +803,7 @@ Author links are all optional, include the ones you want visible under the `auth
|
||||||
author:
|
author:
|
||||||
name: "Your Name"
|
name: "Your Name"
|
||||||
avatar: "/assets/images/bio-photo.jpg"
|
avatar: "/assets/images/bio-photo.jpg"
|
||||||
bio: "I am an amazing person."
|
bio: "I am an **amazing** person." # Note: Markdown is allowed
|
||||||
location: "Somewhere"
|
location: "Somewhere"
|
||||||
links:
|
links:
|
||||||
- label: "Made Mistakes"
|
- label: "Made Mistakes"
|
||||||
|
|
|
@ -7,7 +7,7 @@ single_layout_gallery:
|
||||||
alt: "single layout with header example"
|
alt: "single layout with header example"
|
||||||
- image_path: /assets/images/mm-layout-single-meta.png
|
- image_path: /assets/images/mm-layout-single-meta.png
|
||||||
alt: "single layout with comments and related posts"
|
alt: "single layout with comments and related posts"
|
||||||
last_modified_at: 2019-01-08T08:31:40-05:00
|
last_modified_at: 2019-07-24T10:15:57-04:00
|
||||||
toc: true
|
toc: true
|
||||||
toc_label: "Included Layouts"
|
toc_label: "Included Layouts"
|
||||||
toc_icon: "columns"
|
toc_icon: "columns"
|
||||||
|
@ -547,7 +547,7 @@ To assign more author links, add to the `author.links` array in [`_config.yml`]
|
||||||
author:
|
author:
|
||||||
name: "Your Name"
|
name: "Your Name"
|
||||||
avatar: "/assets/images/bio-photo.jpg"
|
avatar: "/assets/images/bio-photo.jpg"
|
||||||
bio: "I am an amazing person."
|
bio: "I am an **amazing** person." # Note: Markdown is allowed
|
||||||
location: "Somewhere"
|
location: "Somewhere"
|
||||||
links:
|
links:
|
||||||
- label: "Made Mistakes"
|
- label: "Made Mistakes"
|
||||||
|
|
Loading…
Reference in a new issue