From 76599fc5a52c398c547d0b0bd65f7e9055a745b7 Mon Sep 17 00:00:00 2001 From: "martin@martin-laptop.lan" Date: Tue, 12 Jun 2018 16:46:35 +0000 Subject: Images to all projects. Amended about. --- _config.yml | 3 ++- _posts/2018-05-31-new-site.markdown | 17 ++++++----------- _posts/2018-06-01-mailu.md | 2 ++ _posts/2018-06-02-unicornpaint.md | 1 + about.md | 6 ++++-- assets/mailu_screenshot.png | Bin 0 -> 146724 bytes assets/reprap.jpg | Bin 0 -> 642610 bytes assets/sunglasses.jpg | Bin 0 -> 905073 bytes assets/unicorn.gif | Bin 0 -> 1564408 bytes assets/unicorn1.jpg | Bin 0 -> 992877 bytes assets/unicorn2.jpg | Bin 0 -> 1374406 bytes assets/unicorn3.jpg | Bin 0 -> 1449703 bytes assets/unicorn_small.gif | Bin 0 -> 25003 bytes copy_to_pi.sh | 1 - index.md | 3 +++ 15 files changed, 18 insertions(+), 15 deletions(-) create mode 100644 assets/mailu_screenshot.png create mode 100644 assets/reprap.jpg create mode 100644 assets/sunglasses.jpg create mode 100644 assets/unicorn.gif create mode 100644 assets/unicorn1.jpg create mode 100644 assets/unicorn2.jpg create mode 100644 assets/unicorn3.jpg create mode 100644 assets/unicorn_small.gif delete mode 100755 copy_to_pi.sh diff --git a/_config.yml b/_config.yml index c3fcb6a..0d52a34 100644 --- 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 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 diff --git a/about.md b/about.md index 078a697..b7ebcf7 100644 --- 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 new file mode 100644 index 0000000..97541cc Binary files /dev/null and b/assets/mailu_screenshot.png differ diff --git a/assets/reprap.jpg b/assets/reprap.jpg new file mode 100644 index 0000000..f6ca8dd Binary files /dev/null and b/assets/reprap.jpg differ diff --git a/assets/sunglasses.jpg b/assets/sunglasses.jpg new file mode 100644 index 0000000..2aa6837 Binary files /dev/null and b/assets/sunglasses.jpg differ diff --git a/assets/unicorn.gif b/assets/unicorn.gif new file mode 100644 index 0000000..5dab1c7 Binary files /dev/null and b/assets/unicorn.gif differ diff --git a/assets/unicorn1.jpg b/assets/unicorn1.jpg new file mode 100644 index 0000000..e44bf60 Binary files /dev/null and b/assets/unicorn1.jpg differ diff --git a/assets/unicorn2.jpg b/assets/unicorn2.jpg new file mode 100644 index 0000000..ff64679 Binary files /dev/null and b/assets/unicorn2.jpg differ diff --git a/assets/unicorn3.jpg b/assets/unicorn3.jpg new file mode 100644 index 0000000..aff166a Binary files /dev/null and b/assets/unicorn3.jpg differ diff --git a/assets/unicorn_small.gif b/assets/unicorn_small.gif new file mode 100644 index 0000000..4334034 Binary files /dev/null and b/assets/unicorn_small.gif differ diff --git a/copy_to_pi.sh b/copy_to_pi.sh deleted file mode 100755 index ee2380e..0000000 --- a/copy_to_pi.sh +++ /dev/null @@ -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 index 0671507..76c08c6 100644 --- 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 -- cgit v1.2.3-ZIG