code/_posts/2020-11-21-first-post.md
2020-11-21 16:22:46 +08:00

432 B

layout title description
post First post! Welcome to my programming site.

This a jekyll site using the jekyll-dash theme. I like how it doesn't use a monospaced font for the text but still has a 'programmer feel' to it. Also the dark/light toggle is pretty cool.

{% highlight bash %} while read; do echo "$REPLY" done <<< "$(cat epic.txt)" {% endhighlight %}