Blog
Posts
-
Hello Verso
It's been 6 years since I first built this site using Hakyll—though I barely posted anything. Recently, I decided to migrate to Verso, a new static site generator written in Lean. It allows me to write posts directly in Lean and seamlessly integrating code snippets:
theorem Eq.uip {α : Sort u} (x y : α) (h₁ h₂ : x = y) : h₁ = h₂ := α:Sort ux:αy:αh₁:x = yh₂:x = y⊢ h₁ = h₂ All goals completed! 🐙#check Nat.succI adapted this site from verso-templates, and with some fine-tuning, I've got Prism.js working for non-Lean languages:
Read moremain :: IO () main = putStrLn "Hello, World!"