My First Post
Welcome to My Blog!
This is my first post created with Pelican, a static site generator written in Python.
What is Pelican?
Pelican is a static site generator that:
- Converts Markdown or reStructuredText to HTML
- Supports themes and plugins
- Generates RSS/Atom feeds
- Is written in Python
Getting Started
Creating content is as simple as writing Markdown files in the content/
directory.
Here's some sample code:
```python def hello_world(): print("Hello, Pelican!")