sapper-blog-template icon indicating copy to clipboard operation
sapper-blog-template copied to clipboard

Markdown-based Blog Built with Sapper

Results 16 sapper-blog-template issues
Sort by recently updated
recently updated
newest added

Hello @Charca, I just clonned your sapper-blog-template and also deployed it in Netlify, It looks great to me, but I saw a few problems during the installation: 1. For some...

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Hi, Is there a quick way to _hide_ .md files from my live blog? **Why?** It would be great to have draft posts in the same directory as the live...

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.6.1 to 4.16.6. Changelog Sourced from browserslist's changelog. 4.16.6 Fixed npm-shrinkwrap.json support in --update-db (by Geoff Newman). 4.16.5 Fixed unsafe RegExp (by Yeting Li). 4.16.4 Fixed unsafe...

dependencies

I'm thinking we could add a new `tags` front-matter variable to filter posts by tag, something like: ``` --- title: Hello World 👋 date: "2019-06-11T08:38:00.000Z" tags: design, random --- ```...