From d4a2ec26d797b0d0395cfd1704cd14d675dd92d1 Mon Sep 17 00:00:00 2001 From: DashingCode Date: Sun, 20 Mar 2016 15:30:52 +0100 Subject: [PATCH 01/14] comment edit --- _config.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/_config.yml b/_config.yml index 8c67e728..6f47ecf6 100644 --- a/_config.yml +++ b/_config.yml @@ -5,23 +5,23 @@ 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 +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 +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 blog_url: "/blog" email: your-email@example.domain From ec1aca3c8b93ae6e71e0b83a5c66f66d6de71622 Mon Sep 17 00:00:00 2001 From: DashingCode Date: Wed, 23 Mar 2016 13:58:06 +0100 Subject: [PATCH 02/14] Link to your public NOT your private key :D --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 6f47ecf6..6b8338b3 100644 --- a/_config.yml +++ b/_config.yml @@ -25,7 +25,7 @@ tumblr_username: your_tumblr_username_goes_here weibo_username: your_weibo_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 From 2abcd7c37836ac97a77f50bdc4ef04becbbfa0f2 Mon Sep 17 00:00:00 2001 From: DashingCode Date: Wed, 23 Mar 2016 13:58:41 +0100 Subject: [PATCH 03/14] Link to your public NOT your private key :D --- _site/index.html | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/_site/index.html b/_site/index.html index 2b189a19..b6dc16be 100644 --- a/_site/index.html +++ b/_site/index.html @@ -30,8 +30,12 @@

Nifty little description

+
  • CodePen
  • + +
  • Facebook
  • +
  • ВКонтакте
  • @@ -42,26 +46,44 @@

    Nifty little description

    +
  • Google +
  • + +
  • Vine
  • + +
  • Instagram
  • + +
  • Steam
  • + +
  • Soundcloud
  • + +
  • Stack OF
  • + +
  • Reddit
  • + +
  • Medium
  • + +
  • Tumblr
  • +
  • 微博
  • @@ -76,7 +98,7 @@

    Nifty little description

    -
  • PGP Key
  • +
  • PGP Key
  • From b134399143eae175a259524f71826cd057346c12 Mon Sep 17 00:00:00 2001 From: DashingCode Date: Wed, 23 Mar 2016 14:03:46 +0100 Subject: [PATCH 04/14] deleted includes and layouts --- _includes/head.html | 8 ---- _includes/header.html | 94 ------------------------------------------- _layouts/home.html | 10 ----- 3 files changed, 112 deletions(-) delete mode 100644 _includes/head.html delete mode 100644 _includes/header.html delete mode 100644 _layouts/home.html 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 }}

    - -
      - {% 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 %} -
    • Twitter
    • - {% 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/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 }} - - From ed1e4862efb2dbf887a599de17370edef5a73ee8 Mon Sep 17 00:00:00 2001 From: DashingCode Date: Wed, 23 Mar 2016 14:04:08 +0100 Subject: [PATCH 05/14] everything on single page now --- index.html | 112 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 111 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index a1f90c0c..dac45a7a 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,114 @@ --- -layout: home permalink: / --- + + + + + + {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} + + + + + + + +
    + {% 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 %} +
    • Twitter
    • + {% 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 %} +
    +
    + + + + From 03fdb6096bf837aaa07b7577f638f8b5a104c209 Mon Sep 17 00:00:00 2001 From: DashingCode Date: Wed, 23 Mar 2016 14:04:24 +0100 Subject: [PATCH 06/14] site update --- _site/index.html | 149 +++++++++++++++++++++++------------------------ 1 file changed, 74 insertions(+), 75 deletions(-) diff --git a/_site/index.html b/_site/index.html index b6dc16be..33b86ab9 100644 --- a/_site/index.html +++ b/_site/index.html @@ -2,107 +2,106 @@ - - - - - - - - + + + + + + +
    - - - - - - - - -

    John Smith

    -

    Nifty little description

    - -
    + +
  • 微博
  • + + + +
  • Blog
  • + + + +
  • Email
  • + + + +
  • PGP Key
  • + + + - + From 60ad44ab83a1b3b6f411b1385cdb5ba05d7eaeb3 Mon Sep 17 00:00:00 2001 From: Konstantinos Chorianopoulos Date: Fri, 25 Mar 2016 23:04:47 +0200 Subject: [PATCH 07/14] Update _config.yml --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 6b8338b3..7eff505c 100644 --- a/_config.yml +++ b/_config.yml @@ -12,7 +12,7 @@ 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 +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 From b2d1d99c85af7b6d6e6533bcf2cb7bc88bbc2209 Mon Sep 17 00:00:00 2001 From: ronak Date: Wed, 30 Mar 2016 00:41:45 -0500 Subject: [PATCH 08/14] adding last.fm --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index dac45a7a..5a8d10a5 100644 --- a/index.html +++ b/index.html @@ -74,6 +74,10 @@

    {{ site.description }}

    {% if site.soundcloud_username %}
  • Soundcloud
  • {% endif %} + + {% if site.lastfm_username %} +
  • Last.fm
  • + {% endif %} {% if site.stack_of_username %}
  • Stack OF
  • From 5f438020e7083da3fd5ea7d98b975df9c1726271 Mon Sep 17 00:00:00 2001 From: DashingCode Date: Wed, 30 Mar 2016 21:48:40 +0200 Subject: [PATCH 09/14] adding last.fm --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index 7eff505c..d071ffa8 100644 --- a/_config.yml +++ b/_config.yml @@ -23,6 +23,7 @@ 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-PUBLIC-KEY" From fc7410695bb3440934a276fc72fc190eda6a3e45 Mon Sep 17 00:00:00 2001 From: DashingCode Date: Wed, 30 Mar 2016 22:02:42 +0200 Subject: [PATCH 10/14] changed font to open sans --- _site/css/front.css | 5 +++-- _site/index.html | 7 +++++++ css/front.css | 5 +++-- index.html | 1 + 4 files changed, 14 insertions(+), 4 deletions(-) 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 33b86ab9..f46618c2 100644 --- a/_site/index.html +++ b/_site/index.html @@ -8,6 +8,7 @@ + @@ -49,6 +50,8 @@

    Nifty little description

    +
  • LinkedIn
  • +
  • Vine
  • @@ -67,6 +70,10 @@

    Nifty little description

  • Soundcloud
  • + + +
  • Last.fm
  • +
  • Stack OF
  • 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/index.html b/index.html index 5a8d10a5..f939e8d7 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,7 @@ + From 488c7a257090f32ea00e7e3a58e0cb986c6041a6 Mon Sep 17 00:00:00 2001 From: rkmallik Date: Thu, 31 Mar 2016 15:44:07 -0500 Subject: [PATCH 11/14] adding favicon --- _config.yml | 8 +++++++- imgs/favicon.ico | Bin 0 -> 6518 bytes index.html | 8 +++++--- 3 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 imgs/favicon.ico diff --git a/_config.yml b/_config.yml index d071ffa8..00911de7 100644 --- a/_config.yml +++ b/_config.yml @@ -31,7 +31,7 @@ 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" @@ -40,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/imgs/favicon.ico b/imgs/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..cedb6140f458862f97f33d7ca68d9056b4e6e06e GIT binary patch literal 6518 zcmeI0Ply~v6vk_Nx_hR3d!~0+Hw5u8iiQ;hO;#3-Byj~rUDyr8kcfvIatNqN1U(2U zK~OI$Mm%Wn&q0G8;z3X^k|-Y3pah}^-u}sQ!_QS)jK^|FOqGj zsjBzh_kFLctE;LZDD^}scNdkC&4ZcUJ4}1Em(Ka}LBd;3` zoZSrJcu~ird6;rc`ptWP%mz667lmPZQZQhD*Ia^Esy!wST+0ORBaNdyqxHeBX$39N z(0JXud9J6ecs|<%pN&_5y9ihwcyjnqJ3%E0JoaH9@xQbxW`4HTY#HL;r`D&-~oTv))gc?v_6>KWDMY zMq*p@xEs#pFO|x-GdI6B=d3Hvw3)H;P6>zUFW8Q_hnGz*-R_3hab_)C;5zo5e4b>O z_3ogBKO^rbJTv*Y%wyurws5kf4R^t(Xnd)0qQ^RVFBqM>*9EUM)>XqNdvuz^(MOK& zn>hB|?akOr$wT&#!5pkMM<(9Y77c>?G(gwv(L2m|a{V4(i0&@hjeSJMgB5v|#@My* zS67=Hd2P|Mu*>0Y?YZp3zru9`YyT#jgE-ln$`)R_Wqhsu*T$KB(IS4i=3q>oGyR+; zp2GGlap%M?brdD<${C39xCvaWu|}QXW1p!$AY%+>*5tI?qS?g8#7^6O-4`z6>V{6y z=H=w_f#$Jm(S!)?WP|O~eSEJGGjFaGO@KHLj@LDxU1!?q9@{Q`@;eT`(t}oBsElvN z8MUpK?!kAc-EW^Qn12uD5%y|lUOep55N(R{+4G)V-K$Q1e6T7<->FSbvv3vos>xTh zJY|=Do=wKY!Y{fD=U*;8?0?&KZ08VM%)Gbr^=%F5i?;01E+4~xjZJd?{op#6hGf|c+{0_m@u}{!HMLA~Ui}t}DrL@j9nRa7eb9|#VzM*BV{#lg2*Er#p_o3si ztqybU7UDX_v{xNhyl@J)CFktMaXd==d5^oTpK-;bPO*IBAh=g;u3r1Xfkd}+dwv!w zSjigwHayP%E?oIYtYDb^|Ka}<$*}zY!P$H-{9jR8b41#iE!`_I1-`QuxZfq$(g-Y# Jz=bjb{{liWhu#1H literal 0 HcmV?d00001 diff --git a/index.html b/index.html index f939e8d7..199cab88 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,10 @@ {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} - + + {% if site.favicon_img %} + + {% endif %} @@ -75,7 +78,7 @@

    {{ site.description }}

    {% if site.soundcloud_username %}
  • Soundcloud
  • {% endif %} - + {% if site.lastfm_username %}
  • Last.fm
  • {% endif %} @@ -116,4 +119,3 @@

    {{ site.description }}

    - From 4f60c9c1f590fe37f12cebafd09b5fa0e60a4d98 Mon Sep 17 00:00:00 2001 From: dashingcode Date: Sat, 2 Apr 2016 16:59:43 +0200 Subject: [PATCH 12/14] removed cyrillic font for improved performance --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 199cab88..3109f5fb 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@ {% endif %} - + From b9c4f632d7ace34e558f77107b6ef99460008c06 Mon Sep 17 00:00:00 2001 From: dashingcode Date: Thu, 26 May 2016 22:24:51 +0200 Subject: [PATCH 13/14] added empty layout to fix the building issue --- _layouts/default.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 _layouts/default.html diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 00000000..e69de29b From 0c64efc41ace3684199d5c4b81f3f1f8788c2949 Mon Sep 17 00:00:00 2001 From: Rakesh Rathi Date: Wed, 2 May 2018 20:43:15 +0530 Subject: [PATCH 14/14] Update index.html --- _site/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_site/index.html b/_site/index.html index f46618c2..3786b687 100644 --- a/_site/index.html +++ b/_site/index.html @@ -21,7 +21,7 @@ -

    John Smith

    +

    John jhkh

    Nifty little description