Hacker News new | ask | show | jobs
by bachmeier 1379 days ago
I started by putting stuff on my professional website. Too much overhead and styling kept me from writing:

https://lancebachmeier.com/other.html

Then I moved to GH pages and a simple theme, so that I could type directly in the browser on any device:

https://bachmeil.github.io/online-writing/

There was still too much styling on that page for my taste. The full CSS for my new site is

body { max-width: 950px; margin: auto; padding: 8px;} pre { border: 1px solid gray; border-radius: 6px; padding: 8px; }

That feels more natural to me. Site here:

https://bachmeil.github.io/the-blog/