|
You are here |
fillmem.com | ||
| | | | |
www.classandobjects.com
|
|
| | | | | ||
| | | | |
github.com
|
|
| | | | | Theme for the Hugo static website generator. Contribute to halogenica/beautifulhugo development by creating an account on GitHub. | |
| | | | |
n9o.xyz
|
|
| | | | | 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
|
|
| | | 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. | ||