Next Markdown Blog
Simple static blog using markdown and Next.js
Usage
# Install dependencies
npm install
# Run dev server
npm run dev
# Build for prod and export static website
npm run build
Category: JavaScript / CMS |
Watchers: 1 |
Star: 83 |
Fork: 18 |
Last update: Jul 1, 2021 |
Simple static blog using markdown and Next.js
# Install dependencies
npm install
# Run dev server
npm run dev
# Build for prod and export static website
npm run build
Hello Brad,
Your guides have been great.
In this project within [slug].js, theres a written error pointing marked(content)
I cant figure out why. Please advice. Thank You.
within my index.js "getStaticProps" function, the const {data:frontmatter}=matter(markdownWIthMeta) is returning { slug: 'test', frontmatter: "title:Test Post date:'June 28 2021' excerpt:'This is the excerpt' cover_image:'images/posts/img1.jpg'" } and I cannot seem to get access to the title, date etc. as frontmatter is a string.
-problems
Hello brad, i have problem with :
pages/index.js
const { data: frontmatter } = matter(markdownWithMeta)
if i'm console.log({data}).
this is not object.
the output is : frontmatter: "title:'test jasbdjasbdasjkbdaskjdbaskjdbaskjfdnaskjfnaskjfaskjfaskjfsakjfbsakjbfaskjbfjkasbfjka' date:'Mei 23 2022'"
why this is not object.?
Tried updating, not updating, but the error persists.