Skip to content

Documentation website for the Inclusive Learning Design Handbook - handbook.floeproject.org

License

Notifications You must be signed in to change notification settings

sepidehshahi/docs-inclusive-learning

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inclusive Learning Design Handbook

This project contains the content needed to build and deploy a copy of the Inclusive Learning Design Handbook. It is based off of the Fluid docs-template project.

To Build

  1. Clone this repository.
  2. From within the project's directory, install DocPad if it isn't already installed: sudo npm install -g docpad
  3. Get the required node modules: npm install
  4. Run docpad: docpad run
  5. Confirm everything is working by loading http://localhost:9778/ in a web browser.

Getting Updates from docs-template for the Inclusive Learning Design Handbook

Periodically docs-template will have updates. It is suggested you keep up to date with these changes:

git remote add docs-template  https://github.com/fluid-project/docs-template
git fetch docs-template
git merge docs-template/master
npm update

Conflicts may occur when merging in changes from docs-template to your custom site. Manually resolve each conflict.

Deploy to GitHub Pages

docpad deploy-ghpages --env static

Note: The above command will deploy to the origin of the repository. To deploy to production, you may need to be working from Master, not a fork.

Generating a Static version

To create a static version of the site, run: docpad generate --env static. This will generate a version in the ./out/ directory which you can then view locally or upload to a web server.

License Information

The Inclusive Learning Design Handbook is licensed under Creative Commons Attribution 2.5 Canada- http://creativecommons.org/licenses/by/2.5/ca/

About

Documentation website for the Inclusive Learning Design Handbook - handbook.floeproject.org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 79.6%
  • CSS 18.2%
  • JavaScript 2.2%