Skip to content

Static version of DelaneyMethod website currently hosted on Github for self-learning purposes. Original build was based on CraftCMS.

License

Notifications You must be signed in to change notification settings

delaneymethod/delaneymethod.github.io

Repository files navigation

DelaneyMethod Project Template

dependencies Status

Please open all issues with this template on the main DelaneyMethod repo.

This is the official DelaneyMethod Project Template.

We use this template at DelaneyMethod to deliver static code for our main website.

It has a Gulp-powered build system with these features:

  • Handlebars HTML templates with Panini
  • Sass compilation and prefixing
  • JavaScript Concatenation with ES6 (Babel) Standards
  • Linting
  • BrowserSync
  • Materialize
  • jQuery
  • CraftCMS Content Management System
  • For production builds:
    • CSS compression
    • JavaScript compression
    • Image compression

Manual Setup

To manually set up the template, first download it with Git:

git clone https://github.com/delaneymethod/delaneymethod.git

Then open the folder in your command line, and install the needed dependencies:

npm install
bower install

Finally, run npm start to run Gulp. Your static site will be created in a folder called dist, viewable at this URL:

http://localhost:8000

To create compressed, production-ready assets, run npm run build.

About

Static version of DelaneyMethod website currently hosted on Github for self-learning purposes. Original build was based on CraftCMS.

Topics

Resources

License

Stars

Watchers

Forks