Skip to content

hex-for-hecate/infusion-docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Infusion Documentation

Browse the Infusion Documentation on GitHub

You can browse the Infusion Documentation as static user friendly pages, or if you prefer, you can browse the Infusion Documentation directly on GitHub.

Build with DocPad

Install DocPad:

npm install -g docpad

Get the node modules for this project:

npm install

To generate the HTML and run the DocPad server locally:

npm run docpad

This runs the command:

docpad run --env static

Point your browser to:

http://localhost:9778/

Deploy to GitHub Pages

npm run deploy

This runs the command:

docpad deploy-ghpages --env static

WARNING deploy will upload the site to the repository's origin. If you have cloned from the production repository and you have push access, you will actually run the docs publication workflow against the live production branch, whichever branch you happen to be working on.

Packages

No packages published

Languages

  • CSS 91.5%
  • HTML 6.7%
  • JavaScript 1.8%