Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 644 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 644 Bytes

Cecil Website Template

A template to speed up the creation of a new Cecil-based website.

This is designed to create the structures I most commonly use in a new project; it includes default setup stuff for Bootstrap, an automatic build/deploy scripts.

Usage

  • Create a new project using this template
  • Edit this README.md(!), the Cecil config.yml and the domain in static/.htaccess
  • Add any customisations to assets/cecil-custom-bs.scss
  • Derive any layouts you require from layouts/base.html.twig
  • Check the notes in bin/deploy.sh, and edit it to reflect your deployment
  • Add your pages
  • Enjoy!