diff --git a/_config.yml b/_config.yml
index e969ed99..c9e8e7f1 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,13 +1,13 @@
# Setup
-title: Project or Site name
-tagline: A responsive theme for your project on GitHub Pages
+title: Pupil
+tagline: Hitomi.la viewer for Android
baseurl: "/Pupil"
paginate: 1
locale: "en"
# About/contact
author:
- name: Author name
+ name: tom5079
url: http://yourhomepage.com
# Gems
diff --git a/_includes/page-footer.html b/_includes/page-footer.html
index c9df60b0..dceb3894 100644
--- a/_includes/page-footer.html
+++ b/_includes/page-footer.html
@@ -1,4 +1,4 @@
diff --git a/_includes/page-header.html b/_includes/page-header.html
index 4c9ac612..ad93e07d 100644
--- a/_includes/page-header.html
+++ b/_includes/page-header.html
@@ -1,7 +1,6 @@
\ No newline at end of file
diff --git a/_posts/2016-02-12-sample-content.markdown b/_posts/2016-02-12-sample-content.markdown
deleted file mode 100644
index fbbc8a36..00000000
--- a/_posts/2016-02-12-sample-content.markdown
+++ /dev/null
@@ -1,24 +0,0 @@
----
-layout: default
-title: "Welcome to Jekyll!"
-date: 2016-02-12 17:50:00
-categories: main
----
-
-You'll find this post in your `_posts` directory - edit this post and re-build (or run with the `-w` switch) to see your changes!
-To add new posts, simply add a file in the `_posts` directory that follows the convention: YYYY-MM-DD-name-of-post.ext.
-
-Jekyll also offers powerful support for code snippets:
-
-{% highlight ruby %}
-def print_hi(name)
- puts "Hi, #{name}"
-end
-print_hi('Tom')
-#=> prints 'Hi, Tom' to STDOUT.
-{% endhighlight %}
-
-Check out the [Jekyll docs][jekyll] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll's GitHub repo][jekyll-gh].
-
-[jekyll-gh]: https://github.com/mojombo/jekyll
-[jekyll]: http://jekyllrb.com
\ No newline at end of file
diff --git a/index.html b/index.html
index bc656bc5..eb39ad81 100644
--- a/index.html
+++ b/index.html
@@ -4,10 +4,4 @@ title: {{ site.name }}
---
-
Blog Posts
-
- {% for post in site.posts %}
- - {{ post.date | date_to_string }} » {{ post.title }}
- {% endfor %}
-
\ No newline at end of file