-
Notifications
You must be signed in to change notification settings - Fork 28
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
Create a blog section in cellajs #10
Comments
@flipvh |
Hi Yossy, thanks for opening an issue and amazing you want to help us out with your work using honox 👋 ! I would like to start very simple, as you suggested. Inspiration from a simple yet clean open source repo blog section is: https://www.loglib.io/blog . Their repo for this: https://github.com/loglib/loglib/tree/main/apps/www/src/content/blogs They work with NextJS, Contentlayer and MDX, but as you say, here we will try to use Honox and vite. So the first step is to build just a page to see all blogs summarized (/blog) and a page to see a post (/blog/${slug}). Some thoughts:
I will share some visuals for the blog design later. |
@flipvh
No, we use remark-frontmatter and remark-mdx-frontmatter for blogging with HonoX. These will parse the mdx into html at build time and display it on the screen when you access that path in a browser.
With this requirement, it could be made to look almost like your own blog! (https://github.com/yossydev/blog) I'll try to get a PR with the environment setup out to this repository as soon as possible later! I'm going to create a honox project under a directory called /blog! |
By the way, where will the hosting be done? |
Lets continue the conversation in the PR ok? I will close this issue |
OK! |
Overview
Create a blog section in cellajs.
Technology used
How to create
Create a new workspace called blog since it seems to use pnpm workspace.
Questions
The text was updated successfully, but these errors were encountered: