How this blog is built.

Some features of this blogs includes:

  • Math typesetting with KaTeX.js.
  • 3D animation with Three.js.
  • Markdown.
  • Layout CSS with bootstrap.js.

See all features in action at this example post.

This is a static site build with Hugo and hosted on Github. Each page layout is structured under layout/_default/, with reusable componenents under partials/. Additionally, hugo support shortcodes/ to add html content inside markdown posts.

Full source code can be found on the repo https://github.com/Hazarre/Hazarre.github.io.