Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 1.3 KB

README.md

File metadata and controls

27 lines (14 loc) · 1.3 KB

ts-wiki (archived)

The Portfolio and Wiki of Thomas Seeley.

It is inspired by wiki's, weblogs, and digital gardens like Devine Lu Linvega's XIIVV, Chase McCoy's chasem.co, Gwern Branwen's gwern.net and so many more.

If you would like to go deeper on digital gardens, check out Maggie Appleton's post on the history and ethos of digital gardens.

How it started

I gave myself the challenge of building a simple static site generator that would act as my personal wiki and portfolio.

At the time of creating this, I was studying Go and I discovered the html/template package and Blackfriday. I thought these tools would work well for what I wanted to do.

The bones

So, this website is written in Go. It has two html templates, one for the site pages and one for the journal entries. The site pages and journal entries are written in Markdown and converted to HTML using Blackfriday a Markdown processor implemented in Go.

How it's going

I'm working on making a project template so other people can try it out!

"It's a living document that outlines where one has been, and a tool that advises where one could go."

--- Devine Lu Linvega