mfashby.net

Website mfashby.net
git clone git://code.mfashby.net:/mfashby.net
Log | Files | Refs | Submodules | README

commit 76599fc5a52c398c547d0b0bd65f7e9055a745b7
parent 7e9a72f09b0c323f82ef0d57dcb17144311221b9
Author: martin@martin-laptop.lan <martin@martin-laptop.lan>
Date:   Tue, 12 Jun 2018 16:46:35 +0000

Images to all projects. Amended about.
Diffstat:
M_config.yml | 3++-
M_posts/2018-05-31-new-site.markdown | 19+++++++------------
M_posts/2018-06-01-mailu.md | 2++
M_posts/2018-06-02-unicornpaint.md | 1+
Mabout.md | 8+++++---
Aassets/mailu_screenshot.png | 0
Aassets/reprap.jpg | 0
Aassets/sunglasses.jpg | 0
Aassets/unicorn.gif | 0
Aassets/unicorn1.jpg | 0
Aassets/unicorn2.jpg | 0
Aassets/unicorn3.jpg | 0
Aassets/unicorn_small.gif | 0
Dcopy_to_pi.sh | 2--
Mindex.md | 4++++
15 files changed, 21 insertions(+), 18 deletions(-)

diff --git a/_config.yml b/_config.yml @@ -16,7 +16,7 @@ title: mfashby.net email: martin@mfashby.net description: >- # this means to ignore newlines until "baseurl:" - My site to share personal projects and sometimes write about stuff + My site to share personal projects baseurl: "" # the subpath of your site, e.g. /blog url: "" # the base hostname & protocol for your site, e.g. http://example.com twitter_username: ninjashby @@ -27,6 +27,7 @@ markdown: kramdown theme: minima plugins: - jekyll-feed +show_excerpts: false # Exclude from processing. # The following items will not be processed, by default. Create a custom list diff --git 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 @@ -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 @@ -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 diff --git a/about.md b/about.md @@ -4,6 +4,8 @@ title: About permalink: /about/ --- -I'm a human living just outside Leeds in the UK. +I'm a 29 year old human being, husband, father, tinkerer and sometimes software developer. -I have been known to develop software, play music, and love my family. -\ No newline at end of file +This site is a space for me to share the technical details of my hobby projects. I hope it brings you some inspiration for your own. You can reach out to me via the email & twitter links below. + +![sunglasses]({{"/assets/sunglasses.jpg" | absolute_url }}) +\ No newline at end of file diff --git a/assets/mailu_screenshot.png b/assets/mailu_screenshot.png Binary files differ. diff --git a/assets/reprap.jpg b/assets/reprap.jpg Binary files differ. diff --git a/assets/sunglasses.jpg b/assets/sunglasses.jpg Binary files differ. diff --git a/assets/unicorn.gif b/assets/unicorn.gif Binary files differ. diff --git a/assets/unicorn1.jpg b/assets/unicorn1.jpg Binary files differ. diff --git a/assets/unicorn2.jpg b/assets/unicorn2.jpg Binary files differ. diff --git a/assets/unicorn3.jpg b/assets/unicorn3.jpg Binary files differ. diff --git a/assets/unicorn_small.gif b/assets/unicorn_small.gif Binary files differ. diff --git a/copy_to_pi.sh b/copy_to_pi.sh @@ -1 +0,0 @@ -scp -r _site/* pi@raspberrypi:/var/www/mfashby.net/ -\ No newline at end of file diff --git a/index.md b/index.md @@ -4,3 +4,6 @@ layout: home --- +I like to tinker with tech stuff, and I write about it here. + +![small unicorn HAT image]({{ "/assets/unicorn_small.gif" | absolute_url }}) +\ No newline at end of file