Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikenikles/sapper-template-with-markdown

A Sapper template that uses Markdown to store blog posts.
https://github.com/mikenikles/sapper-template-with-markdown

markdown sapper-template svelte

Last synced: about 1 month ago
JSON representation

A Sapper template that uses Markdown to store blog posts.

Awesome Lists containing this project

README

        

[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/mikenikles/sapper-blog-with-markdown)

# sapper-blog-with-markdown
A Sapper template that uses Markdown to store blog posts.

## What's different compared to the official Sapper template?

Instead of persisting blog posts in a JSON file at `src/routes/blog/_posts.js`,
this template here uses Markdown files in `src/posts`.