Skip to content

tiesont/www

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ELMAH

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.

Building

Assuming Docker and PowerShell(Core) are installed, run:

PS> ./build.ps1

Contributing

  • 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

If you have Docker and PowerShell(Core) installed, an easier way to run Jekyll and serve the content is to run ./serve.ps1.

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.

About

ELMAH project website (source)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 81.1%
  • HTML 10.8%
  • JavaScript 6.0%
  • Other 2.1%