mx.roads.forgotten/blog

Blog for Forgotten Roads MX


Keywords
adventure, blog, camping, diy, folk-art, howtos, motorcycle, riding, travelog
License
Apache-2.0

Documentation

blog.forgotten.roads.mx

The Forgotten Roads Blog for Motorcycle Excursionists

Prerequisites

$ make setup

Set the PATH to include the project's executable:

export PATH=$PATH:`pwd`/bin

Creating Post Stubs

$ frmx new post md

or, for example,

$ frmx new post html

For more options see frmx new post help.

Generating Static Files

$ frmx gen

If you'd like to run a dev web server with the generated content served at the doc root, you can use this make target:

$ make blog-dev-generated

Checking Metadata and Content

TBD

Publishing Content

TBD