Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mikenikles/sapper-template-with-markdown
- Owner: mikenikles
- License: mit
- Archived: true
- Created: 2020-04-29T12:05:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T15:12:57.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T00:13:58.712Z (8 months ago)
- Topics: markdown, sapper-template, svelte
- Language: JavaScript
- Size: 440 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.