No description
Find a file
2011-09-03 11:08:46 +02:00
_layouts news section 2011-09-03 11:08:23 +02:00
img initial commit 2011-08-31 21:30:26 +02:00
lib news section 2011-09-03 11:08:23 +02:00
.gitignore initial commit 2011-08-31 21:30:26 +02:00
bitcoin.pdf initial commit 2011-08-31 21:30:26 +02:00
favicon.ico initial commit 2011-08-31 21:30:26 +02:00
gavinandresen.txt initial commit 2011-08-31 21:30:26 +02:00
genjix.gpg initial commit 2011-08-31 21:30:26 +02:00
index.html news section 2011-09-03 11:08:23 +02:00
jgarzik-exmulti.asc initial commit 2011-08-31 21:30:26 +02:00
news.html news section 2011-09-03 11:08:23 +02:00
README.md alerts 2011-09-01 01:33:29 +02:00

Requirements

Requires Jekyll

Usage

  • update DOWNLOAD_VERSION in index.html
  • run jekyll
  • output will be in _site/

Advanced Usage

Alerts

You can easily put alerts on the homepage by changing the ALERT and ALERT_CLASS variables in index.html.

Example:

ALERT_CLASS: error
ALERT: <strong>Security alert:</strong> Please upgrade to 0.3.25 as soon as possible!

will produce a red alert box. Possible classes are: error (red), info (blue), success (green) and warning (yellow)