This framework provides a Jekyll project that is organized and optimized for Webdev team. This includes:
- An organized architecture.
- A workflow to build and serve single page applications.
- User management system.
- Base stylesheet with Twitter Bootstrap.
- The scripts to initialize and update(not yet) baseline site.
If you are starting your project from scratch, simply clone or copy this baseline projects files.
- Go to a project you would like to update.
- Run "git remote add baseline https://github.com/oicr-webdev/webdev_static-cms-baseline"
- Run "git fetch baseline"
- Run "git merge --alow-unrelated-histories baseline/master" (Only for the first time)
- Solve merge conflicts
Please check our webdev documentation for further information about static-cms-baseline.