๐Ÿงพ blogmops wiki

Simple markdown (*.md) powered blog posts with Sapper and Svelte.

๐Ÿงท Hompage

โœจ Getting started

To run cypress locally follow the setup instructions! Then open terminal run:

Installation

$ โ€บ git clone https://github.com/blogmops/blogmops
$ โ€บ cd blogmops
$ โ€บ yarn install

Development

$ โ€บ yarn run dev

Preview

$ โ€บ yarn run build
$ โ€บ yarn run start

Production

$ โ€บ yarn run export
$ โ€บ npx serve __sapper__/export

Open up localhost:3000 and start clicking around. Consult sapper.svelte.dev for help getting started.

๐Ÿ— Structure

The base structure of this template is the same as Sapper's default template. These are some of the new things you'll find here:

src/routes/blog

This is the home of your blog. The most important file in here is [slug].svelte, which this is template of your blog post page.

contents/

This is where your markdown posts live in. All .md files in this directory are treated as blog posts and will be parsed automatically.

  • The markdown file name becomes the post slug. For example mypost.md becomes http://localhost:3000/blog/mypost.
  • Everything between the start of the post and the <!-- more --> tag becomes the article's "excerpt".
  • Frontmatter properties supported are title and date.

๐Ÿš€ Deploy

Fork and import this repo on vercel.com.

๐Ÿ› Bugs and feedback

Sapper is in early development, and may have the odd rough edge here and there. Please be vocal over on the Sapper issue tracker.

Top categories

svelte logo

Want a Svelte site built?

Hire a Svelte developer
Loading Svelte Themes