diff --git a/_config.yml b/_config.yml
index b3642cc2293258d32c2842a50016e879520b038f..19b1896fb999ed4af190663b8c2b07d8f4513fa1 100644
--- a/_config.yml
+++ b/_config.yml
@@ -6,4 +6,4 @@ about: I am an independent developer from the sunny UK. I dabble in Ruby, play i
 urls:
     - text: github
       url: https://github.com/agusmakmun
-baseurl: '/agusmakmun.github.io'
+baseurl: '/'
diff --git a/test.html b/test.html
deleted file mode 100755
index 37bab4b84e0c594c3cb5e9389ad2da6e9d0342e3..0000000000000000000000000000000000000000
--- a/test.html
+++ /dev/null
@@ -1,65 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta charset="utf-8">
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-		<title>{% if page.title %} {{ page.title }} {% else %} {{ site.name }} {% endif %}</title>
-	    <meta http-equiv="X-UA-Compatible" content="IE=edge">
-	    <meta name="viewport" content="width=device-width, initial-scale=1">
-
-        <!-- syntax highlighting CSS -->
-        <link rel="stylesheet" href="css/syntax.css">
-        
-        <!-- Bootstrap core CSS -->
-    	<link href="css/bootstrap.min.css" rel="stylesheet">
-
-        <!-- Custom CSS -->
-        <link rel="stylesheet" href="css/main.css">
-
-    </head>
-    <body>
-
-		<div class="container">
-
-			<div class="col-sm-3">
-				<h1>Simply Grey</h1>
-				<img id="about" src="img/logo.jpg" height="75px" width="75px" /><br />	
-
-				<strong>navigation</strong><br />
-				<a href="{{ site.baseurl }}/">home</a> <br />
-					<a class="about" href="{{ i.url }}">{{ i.text }}</a><br />
-					<a class="about" href="{{ i.url }}">{{ i.text }}</a><br />
-				
-				<div id="about">
-					<strong>about</strong><br />
-					about me lalala
-				</div>
-			</div>
-
-			<div class="col-sm-8 col-offset-1">
-				
-				<h1>Title</h1>
-				<span class="time">34 Dec</span>
-
-				<div class="content">
-					<div class="post">This is the main content lalallalalalallalalalalalThis is the main content lalallalalalallalalalalalThis is the main content lalallalalalalalalalThis is the main content lalallalalalallalalalalalThis is the main content lalallalalalallalalalalalThis is the main content lalallalalalallalalalalalThis is the main content lalallalallalallalalalalal</div>
-				</div>
-
-				
-				<footer>
-					&copy; {{ site.name }}
-					{% if site.github %} 
-						- <a href="{{ site.github }}">{{ site.github }}</a>
-					{% endif %}
-				</footer>
-			</div>
-		
-		</div>
-		
-	<!-- Bootstrap core JavaScript
-    ================================================== -->
-    <!-- Placed at the end of the document so the pages load faster -->
-    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
-    <script src="js/bootstrap.min.js"></script>
-    </body>
-</html>