Some Hugo Examples

Here is some python code:

# Example of code highlighting
input_string_var = input("Enter some data: ")
print("You entered: {}".format(input_string_var))

And this config example is directly included from a GitHub gist: