sc0ttj / mdsh

A simple static site generator, using Markdown and Bash
https://sc0ttj.github.io/mdsh/
10 stars 0 forks source link

Support page/post excerpts #70

Closed sc0ttj closed 5 years ago

sc0ttj commented 5 years ago

Support page/post excerpts, using <!--more-->

Feature:

Put a <!--more--> in your markdown, and any post previews will stop there.

See: https://jekyllrb.com/docs/posts/#post-excerpts

sc0ttj commented 5 years ago

Done