Explore >> Select a destination


You are here

fillmem.com
| | www.classandobjects.com
14.2 parsecs away

Travel
| |
| | github.com
10.4 parsecs away

Travel
| | Theme for the Hugo static website generator. Contribute to halogenica/beautifulhugo development by creating an account on GitHub.
| | n9o.xyz
11.1 parsecs away

Travel
| | Currently, there are several solutions to build and host your personal website. I wanted to challenge myself to see if I could do it with the same set of features as some of the paid solutions out there and for free. Here are the results.
| | lincolnmullen.com
34.6 parsecs away

Travel
| I often have small snippets of Markdown that I want to copy to the clipboard and then paste as HTML. I thought about writing an extension for Visual Studio Code, or a custom script for Boop. But that seemed like a lot of work for a simple task. And then I remembered: Unix. pbpaste | pandoc | pbcopy There is a one-liner which will work on a Mac to paste Markdown into Pandoc and then copy the resulting HTML back to the clipboard.