Technical blog

Built using Phenomic and using phenomic-theme-base.

Local Setup

Install dependencies

npm install

Run development server

npm start

Build for production

npm run build

Publishing to medium

Uses medium-cli, to publish.

Install

npm install -g medium-cli

See repo for setup instructions.

Publish

cd medium
medium publish

This adds published: true to the front matter of the published articles to avoid duplication.