This is a demo site for Nikola.
1 2 3 4 5 6 7 8 9 10 11 12
#!/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!