Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposal for adding blog posts to the website #74

Open
dennyabrain opened this issue Aug 13, 2022 · 0 comments
Open

Proposal for adding blog posts to the website #74

dennyabrain opened this issue Aug 13, 2022 · 0 comments

Comments

@dennyabrain
Copy link
Contributor

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 :

---
name: Hello to the World of Viral Spiral
id: viral-spiral
---

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant