sharkpp / www.sharkpp.net

generator source of http://www.sharkpp.net/
MIT License
1 stars 0 forks source link
php sculpin

www.sharkpp.net powered by Sculpin Build Status

www.sharkpp.net for a Sculpin based web site.

Powered by Sculpin.

setup

Initilize Sculpin and site pages assets.

# ./site init

generate

Generate site pages by Sculpin.

# ./site generate [OUTPUT_PATH]

test with built-in server

Launch built-in server. Please test the pages that are generated are connected by a browser to http://localhost:8000/.

# ./site test

broken link check

Launch built-in server and broken link check for all internal links.

# ./site spider

create new empty page

Create new blog page to source/_posts/2015-05-30-[STUB].md

# ./site new [STUB]

License

© 2004-2017 sharkpp

This page is licensed under a Creative Commons Attribution 4.0 International License.

Code snippets are additionally licensed under The MIT License.