My Portfolio

A Showcase of Projects and Skills

My First Post

Published: Mon 01 January 2024 | Category: Blog | Tags: pelican, publishing, rst

This is the content of my first post. Welcome to my new blog! We are exploring the capabilities of Pelican and reStructuredText.

Exploring Features

Here are some things you can do with RST:

  • Create bullet points for lists.
  • Emphasize text or make it bold.
  • Add inline code snippets.

You can also include links, for example, to the Pelican documentation.

Code Example

Here's a small Python code block:

def hello():
    print("Hello, Pelican!")

hello()

Adding Images

You can also embed images in your posts. For example:

A placeholder image

(Note: You would need to create a placeholder.png in your content/static/images/ directory for this to work.)

We are now using reStructuredText and it's quite powerful!