During my personal blog migration I added some prototype features. If there is interest, I can formalize them as PRs with the params config to make them usable. Please comment on this PR if any of these features would be of interest
Proposed Features
Global and/or post footers. Add option params.footer[string] with markdown support . see issue #87
post preview support in list view (add option params.showPreview [bool]) . see preview.html
post list reverse order (add option params.latestPostOrder [bool]) . see list.html
add related content to single post footer (see partial.html)
The PR below is a sample of integrated changes. Any actual PRs will include the needed options & docs .
Big thanks to m10c team this theme was great. My new blog is smaller & faster. Your theme was very easy to work with.
During my personal blog migration I added some prototype features. If there is interest, I can formalize them as PRs with the
params
config to make them usable. Please comment on this PR if any of these features would be of interestProposed Features
params.footer[string]
with markdown support . see issue #87params.showPreview [bool]
) . seepreview.html
params.latestPostOrder [bool]
) . seelist.html
partial.html
)The PR below is a sample of integrated changes. Any actual PRs will include the needed options & docs .
Big thanks to m10c team this theme was great. My new blog is smaller & faster. Your theme was very easy to work with.