From 027dd551d0e692eea0e38ec08efe4b8256b31bf8 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Wed, 15 Feb 2017 16:43:24 +0000 Subject: [PATCH 1/2] Get rid of homeapge view, it confused me in the last release --- resources/views/homepage.blade.php | 26 -------------------------- resources/views/notes.blade.php | 5 +---- 2 files changed, 1 insertion(+), 30 deletions(-) delete mode 100644 resources/views/homepage.blade.php diff --git a/resources/views/homepage.blade.php b/resources/views/homepage.blade.php deleted file mode 100644 index 74b293ff..00000000 --- a/resources/views/homepage.blade.php +++ /dev/null @@ -1,26 +0,0 @@ -@extends('master') - -@section('title') -Jonny Barnes -@stop - -@section('content') -
-

Hello

-

My name is Jonny Barnes, and I’m from Manchester, UK. I love everything web-related and this is a little place on the web I call my own. My aim now is to try and adhere to the IndieWeb principles and thus own my data.

-

My aim for this homepage is to turn it into a stream of my latest notes and articles I’ve written. Then maybe pull data from places like last.fm. Talking of which:

- -

Me Around the Web

-

Obviously there’s this website, which is my main online identity.

-

I am active to varying degrees on several silos: -

-

My usual online handle is jonnybarnes for other services, though if they’re not listed above then I don’t actively use the service. My usual profile pic. I also have a PGP key, with fingerprint. You can email me at jonny at my domain, or simliarly XMPP me with the same address.

- -

Though of course all this activity should eventually “flow” through this website if it is to truely be my online identity.

-
-@stop diff --git a/resources/views/notes.blade.php b/resources/views/notes.blade.php index ed864abb..a2120865 100644 --- a/resources/views/notes.blade.php +++ b/resources/views/notes.blade.php @@ -36,13 +36,10 @@ Notes « -

My usual online nickname is normally jonnybarnes for other services. Here’s a profile pic. I also have a PGP key, with fingerprint.

+

My usual online nickname is normally jonnybarnes for other services. Here’s a profile pic. I also have a PGP key, with fingerprint. You can email me at jonny at my domain, or message me on XMPP using the same address.

@endif @stop From 1721a67c199954c78b992ce22a849d0fcfb3cb7c Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Wed, 15 Feb 2017 16:44:54 +0000 Subject: [PATCH 2/2] Bump version number to 0.2.5 --- changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog.md b/changelog.md index 262c56bc..547da3d7 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # Changelog +## Version 0.2.5 (2017-02-15) + - Small fix for homepage bio, removed confusing un-needed view that caused fix to be necessary + ## Version 0.2.4 (2017-02-15) - Make embedded youtube iframe a dynamic size - Add Piwik tracking code