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

Blog framework #8

Open
jchitel opened this issue Nov 18, 2019 · 0 comments
Open

Blog framework #8

jchitel opened this issue Nov 18, 2019 · 0 comments

Comments

@jchitel
Copy link
Owner

jchitel commented Nov 18, 2019

The blog content will be hosted under src/client/blog as React files (maybe mdx).

I was originally planning on exposing the blog content via an API, but that doesn't make much sense, especially considering that I'm planning on making some of the content rich.

We need:

  • A link to the list of blog posts
  • The latest X blog posts on the home page
  • The ability to render a snippet of a blog post for the list
  • Search functionality
  • Tagging functionality
  • Sharing functionality (link to twitter, reddit, etc)

There will be some data model required behind this, which will be interesting. It can probably still be statically populated in the code, however.

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