darklang.github.io

darklang.com

Usage

Markdown

Create Markdown files in /markdown. They must include the following frontmatter:

---
path: /lorem-ipsum
date: "2017-11-07"
title: "Lorem ipsum"
---

Jobs

Create Markdown files in /markdown. They must include the following frontmatter:

---
path: /lorem-ipsum
date: "2017-11-07"
title: "Lorem ipsum"
job: true
---

HTML

Create JSX pages in /src. The filename becomes the path (eg. foo.js will live at /foo).

Develop

Setup

Running locally

Deploy

Deploy is managed through Netlify via Github. Pushes to master will trigger deploys to production. The production site is hosted on Netlify at https://darklang.com.

Manual deploy