How to use Pelican on GitHub Pages 
Author: Josef Jezek
sudo apt-get install python-setuptools

Author: Josef Jezek
sudo apt-get install python-setuptools
| randomByte = function() { | |
| return Math.round(Math.random()*256); | |
| } | |
| randomIp = function() { | |
| var ip = randomByte() +'.' + | |
| randomByte() +'.' + | |
| randomByte() +'.' + | |
| randomByte(); | |
| if (isPrivate(ip)) return randomIp(); |