fsblog
v0.1.3
Published
common utilities for blog site of nextjs
Downloads
2
Readme
Introduction
This project is an blog extension for nextjs application.
Already implement following functions:
- scan markdown files as post in directory
/posts
- cache the posts meta in file
/.postsData
- support front matter in markdown file
- auto extract header and summary in markdown file
- render markdown use
marked
Planing functions:
- sitemap