Other articles


  1. Pelican Code Sample

    Here is an example of code samples in a Pelican post:

    print("Hello world!")
    

    And here is how one writes it in a post:

    :::python
    print("Hello world!")
    

    And I created the last block like so:

    :::markdown
    :::python
    print("Hello world!")
    

    I will not include another block explaining how I …

    read more

links

social