ELMAH (Error Logging Modules and Handlers) is an application-wide error logging facility that is completely pluggable. This is the Jekyll source to the ELMAH web site.
- Fork this repo; clone locally
- Pick or open an issue to resolve; discuss first
- Install Jekyll
- Run
jekyll serve
on your local clone - Hack away pages in your favorite text editor
- Test in your local browser
- When happy, commit your changes to a branch appropriately named after the issue being addressed
- Create a pull request
Make commits atomic and logically coherent. It makes reviews easier and reverting easier. Avoid, for example, bundling multiple and unrelated changes together into the same commit even if they address the same issue. If you are using and in your commit message, chances are good you are bundling more than one (unrelated) change.
On Windows, the simplest installation method is to use
Portable Jekyll. When using jekyll serve
or jekyll build
,
file monitoring can be problematic, causing constant rebuilding of the static
version of the site. Use the --force_polling
as a workaround for either the
server
or build
subcommand.