This repository hosts the Autofac project organization pages. Jekyll is being used to manage page transformation in accordance with GitHub Pages usage.
To run locally (Windows):
- Install Ruby and the Ruby Development Kit.
- At a regular (not irb) command prompt, run
gem install jekyll - Change to the local repo directory with the site.
- Run
jekyll serve -w - In a browser, visit http://localhost:4000
To update the API docs:
- Delete the content in the
apidocfolder. - Place the "website" style generated API doc from the build into the
apidocfolder. - Rename the
Index.htmltoindex.html(it's case-sensitive). - Push the changes.
To update the minified script/CSS:
- Open a Visual Studio command prompt.
- Run
msbuild default.projto minify scripts.
Jekyll resources: