odyssey-theme icon indicating copy to clipboard operation
odyssey-theme copied to clipboard

[Q] Is there a way to add an author to a post

Open 40sh opened this issue 2 years ago • 2 comments

Hi, is there any way to add an author to a post with this theme?

40sh avatar Aug 23 '22 15:08 40sh

Same question for images in blog posts, I couldn't use astro's image

40sh avatar Aug 23 '22 16:08 40sh

Same question for images in blog posts, I couldn't use astro's image

Upload all images into the public folder from where you can reference them. Below is a sample given
"featuredImage: '/assets/images/blog/consider-hybrid-work/featured.jpg'

For adding images other than the cover image, use an image tag . Eg: img src="/assets/images/blog/consider-hybrid-work/featured.jpg"

irfanirshad avatar Dec 31 '22 15:12 irfanirshad