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:

(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!