gridsome / gridsome-starter-blog

A simple, hackable & minimalistic starter for Gridsome that uses Markdown for content.
https://gridsome-starter-blog.netlify.com/
387 stars 203 forks source link

Markdown pages are not being transformed into HTML #44

Open CraigHead opened 5 years ago

CraigHead commented 5 years ago

Description

The markdown files in content/posts are not rendering with Markdown 7.7.

Steps to reproduce

gridsome create my-website https://github.com/gridsome/gridsome-starter-blog.git gridsome develop

Navigate to any of the links from the site index page.

Alternatively

gridsome create my-website https://github.com/gridsome/gridsome-starter-blog.git gridsome build Look in the dist folder. Notice no generated post output.

Browser:

For Tooling issues:

Expected

A generated page that contains the content of a markdown file.

Actual

404 Not Found.

tobott commented 4 years ago

@CraigHead Were you ever able to resolve this issue?

CraigHead commented 4 years ago

No.

CraigHead commented 4 years ago

Still not working. This neither works in Windows or WSL2.

Node 12.18.3
npm 6.14.8
@gridsome/cli 0.3.4
@gridsome 0.7.20