sylhare / Type-on-Strap

🎨 Simplistic, responsive jekyll based open source theme
https://sylhare.github.io/Type-on-Strap/
MIT License
813 stars 901 forks source link

Author name in posts without author-id and config.yml #401

Closed CarlosGrohmann closed 1 year ago

CarlosGrohmann commented 1 year ago

Is it possible to have an author name show up on posts without using author-id and having the info in config.yml? I'm working on a site that will be managed by several people, including guest posts, and having to include each one into config.yml would be problematic. Thanks

sylhare commented 1 year ago

I think you could, but it might not display an image or a link for the guest. Did you try using something like that? (wihtout setting anything in the author.yaml)

---
layout: post
title: Guest Post
author: guest author
---

I don't think we have the possibility for a default author image, but that could potentially be added.