diff options
author | martin@martin-laptop.lan <martin@martin-laptop.lan> | 2018-06-12 16:46:35 +0000 |
---|---|---|
committer | martin@martin-laptop.lan <martin@martin-laptop.lan> | 2018-06-12 16:46:35 +0000 |
commit | 76599fc5a52c398c547d0b0bd65f7e9055a745b7 (patch) | |
tree | ea098ebc3d870ac0d3f053a288cc15e18bd677a3 /_posts | |
parent | 7e9a72f09b0c323f82ef0d57dcb17144311221b9 (diff) | |
download | mfashby.net-76599fc5a52c398c547d0b0bd65f7e9055a745b7.tar.gz mfashby.net-76599fc5a52c398c547d0b0bd65f7e9055a745b7.tar.bz2 mfashby.net-76599fc5a52c398c547d0b0bd65f7e9055a745b7.tar.xz mfashby.net-76599fc5a52c398c547d0b0bd65f7e9055a745b7.zip |
Images to all projects. Amended about.
Diffstat (limited to '_posts')
-rw-r--r-- | _posts/2018-05-31-new-site.markdown | 17 | ||||
-rw-r--r-- | _posts/2018-06-01-mailu.md | 2 | ||||
-rw-r--r-- | _posts/2018-06-02-unicornpaint.md | 1 |
3 files changed, 9 insertions, 11 deletions
diff --git a/_posts/2018-05-31-new-site.markdown b/_posts/2018-05-31-new-site.markdown index 899c70a..bcdd652 100644 --- a/_posts/2018-05-31-new-site.markdown +++ b/_posts/2018-05-31-new-site.markdown @@ -5,16 +5,11 @@ 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. +I'm intending to write more online about the stuff I tinker with. -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]. +You can expect posts about +* what I do with my [Raspberry Pi](https://www.raspberrypi.org), +* websites and servers that I run including [my wife's blog](https://heyworlditshenry.com) and my [email server](https://mail.mfashby.net) +* more physical projects like getting a [RepRap](https://reprap.org/) up and running -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. - -I've got a few personal projects active at the moment, and I hope to write about all of them! - -[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 +![reprap from above]({{ "/assets/reprap.jpg" | absolute_url }})
\ No newline at end of file diff --git a/_posts/2018-06-01-mailu.md b/_posts/2018-06-01-mailu.md index edf7a48..20c655d 100644 --- a/_posts/2018-06-01-mailu.md +++ b/_posts/2018-06-01-mailu.md @@ -7,6 +7,8 @@ categories: jekyll update ## My search for an email server +![Rainloop Screenshot]({{ "/assets/mailu_screenshot.png" | absolute_url }}) + A big theme in the news recently is data protection, how your personal data is being used (and abused), and taking back control of your data. Part of the problem is that people's personal data is kept in huge private corporate networks, and historically companies have been able to do (essentially) whatever they like with it. I started investigating how difficult it would be to really re-take control of my personal data - beginning with my email. Email is complicated: this is because it is old, and it has changed over time. [One of the first articles I found](https://www.digitalocean.com/community/tutorials/why-you-may-not-want-to-run-your-own-mail-serve) is a quick rundown of how complex the email system is. [Ars technica][ars-technica-guide] ran a guide for setting up your own email server: diff --git a/_posts/2018-06-02-unicornpaint.md b/_posts/2018-06-02-unicornpaint.md index 8600348..059cd0a 100644 --- a/_posts/2018-06-02-unicornpaint.md +++ b/_posts/2018-06-02-unicornpaint.md @@ -7,5 +7,6 @@ categories: jekyll update See [unicornpaint] for details. I'll write about this later... +![animated image]({{ "/assets/unicorn.gif" | absolute_url }}) [unicornpaint]:https://unicorn.mfashby.net
\ No newline at end of file |