Skip to content

otrv/otrv.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

otrv.dev

My personal website. A static site generator in ~200 lines of Go.

Adding a post

Create a markdown file in posts/:

---
title: Your Title
date: 2025-12-29
description: A short summary.
---

Content goes here.

Building locally

go run main.go

Output goes to public/.

Deploying

Push to main. GitHub Actions handles the rest.

About

personal website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors