Memorandum
Memorandum is a documentation/blog based on file hierarchy, it works with Docus which parse markdown
files to render a navigation with each file with metadata based on front-matter
with yml
.
- Based on file hierarchy with nested
- Allow front-matter in
.md
files with metadata and layout - Offer copy button on each
pre
block - Edit button on each page
Bash
$git clone https://github.com/ewilan-riviere/memorandum.git$cd memorandum$pnpm install$pnpm dev
Click to copy