Post

Test Post

This post will help me learn how to write future posts.

Test Post

Test Post

unordered list

  • This is a test
  • it helps me learn

paragraph

I find that breaking things into different sections help as well.

disclaimer bar

But wait… there’s more!

code

Some python…

1
2
3
4
5
6
7
8
from sys import argv

if __name__ == '__main__':
    if len(argv) > 2:
        print(argv[1])

    else:
        print("no arg :(")

And some yaml you can add to /etc/random.yaml

1
2
3
4
5
6
7
root:
    name: james
    age: old
    friends:
        - nick
        - andrew
        - robert
This post is licensed under CC BY 4.0 by the author.

Trending Tags