Contenticious

Prepare your first Contenticious site

Contenticious builds a web site from Markdown files that it finds in a directory structure. But there's a little more. Use the contenticious command to generate everything you need in an empty directory:

$ cd foo
$ contenticious init
generating contenticious boilerplate...
  [exist] /Users/memowe/Desktop/foo
  [write] /Users/memowe/Desktop/foo/config
  ...
done.

This command will generate four things for you:

As a first step with your newly created Contenticious directory, start the built-in server:

$ ./webapp.pl daemon
...
Server available at http://127.0.0.1:3000.

Look up that address (http://127.0.0.1:3000) in your favourite browser. You should see a nice little web site which says something like

Hi there, Contenticious is working.

Next step: Edit your first Contenticious document