diff --git a/_config.yml b/_config.yml
index 8c67e728..00911de7 100644
--- a/_config.yml
+++ b/_config.yml
@@ -5,32 +5,33 @@ url: ""
# Delete the lines you don't need
-# about 7 elements are recomended
+# about 5 elements are recomended
github_username: dashingcode
-#codepen_username: your_codepen_username_goes_here
-#facebook_username: your_facebook_username_goes_here
+codepen_username: your_codepen_username_goes_here
+facebook_username: your_facebook_username_goes_here
vk_username: your_vk_username_goes_here
twitter_username: your_twitter_username_goes_here
-#google_plus_username: your_google_plus_username_goes_here
-linked_in_username: your_linked_in_username_goes_here
-#vine_username: your_vine_username_goes_here
-#instagram_username: your_instagram_username_goes_here
-#flickr_username: your_flickr_username_goes_here
-#steam_username: your_steam_username_goes_here
-#soundcloud_username: your_soundcloud_username_goes_here
-#stack_of_username: your_stack_overflow_account_id_number_goes_here
-#reddit_username: your_reddit_username_goes_here
-#medium_username: your_medium_username_goes_here
-#tumblr_username: your_tumblr_username_goes_here
+google_plus_username: your_google_plus_username_goes_here
+linkedin_username: your_linked_in_username_goes_here
+vine_username: your_vine_username_goes_here
+instagram_username: your_instagram_username_goes_here
+flickr_username: your_flickr_username_goes_here
+steam_username: your_steam_username_goes_here
+soundcloud_username: your_soundcloud_username_goes_here
+stack_of_username: your_stack_overflow_account_id_number_goes_here
+reddit_username: your_reddit_username_goes_here
+medium_username: your_medium_username_goes_here
+tumblr_username: your_tumblr_username_goes_here
weibo_username: your_weibo_username_goes_here
+lastfm_username: your_lastfm_username_goes_here
blog_url: "/blog"
email: your-email@example.domain
-public_key_url: "https://raw.pastebin.com/LINK-TO-PRIVATE-KEY"
+public_key_url: "https://raw.pastebin.com/LINK-TO-PUBLIC-KEY"
avatar: yes
#avatar_img_path: "imgs/avatar.jpg""
-# You can link to your GitHub image. That way it will get updated
+# You can link to your GitHub image. That way it will get updated
# automatically whenever you change your GitHub profile picture
avatar_img_path: "https://avatars2.githubusercontent.com/u/17301305"
@@ -39,6 +40,12 @@ front_img: yes
front_img_path: "imgs/background.jpg"
#front_img_path: "https://external.url/image.jpg"
+
+favicon_img: yes
+favicon_img_path: "imgs/favicon.ico"
+#favicon_img_path: "https://external.url/favicon.ico"
+
+
# Build settings
markdown: kramdown
permalink: pretty
diff --git a/_includes/head.html b/_includes/head.html
deleted file mode 100644
index a37a38f9..00000000
--- a/_includes/head.html
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
- {% if site.front_img %}
-

- {% endif %}
-
- {% if site.avatar %}
-

- {% endif %}
-
-
{{ site.name }}
-
{{ site.description }}
-
-
- {% if site.github_username %}
- - GitHub
- {% endif %}
-
- {% if site.codepen_username %}
- - CodePen
- {% endif %}
-
- {% if site.facebook_username %}
- - Facebook
- {% endif %}
-
- {% if site.vk_username %}
- - ВКонтакте
- {% endif %}
-
- {% if site.twitter_username %}
-
- {% endif %}
-
- {% if site.google_plus_username %}
- - Google +
- {% endif %}
-
- {% if site.linkedin_username %}
- - LinkedIn
- {% endif %}
-
- {% if site.vine_username %}
- - Vine
- {% endif %}
-
- {% if site.instagram_username %}
- - Instagram
- {% endif %}
-
- {% if site.flickr_usernmae %}
- - Flickr
- {% endif %}
-
- {% if site.steam_username %}
- - Steam
- {% endif %}
-
- {% if site.soundcloud_username %}
- - Soundcloud
- {% endif %}
-
- {% if site.stack_of_username %}
- - Stack OF
- {% endif %}
-
- {% if site.reddit_username %}
- - Reddit
- {% endif %}
-
- {% if site.medium_username %}
- - Medium
- {% endif %}
-
- {% if site.tumblr_username %}
- - Tumblr
- {% endif %}
-
- {% if site.weibo_username %}
- - 微博
- {% endif %}
-
- {% if site.blog_url %}
- - Blog
- {% endif %}
-
- {% if site.email %}
- - Email
- {% endif %}
-
- {% if site.public_key_url %}
- - PGP Key
- {% endif %}
-
-
diff --git a/_layouts/default.html b/_layouts/default.html
new file mode 100644
index 00000000..e69de29b
diff --git a/_layouts/home.html b/_layouts/home.html
deleted file mode 100644
index ff00fdc7..00000000
--- a/_layouts/home.html
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
- {% include head.html %}
-
-
- {% include header.html %}
- {{ content }}
-
-
diff --git a/_site/css/front.css b/_site/css/front.css
index ab0cdb05..b8752f0b 100644
--- a/_site/css/front.css
+++ b/_site/css/front.css
@@ -1,5 +1,5 @@
body {
- font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
+ font-family: 'Open Sans',Helvetica,Arial,sans-serif;
background-color: rgba(0, 0, 0, 0.9);
position: absolute;
top: 0;
@@ -29,12 +29,13 @@ h1 {
font-weight: bold;
letter-spacing: 0.1em;
font-size: 4em;
- font-family: Arial;
+ font-family: 'Open Sans';
margin: -10px 0;
}
h3 {
color: white;
padding-bottom: 20px;
+ font-weight: thin;
}
.content {
padding-top: 100px;
diff --git a/_site/index.html b/_site/index.html
index 2b189a19..3786b687 100644
--- a/_site/index.html
+++ b/_site/index.html
@@ -2,85 +2,113 @@
+ {% if site.front_img %}
+

+ {% endif %}
+
+ {% if site.avatar %}
+

+ {% endif %}
+
+
{{ site.name }}
+
{{ site.description }}
+
+
+ {% if site.github_username %}
+ - GitHub
+ {% endif %}
+
+ {% if site.codepen_username %}
+ - CodePen
+ {% endif %}
+
+ {% if site.facebook_username %}
+ - Facebook
+ {% endif %}
+
+ {% if site.vk_username %}
+ - ВКонтакте
+ {% endif %}
+
+ {% if site.twitter_username %}
+
+ {% endif %}
+
+ {% if site.google_plus_username %}
+ - Google +
+ {% endif %}
+
+ {% if site.linkedin_username %}
+ - LinkedIn
+ {% endif %}
+
+ {% if site.vine_username %}
+ - Vine
+ {% endif %}
+
+ {% if site.instagram_username %}
+ - Instagram
+ {% endif %}
+
+ {% if site.flickr_usernmae %}
+ - Flickr
+ {% endif %}
+
+ {% if site.steam_username %}
+ - Steam
+ {% endif %}
+
+ {% if site.soundcloud_username %}
+ - Soundcloud
+ {% endif %}
+
+ {% if site.lastfm_username %}
+ - Last.fm
+ {% endif %}
+
+ {% if site.stack_of_username %}
+ - Stack OF
+ {% endif %}
+
+ {% if site.reddit_username %}
+ - Reddit
+ {% endif %}
+
+ {% if site.medium_username %}
+ - Medium
+ {% endif %}
+
+ {% if site.tumblr_username %}
+ - Tumblr
+ {% endif %}
+
+ {% if site.weibo_username %}
+ - 微博
+ {% endif %}
+
+ {% if site.blog_url %}
+ - Blog
+ {% endif %}
+
+ {% if site.email %}
+ - Email
+ {% endif %}
+
+ {% if site.public_key_url %}
+ - PGP Key
+ {% endif %}
+
+
+
+
+