diff options
author | martin@martin-laptop.lan <martin@martin-laptop.lan> | 2018-06-01 22:03:10 +0000 |
---|---|---|
committer | martin@martin-laptop.lan <martin@martin-laptop.lan> | 2018-06-01 22:03:10 +0000 |
commit | 840aab0c9acbd2898c754fc5063a21f7a0d6a487 (patch) | |
tree | 1b63bc14fa4c7255346c99390ea512df1eae47b5 /_posts/2018-05-31-new-site.markdown | |
download | mfashby.net-840aab0c9acbd2898c754fc5063a21f7a0d6a487.tar.gz mfashby.net-840aab0c9acbd2898c754fc5063a21f7a0d6a487.tar.bz2 mfashby.net-840aab0c9acbd2898c754fc5063a21f7a0d6a487.tar.xz mfashby.net-840aab0c9acbd2898c754fc5063a21f7a0d6a487.zip |
Initial
Diffstat (limited to '_posts/2018-05-31-new-site.markdown')
-rw-r--r-- | _posts/2018-05-31-new-site.markdown | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/_posts/2018-05-31-new-site.markdown b/_posts/2018-05-31-new-site.markdown new file mode 100644 index 0000000..10ff8a1 --- /dev/null +++ b/_posts/2018-05-31-new-site.markdown @@ -0,0 +1,18 @@ +--- +layout: post +title: "New Site" +date: 2018-05-31 17:51:07 +0100 +categories: jekyll update +--- + +I'm intending this site to be a mix of personal tech projects & writing about stuff in my life. + +This site is currently built with [Jekyll][jekyll], and served using [nginx][nginx] from my [Raspberry Pi Model 2B][rpi-2b]. I'm currently editing it with [VS Code][vscode]. + +The same Raspberry also hosts [my wife's blog][heyworlditshenry], where she writes about our son Henry, who sadly passed away shortly after he was born. + +[jekyll]: https://jekyllrb.com/ +[nginx]: https://nginx.com +[rpi-2b]: https://www.raspberrypi.org/products/raspberry-pi-2-model-b/ +[heyworlditshenry]: https://heyworlditshenry.com/ +[vscode]: https://code.visualstudio.com/
\ No newline at end of file |