diff --git a/.DS_Store b/.DS_Store
new file mode 100644
index 0000000..9d6c08a
Binary files /dev/null and b/.DS_Store differ
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..d7ede58
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+# Future-Imperfect
+Future Imperfect theme for Bludit
+
+## Compatible
+- Bludit v2.0.x
+
+## Author
+- HTML5 UP
+- https://html5up.net
+
+# Notes on how it works
+Under the post title there's the description. Homepage shows page break of post if there's one.
+
+# Possibilities
+This is a kick dirty version, it lacks the menu for example. If you thing this or another feature is missing open a issue.
+
+## Screenshot
+
\ No newline at end of file
diff --git a/index.php b/index.php
new file mode 100644
index 0000000..50b0d3e
--- /dev/null
+++ b/index.php
@@ -0,0 +1,43 @@
+
+
+
+
+ user();
+
+ // Default author is the username.
+ $author = $User->username();
+
+ // If the user complete the first name or last name this will be the author.
+ if( Text::isNotEmpty($User->firstName()) || Text::isNotEmpty($User->lastName()) ) {
+ $author = $User->firstName().' '.$User->lastName();
+ } ?>
+ p('Category') ?>: category() ?>
+
+
\ No newline at end of file
diff --git a/php/page.php b/php/page.php
new file mode 100644
index 0000000..06160f6
--- /dev/null
+++ b/php/page.php
@@ -0,0 +1,42 @@
+
+
+
+
+ user();
+
+ // Default author is the username.
+ $author = $User->username();
+
+ // If the user complete the first name or last name this will be the author.
+ if( Text::isNotEmpty($User->firstName()) || Text::isNotEmpty($User->lastName()) ) {
+ $author = $User->firstName().' '.$User->lastName();
+ } ?>
+ p('Category') ?>: category() ?>
+
+
+
+ coverImage() ) { ?>
+
+
+ content(false) ?>
+
+
\ No newline at end of file
diff --git a/php/sidebar.php b/php/sidebar.php
new file mode 100644
index 0000000..f136687
--- /dev/null
+++ b/php/sidebar.php
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/screenshot.jpg b/screenshot.jpg
new file mode 100644
index 0000000..6d702c8
Binary files /dev/null and b/screenshot.jpg differ