Christoph Wille 8 years ago
parent
commit
c3abb90fdb
  1. 3
      _config.yml
  2. 2
      index.md

3
_config.yml

@ -1,5 +1,8 @@
markdown: kramdown markdown: kramdown
plugins:
- jekyll-redirect-from
# GitHub enforces these three options: # GitHub enforces these three options:
safe: true safe: true
lsi: false lsi: false

2
index.md

@ -1,6 +1,8 @@
--- ---
layout: default layout: default
title: ILSpy title: ILSpy
redirect_to:
- https://github.com/icsharpcode/ILSpy#ilspy-------
subtitle: .NET Decompiler subtitle: .NET Decompiler
binaryDownload: https://github.com/icsharpcode/ILSpy/releases/download/v2.4/ILSpy_Master_2.4.0.1963_Binaries.zip binaryDownload: https://github.com/icsharpcode/ILSpy/releases/download/v2.4/ILSpy_Master_2.4.0.1963_Binaries.zip
sourceDownload: https://github.com/icsharpcode/ILSpy/archive/v2.4.zip sourceDownload: https://github.com/icsharpcode/ILSpy/archive/v2.4.zip

Loading…
Cancel
Save