Welcome to the new site
This is the second post, written in Markdown. Pelican converts the body to HTML, then wraps it in the theme's article.html template.
What's here¶
- Posts index at
/ - Per-year archives at
/archives.html - Tag pages, category pages, author pages
- Atom feed (linked in
<head>)
Code blocks work too:
python
def hello():
print("hi from pelican")
inline code also works.