Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (19 loc) · 431 Bytes

yyyy-mm-dd-article-template.md

File metadata and controls

28 lines (19 loc) · 431 Bytes
title author layout categories
The first article
Some Author
article
articles

Welcome to this article. This is the introductory paragraph.

Section 1

Paragraph goes here

Section 2

This is another section. Here's some code:

module Main (main) where

main :: IO ()
main = putStrLn "Hello world!"

Here's an embedded Gist:

{% gist c1aa48cd6de18f6442c9096d8786e1df JoinWordsSeq.hs %}

This is the end.