From 027dd551d0e692eea0e38ec08efe4b8256b31bf8 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Wed, 15 Feb 2017 16:43:24 +0000 Subject: [PATCH] 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