From 5e7f600ab2d1436a9e062008c00be08589c7d1df Mon Sep 17 00:00:00 2001 From: Dhananjay Balan Date: Sun, 4 Aug 2019 00:16:12 +0200 Subject: [PATCH] Minor formatting fixes --- blog/2019-01-29-tracking-freebsd-current.markdown | 7 ++++--- blog/2019-05-11-elm-on-freebsd.markdown | 8 ++++---- templates/default.html | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/blog/2019-01-29-tracking-freebsd-current.markdown b/blog/2019-01-29-tracking-freebsd-current.markdown index cbeebf2..1f99e15 100644 --- a/blog/2019-01-29-tracking-freebsd-current.markdown +++ b/blog/2019-01-29-tracking-freebsd-current.markdown @@ -56,14 +56,15 @@ pointed out that I could just reuse the builds from my server. So that's what I have done, I have yet another hetzner box building FreeBSD-CURRENT periodically with -``` +```bash cd /usr/src && svn update . -make -j 4 buildkernel buildworld KERNCONF=GENERIC-LAPTOP | tee /var/log/lastbuild.log +make -j 4 buildkernel buildworld KERNCONF=GENERIC-LAPTOP | \ + tee /var/log/lastbuild.log ``` and I pull it to my laptop with rsync, with roughly following -``` +```bash cd /usr rsync -avz builder:/usr/src . rsync -avz builder:/usr/obj . diff --git a/blog/2019-05-11-elm-on-freebsd.markdown b/blog/2019-05-11-elm-on-freebsd.markdown index 7a38031..e3cc529 100644 --- a/blog/2019-05-11-elm-on-freebsd.markdown +++ b/blog/2019-05-11-elm-on-freebsd.markdown @@ -37,8 +37,7 @@ kldload linux64.ko 2. Get elm [linux binary from github](https://github.com/elm/compiler/releases). ```bash -wget \ - https://github.com/elm/compiler/releases/download/0.19.0/binaries-for-linux.tar.gz +wget https://github.com/elm/compiler/releases/download/0.19.0/binaries-for-linux.tar.gz tar xf binaries-for-linux.tar.gz ``` @@ -52,9 +51,10 @@ brandelf -t Linux ./elm ``` ..and there we have it -```sh +```bash $ file elm -elm: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), statically linked, with debug_info, not stripped +elm: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), +statically linked, with debug_info, not stripped $ ./elm Hi, thank you for trying out Elm 0.19.0. I hope you like it! diff --git a/templates/default.html b/templates/default.html index d6e0bbb..6af0d05 100644 --- a/templates/default.html +++ b/templates/default.html @@ -24,7 +24,7 @@

Source Code - built with hakyll - - Feed + Atom Feed