[BREAKGLASS] Append-only mirror of github.com/coldcard/Bitcoin.org
| _layouts | ||
| _posts/releases | ||
| img | ||
| lib | ||
| .gitignore | ||
| bitcoin.pdf | ||
| favicon.ico | ||
| gavinandresen.txt | ||
| genjix.gpg | ||
| index.html | ||
| jgarzik-exmulti.asc | ||
| news.html | ||
| README.md | ||
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)