mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-27 11:05:46 +03:00
Remove obsolete markdown stuff.
This commit is contained in:
parent
15d6304de1
commit
d951d59afc
@ -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",
|
||||
|
@ -1,6 +1,5 @@
|
||||
---
|
||||
{
|
||||
"type": "blog",
|
||||
"draft": true,
|
||||
"author": "Dillon Kearns",
|
||||
"title": "Generating Files with Pure Elm",
|
||||
|
@ -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.",
|
||||
|
@ -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.",
|
||||
|
@ -1,6 +1,5 @@
|
||||
---
|
||||
{
|
||||
"type": "blog",
|
||||
"author": "Dillon Kearns",
|
||||
"title": "Types Over Conventions",
|
||||
"description": "How elm-pages approaches configuration, using type-safe Elm.",
|
||||
|
@ -1,4 +0,0 @@
|
||||
---
|
||||
title: elm-pages sites showcase
|
||||
type: showcase
|
||||
---
|
Loading…
Reference in New Issue
Block a user