Skip to content

Tom-Millard/tom-millard.com

Repository files navigation

Tom-Millard.com

A blog based on Sculpin blog skeleton.

Powered by Sculpin. =)

Linting

You can lint both md and css files with the following commands:

npm run lint-md;
npm run lint-style;

Building

Running the follwing command will build the site and place the out put in output_dev.

php vendor/bin/sculpin generate --watch --server

The webserver will be http://localhost:8000.