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 page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} - - - - - diff --git a/_includes/header.html b/_includes/header.html deleted file mode 100644 index d7b54850..00000000 --- a/_includes/header.html +++ /dev/null @@ -1,94 +0,0 @@ -
- {% if site.front_img %} - - {% endif %} - - {% if site.avatar %} - - {% endif %} - -

{{ site.name }}

-

{{ site.description }}

- - -
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 @@ - - - - - - - - + + + + + + + +
- - - - - - - - -

John Smith

-

Nifty little description

- -
+ +
  • Tumblr
  • + + + +
  • 微博
  • + + + +
  • Blog
  • + + + +
  • Email
  • + + + +
  • PGP Key
  • + + + - + diff --git a/css/front.css b/css/front.css index ab0cdb05..b8752f0b 100644 --- a/css/front.css +++ b/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/imgs/favicon.ico b/imgs/favicon.ico new file mode 100644 index 00000000..cedb6140 Binary files /dev/null and b/imgs/favicon.ico differ diff --git a/index.html b/index.html index a1f90c0c..3109f5fb 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,121 @@ --- -layout: home permalink: / --- + + + + + + {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} + + + + {% if site.favicon_img %} + + {% endif %} + + + + + +
    + {% if site.front_img %} + + {% endif %} + + {% if site.avatar %} + + {% endif %} + +

    {{ site.name }}

    +

    {{ site.description }}

    + + +
    + + +