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
the blog when published will show up at https://tattle.co.in/blog/FILENAME
each blog post is an mdx file and you can add content in markdown format. You can also add frontmatter at the top of the file.
in the current files you will see a section like this :
---
name: Hello to the World of Viral Spiral
id: viral-spiral
---
I've added support for adding blog posts to the website. Anytime you have to add a new blog post add it here - https://github.com/tattle-made/website/tree/master/src/blog
the blog when published will show up at
https://tattle.co.in/blog/FILENAME
each blog post is an mdx file and you can add content in markdown format. You can also add frontmatter at the top of the file.
in the current files you will see a section like this :
Additional fields are planned to be supported like - featuredImage, tags, categories, project, excerpt and author.
I've created a similar place where we can add details of authors - https://github.com/tattle-made/website/tree/master/src/people
at some point i'll make it so that the author info to be hyperlinked on the blog post.
The text was updated successfully, but these errors were encountered: