Skip to main content

Setup Blogs

Setup your blog article page

Add Authors

First, you can set up your author blog posts, open it in blog/authors.yml with a code editor, and you can add your authors here.

YAML Code

authorname:
name: Your Author Name here...
title: Your author title here....
url: URL web or social media author profile here...
image_url: URL or CDN image author here....

Implementation

creativitas:
name: Creativitas
title: Creativitas Web developer on Fiverr
url: https://fiverr.com/creativitas
image_url: https://fiverr-res.cloudinary.com/t_profile_thumb,q_auto,f_auto/attachments/profile/photo/da7c6d5b192357bd12d1a06a2d45666d-1696045060891/55532de8-4a18-4c26-a84c-097ca440f3e3.jpg

Add New Authors

To add a new author you can follow the front matter example

Example

authorname:
name: Your Author Name here...
title: Your author title here....
url: URL web or social media author profile here...
image_url: URL or CDN image author here....

newauthorname:
name: Your New Author Name here...
title: Your New author title here....
url: URL web or social media new author profile here...
image_url: URL or CDN image for new author here....