Hello World

Hello World

· Puyu Wang · Blog

The first post on Puyu's Personal Blog — how posts work in oxie.

Hello World

Every file in source/post/ becomes a post. The frontmatter above uses capitalised keys (Title, Authors, Date, Category, Tags), which oxie reads to build the blog index and per-category pages.

Things that work out of the box

  • Tables, footnotes1 and ~~strikethrough~~
  • Fenced code with syntax highlighting:
from oxie import Site, SiteConfig

Site(SiteConfig()).build()
  • Maths, via pymdownx.arithmatex
  • Category pages: this post is in Blog, so it appears on blog_Blog.html

Next steps

Delete this file, write your own, and rebuild.


  1. Footnotes look like this. 

oxie writing