This is a demo site for Nikola.
#!/usr/bin/python
import sys
def hello(name='world'):
greeting = "hello " + name
print(greeting)
if __name__ == "__main__":
hello(*sys.argv[1:])
This is the Bootstrap Blog theme by @mdo, adapted for Nikola by @Kwpolska. And this sidebar is completely customizable — you can put anything you want here!