Remove obsolete markdown stuff.

This commit is contained in:
Dillon Kearns 2021-04-10 14:13:44 -07:00
parent 15d6304de1
commit d951d59afc
6 changed files with 0 additions and 9 deletions

View File

@ -1,6 +1,5 @@
---
{
"type": "blog",
"author": "Dillon Kearns",
"title": "Extensible Markdown Parsing in Pure Elm",
"description": "Introducing a new parser that extends your palette with no additional syntax",

View File

@ -1,6 +1,5 @@
---
{
"type": "blog",
"draft": true,
"author": "Dillon Kearns",
"title": "Generating Files with Pure Elm",

View File

@ -1,6 +1,5 @@
---
{
"type": "blog",
"author": "Dillon Kearns",
"title": "Introducing elm-pages 🚀 - a type-centric static site generator",
"description": "Elm is the perfect fit for a static site generator. Learn about some of the features and philosophy behind elm-pages.",

View File

@ -1,6 +1,5 @@
---
{
"type": "blog",
"author": "Dillon Kearns",
"title": "A is for API - Introducing Static HTTP Requests",
"description": "The new StaticHttp API lets you fetch data when your site is built. That lets you remove loading spinners, and even access environment variables.",

View File

@ -1,6 +1,5 @@
---
{
"type": "blog",
"author": "Dillon Kearns",
"title": "Types Over Conventions",
"description": "How elm-pages approaches configuration, using type-safe Elm.",

View File

@ -1,4 +0,0 @@
---
title: elm-pages sites showcase
type: showcase
---