Skip to content

sculpin/sculpin.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sculpin Website

This repository contains (almost) everything that makes up sculpin.io.

Powered by Sculpin. =)

© Dragonfly Development Inc.

Build

composer install
./vendor/bin/sculpin generate --watch --server

Your newly generated clone of sculpin.io is now accessible at http://localhost:8000/.

Submit & Publish

The recommended process for submitting a PR to the site is to first commit your changes to a branch on your fork, and then run the command composer publish to update the docs/ folder that is used for GitHub hosting. Commit the changes to docs/ to the same branch, and then submit the PR using the normal GitHub flow.

It's not mandatory to follow this recommendation, but it does help make it easier on maintainers. They'll be able to click the "Merge" button and the changes will be deployed immediately.

Notes

  • To add an item to the Documentation sidebar, modify the YAML in app/config/sculpin_site.yml to add the entry.