From 839ed3be8c2f491f47b32676ab093d50dea2d3ac Mon Sep 17 00:00:00 2001 From: Jordy van den Aardweg Date: Sat, 9 Mar 2019 11:03:56 +0100 Subject: [PATCH 01/39] Use og:image to display avatar So social sharing crawlers pickup a useful image --- _includes/header.html | 1 + 1 file changed, 1 insertion(+) diff --git a/_includes/header.html b/_includes/header.html index d6de987b38..0288751887 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -21,6 +21,7 @@ + {{ user.name }} From df8c38171d3dbcbcd88b2b4fa096551e9129e908 Mon Sep 17 00:00:00 2001 From: matejmecka Date: Sat, 9 Mar 2019 16:11:32 +0100 Subject: [PATCH 02/39] Add Instagram and Unsplash --- .DS_Store | Bin 0 -> 6148 bytes README.md | 2 ++ _config.yml | 2 ++ _data/social_media.yml | 10 ++++++++++ 4 files changed, 14 insertions(+) create mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..7de2552903f1dcc20634e5c782923363f559d3f6 GIT binary patch literal 6148 zcmeHKOHRWu5Pbus3S!eGOJ9K-SXFz19so+i0x2R$X&3B#bl!LdiG-{x1?0yY2|HbqfoM$|m(y7AyOQR*DWb~tsfecy4o4AH&c;TbKCIAgT`dz#@^q&2Cl+@-VcdQF*_E+dUdd?B>-_na~0}ZOK47V%#Ov79*S5h(Ne`r z46$_DlgDMpVrc0QFFwRq{wZFhuFm;W4TogI=!1b^V9da+4LAD!@A=8h7Ww0p7zG2t zz&~R^R=dM)%R~9w`saB1)+V+WHWiI4s!*tpegZhqd*rb?&7V|fTy`vmI*ZzCIx&6( MDk0GY16N?+8-mU` of your website, appended to your bio. And if those services support sharing, any blog posts that you publish will include links to share that post using each social media service. diff --git a/_config.yml b/_config.yml index 79e36645b9..cf8b23778f 100644 --- a/_config.yml +++ b/_config.yml @@ -36,6 +36,8 @@ projects: # stackoverflow: your_user_id # twitter: your_username # youtube: your_username + # instagram: your_username + # unsplash: your_username topics: - name: CSS diff --git a/_data/social_media.yml b/_data/social_media.yml index 5b77a01d9c..91ebbf326b 100644 --- a/_data/social_media.yml +++ b/_data/social_media.yml @@ -40,3 +40,13 @@ dribbble: name: Dribbble profile_url_prefix: https://dribbble.com/ icon_svg: '' + +instagram: + name: Instagram + profile_url_prefix: https://www.instragram.com/ + icon_svg: '' + +unsplash: + name: Unsplash + profile_url_prefix: https://www.unsplash.com/ + icon_svg: '' \ No newline at end of file From 97d428ec3ae9223eddb4a96d2f29dc8c8883a63b Mon Sep 17 00:00:00 2001 From: matejmecka Date: Sat, 9 Mar 2019 16:11:59 +0100 Subject: [PATCH 03/39] Add Instagram and Unsplash --- .DS_Store | Bin 6148 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 7de2552903f1dcc20634e5c782923363f559d3f6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHKOHRWu5Pbus3S!eGOJ9K-SXFz19so+i0x2R$X&3B#bl!LdiG-{x1?0yY2|HbqfoM$|m(y7AyOQR*DWb~tsfecy4o4AH&c;TbKCIAgT`dz#@^q&2Cl+@-VcdQF*_E+dUdd?B>-_na~0}ZOK47V%#Ov79*S5h(Ne`r z46$_DlgDMpVrc0QFFwRq{wZFhuFm;W4TogI=!1b^V9da+4LAD!@A=8h7Ww0p7zG2t zz&~R^R=dM)%R~9w`saB1)+V+WHWiI4s!*tpegZhqd*rb?&7V|fTy`vmI*ZzCIx&6( MDk0GY16N?+8-mU Date: Sat, 9 Mar 2019 16:39:48 +0100 Subject: [PATCH 04/39] Update Size of Icon for instagram --- _data/social_media.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/social_media.yml b/_data/social_media.yml index 91ebbf326b..886f766327 100644 --- a/_data/social_media.yml +++ b/_data/social_media.yml @@ -44,9 +44,9 @@ dribbble: instagram: name: Instagram profile_url_prefix: https://www.instragram.com/ - icon_svg: '' + icon_svg: '' unsplash: name: Unsplash profile_url_prefix: https://www.unsplash.com/ - icon_svg: '' \ No newline at end of file + icon_svg: '' From ac126c1cbd4d445ac5f3ccf1884a83c1fc199c0d Mon Sep 17 00:00:00 2001 From: Matej Plavevski Date: Sat, 9 Mar 2019 17:21:04 +0100 Subject: [PATCH 05/39] Update Colors --- _data/social_media.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/social_media.yml b/_data/social_media.yml index 886f766327..d08fc0eea6 100644 --- a/_data/social_media.yml +++ b/_data/social_media.yml @@ -44,9 +44,9 @@ dribbble: instagram: name: Instagram profile_url_prefix: https://www.instragram.com/ - icon_svg: '' + icon_svg: '' unsplash: name: Unsplash profile_url_prefix: https://www.unsplash.com/ - icon_svg: '' + icon_svg: '' From 5af0f45c3ee62e0fd6279d7ea7ccc3247f74b6e0 Mon Sep 17 00:00:00 2001 From: Matej Plavevski Date: Sat, 9 Mar 2019 17:21:33 +0100 Subject: [PATCH 06/39] Update URL for Instagram --- _data/social_media.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/social_media.yml b/_data/social_media.yml index d08fc0eea6..5f7442c65c 100644 --- a/_data/social_media.yml +++ b/_data/social_media.yml @@ -43,7 +43,7 @@ dribbble: instagram: name: Instagram - profile_url_prefix: https://www.instragram.com/ + profile_url_prefix: https://www.instagram.com/ icon_svg: '' unsplash: From 4c588dfcd2bdb0a9f8d293bac1d5badad5da9976 Mon Sep 17 00:00:00 2001 From: Matej Plavevski Date: Sat, 9 Mar 2019 20:55:34 +0100 Subject: [PATCH 07/39] Update Readme explaining #48 --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index a79c148b09..7b99d7d439 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,24 @@ bundle install ``` bundle exec jekyll serve ``` + +You should see something like: + +``` +Configuration file: /octocat/personal-website/_config.yml + Source: /octocat/personal-website + Destination: /octocat/_site + Incremental build: disabled. Enable with --incremental + Generating... + GitHub Metadata: No GitHub API authentication could be found. Some fields may be missing or have incorrect data. + done in 14.729 seconds. + Auto-regeneration: enabled for '/octocat/personal-website' + Server address: http://127.0.0.1:4000 + Server running... press ctrl-c to stop. +``` + +Don't worry about the GitHub API errors. They are caused because it's run in a dev enviornment and not on GitHub Pages. + 6. Now browse to [http://localhost:4000](http://localhost:4000) ### Publish From 2f9a3d27094a4d87904f8b6ea2381142c80f387a Mon Sep 17 00:00:00 2001 From: Tsubasa Takayama Date: Wed, 13 Mar 2019 15:22:39 +0900 Subject: [PATCH 08/39] Revert "Merge pull request #58 from lucario/patch-1" This reverts commit c934c47ce8c81e0ff8235b56f44280d34a8a1825, reversing changes made to 7f7e37760cb7e195da3988a2e62cda7710543c8c. --- README.md | 2 +- _includes/header.html | 4 ++-- _layouts/default.html | 2 +- _layouts/home.html | 2 +- _layouts/post.html | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bb8a9d308d..2bc139f3c6 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ It's your website, and you control the source code. So you can customize everyth Most customizations can be done in a matter of seconds, by revising your repository's `_config.yml` file. Just remember to restart your local server each time you save new changes so your Jekyll-powered website rebuilds correctly: 1. Shut down your server by entering the keyboard command CTRL+c -2. Restart your server: `bundle exec jekyll serve` +2. Restart your server: `jekyll serve` #### Layout diff --git a/_includes/header.html b/_includes/header.html index d6de987b38..2010e544bf 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -17,7 +17,7 @@ {% endif %} - + @@ -25,4 +25,4 @@ - + diff --git a/_layouts/default.html b/_layouts/default.html index d5f4b10f49..e41abe1ab2 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -11,7 +11,7 @@

{{ page.title }}

{% else %} -
+
{% include masthead.html metadata=true %}
diff --git a/_layouts/home.html b/_layouts/home.html index 4379d5d722..f0341c9a2d 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -25,7 +25,7 @@ {% endunless %}
{% else %} -
+
{% include masthead.html metadata=true %}
diff --git a/_layouts/post.html b/_layouts/post.html index ffa3cf501e..f6bc49eb97 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -47,7 +47,7 @@

{{ page.title }}

{% else %} -
+
{% include masthead.html metadata=true %}
From 17b734e7e0ba9715ac93461575afe7de7c20c3dd Mon Sep 17 00:00:00 2001 From: Brandon Rosage Date: Thu, 7 Mar 2019 11:08:59 -0600 Subject: [PATCH 09/39] slipped in small mistake in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bc139f3c6..bb8a9d308d 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ It's your website, and you control the source code. So you can customize everyth Most customizations can be done in a matter of seconds, by revising your repository's `_config.yml` file. Just remember to restart your local server each time you save new changes so your Jekyll-powered website rebuilds correctly: 1. Shut down your server by entering the keyboard command CTRL+c -2. Restart your server: `jekyll serve` +2. Restart your server: `bundle exec jekyll serve` #### Layout From 82184929e3d69622fb8b7c425a4c2bd87216e55a Mon Sep 17 00:00:00 2001 From: Tsubasa Takayama Date: Wed, 13 Mar 2019 13:38:36 +0900 Subject: [PATCH 10/39] Fix an issue missing page height --- _includes/header.html | 4 ++-- _layouts/default.html | 2 +- _layouts/home.html | 2 +- _layouts/post.html | 2 +- assets/styles.scss | 4 ++++ 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/_includes/header.html b/_includes/header.html index 2010e544bf..d36b79a1e6 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -17,7 +17,7 @@ {% endif %} - + @@ -25,4 +25,4 @@ - + diff --git a/_layouts/default.html b/_layouts/default.html index e41abe1ab2..3b23590a7b 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -11,7 +11,7 @@

{{ page.title }}

{% else %} -
+
{% include masthead.html metadata=true %}
diff --git a/_layouts/home.html b/_layouts/home.html index f0341c9a2d..967fe115c1 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -25,7 +25,7 @@ {% endunless %}
{% else %} -
+
{% include masthead.html metadata=true %}
diff --git a/_layouts/post.html b/_layouts/post.html index f6bc49eb97..c53e304027 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -47,7 +47,7 @@

{{ page.title }}

{% else %} -
+
{% include masthead.html metadata=true %}
diff --git a/assets/styles.scss b/assets/styles.scss index cf3fe80aab..1536e3b77c 100644 --- a/assets/styles.scss +++ b/assets/styles.scss @@ -37,3 +37,7 @@ padding-left: 16px; } } + +.min-height-full { + min-height: 100vh; +} From d78c6b237b3580b066eb959611264aa091b88b0a Mon Sep 17 00:00:00 2001 From: Jack Vincent Date: Wed, 13 Mar 2019 10:16:05 -0700 Subject: [PATCH 11/39] Adds hackerrank to social media links. --- README.md | 1 + _config.yml | 1 + _data/social_media.yml | 5 +++++ 3 files changed, 7 insertions(+) diff --git a/README.md b/README.md index bb8a9d308d..2e494b4e07 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ social_media: behance: your_username dribbble: your_username facebook: your_username + hackerrank: your_username linkedin: your_username medium: @your_username stackoverflow: your_user_id diff --git a/_config.yml b/_config.yml index 6901970018..df4469390b 100644 --- a/_config.yml +++ b/_config.yml @@ -31,6 +31,7 @@ projects: # behance: your_username # dribbble: your_username # facebook: your_username + # hackerrank: your_username # linkedin: your_username # medium: @your_username # stackoverflow: your_user_id diff --git a/_data/social_media.yml b/_data/social_media.yml index 6aea1c32af..141b6873ce 100644 --- a/_data/social_media.yml +++ b/_data/social_media.yml @@ -9,6 +9,11 @@ facebook: share_url_prefix: https://www.facebook.com/sharer/sharer.php?u= icon_svg: '' +hackerrank: + name: HackerRank + profile_url_prefix: https://www.hackerrank.com/ + icon_svg: '' + linkedin: name: LinkedIn profile_url_prefix: https://www.linkedin.com/in/ From 3cc36f45d4c3620b54401438d5c198e03b091200 Mon Sep 17 00:00:00 2001 From: Jack Vincent Date: Wed, 13 Mar 2019 10:16:53 -0700 Subject: [PATCH 12/39] Fixes order to be alphabetical. --- _data/social_media.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/_data/social_media.yml b/_data/social_media.yml index 141b6873ce..46e75ba9fd 100644 --- a/_data/social_media.yml +++ b/_data/social_media.yml @@ -3,6 +3,11 @@ behance: profile_url_prefix: https://www.behance.net/ icon_svg: ' ' +dribbble: + name: Dribbble + profile_url_prefix: https://dribbble.com/ + icon_svg: '' + facebook: name: Facebook profile_url_prefix: https://www.facebook.com/ @@ -13,7 +18,7 @@ hackerrank: name: HackerRank profile_url_prefix: https://www.hackerrank.com/ icon_svg: '' - + linkedin: name: LinkedIn profile_url_prefix: https://www.linkedin.com/in/ @@ -47,11 +52,6 @@ youtube: profile_url_prefix: https://www.youtube.com/ icon_svg: '' -dribbble: - name: Dribbble - profile_url_prefix: https://dribbble.com/ - icon_svg: '' - vk: name: VK profile_url_prefix: https://vk.com/ From 03ce0c2a44d72854fa3758527ab74199021d8f19 Mon Sep 17 00:00:00 2001 From: Matej Plavevski Date: Wed, 13 Mar 2019 22:09:09 +0100 Subject: [PATCH 13/39] Add about Jekyll_github_token --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7b99d7d439..33c0c131eb 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,8 @@ Configuration file: /octocat/personal-website/_config.yml Don't worry about the GitHub API errors. They are caused because it's run in a dev enviornment and not on GitHub Pages. +You can set a GitHub API Token by setting the JEKYLL_GITHUB_TOKEN to your personal access token. + 6. Now browse to [http://localhost:4000](http://localhost:4000) ### Publish From df4dec6bccae2dbabcf2e2ab902e440f2eb87b3f Mon Sep 17 00:00:00 2001 From: Matej Plavevski Date: Sun, 17 Mar 2019 15:03:44 +0100 Subject: [PATCH 14/39] Implement Changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33c0c131eb..6509e34502 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Configuration file: /octocat/personal-website/_config.yml Don't worry about the GitHub API errors. They are caused because it's run in a dev enviornment and not on GitHub Pages. -You can set a GitHub API Token by setting the JEKYLL_GITHUB_TOKEN to your personal access token. +You can set a GitHub API Token by setting the `JEKYLL_GITHUB_TOKEN` to your personal access token. 6. Now browse to [http://localhost:4000](http://localhost:4000) From 4463f7f4adb65c32d1530ce28e17ce1763d7d1fa Mon Sep 17 00:00:00 2001 From: Landon Patmore Date: Wed, 20 Mar 2019 01:34:53 -0400 Subject: [PATCH 15/39] fixes issue with social media icons offcentered --- assets/styles.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/assets/styles.scss b/assets/styles.scss index cf3fe80aab..524ae32e07 100644 --- a/assets/styles.scss +++ b/assets/styles.scss @@ -37,3 +37,10 @@ padding-left: 16px; } } + +// fixes issue with last social media icon pushing the entire flex off-center on masthead.html page +.d-flex { + .mb-3:last-child { + margin-right: 0 !important; + } +} From 78f6b916ed988442ca15ff93a3ec514aad014d43 Mon Sep 17 00:00:00 2001 From: Landon Patmore Date: Wed, 20 Mar 2019 01:49:15 -0400 Subject: [PATCH 16/39] added custom class identifier as well --- _includes/masthead.html | 2 +- assets/styles.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/masthead.html b/_includes/masthead.html index 9d56159b90..ff01cdf629 100644 --- a/_includes/masthead.html +++ b/_includes/masthead.html @@ -37,7 +37,7 @@

{% for account in site.social_media %} -
+
{% assign service_shortname = account[0] %} {% assign service = site.data.social_media[service_shortname] %} diff --git a/assets/styles.scss b/assets/styles.scss index 524ae32e07..12858e21d1 100644 --- a/assets/styles.scss +++ b/assets/styles.scss @@ -40,7 +40,7 @@ // fixes issue with last social media icon pushing the entire flex off-center on masthead.html page .d-flex { - .mb-3:last-child { + .smedia-icon:last-child { margin-right: 0 !important; } } From 1327dfdaed0ed3ac1fb5ce26f9c909be0aa29eff Mon Sep 17 00:00:00 2001 From: Sam Klein Date: Sun, 24 Mar 2019 06:52:37 -0500 Subject: [PATCH 17/39] add: website --- _config.yml | 1 + _data/social_media.yml | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/_config.yml b/_config.yml index 6901970018..9f6c7e5cbc 100644 --- a/_config.yml +++ b/_config.yml @@ -38,6 +38,7 @@ projects: # twitter: your_username # youtube: your_username # vk: your_username + # web: http://your_website topics: - name: CSS diff --git a/_data/social_media.yml b/_data/social_media.yml index 6aea1c32af..417ee84e50 100644 --- a/_data/social_media.yml +++ b/_data/social_media.yml @@ -52,3 +52,8 @@ vk: profile_url_prefix: https://vk.com/ share_url_prefix: https://vk.com/share.php?url= icon_svg: '' + +web: + name: Web Site + icon_svg: '' + From 7a04f13ced2f4bc8cca82ccf961ff2f39a4f2098 Mon Sep 17 00:00:00 2001 From: Brandon Rosage Date: Mon, 25 Mar 2019 11:38:28 -0500 Subject: [PATCH 18/39] added more og tags; dynamic page title --- _includes/header.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/_includes/header.html b/_includes/header.html index 0288751887..d4b9f02c9a 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -11,18 +11,22 @@ {% assign user = site.github.owner %} {% if page.path contains '_posts' %} + {% assign page_title = page.title %} {% assign meta_description = page.content | strip_html | strip_newlines | xml_escape | truncate: 300 %} {% else %} + {% assign page_title = user.name %} {% assign meta_description = user.bio | strip_html | strip_newlines | xml_escape | truncate: 300 %} {% endif %} - + + {{ page_title }} - - {{ user.name }} + + + From 1935748074458e09eae1c248bfd38804c65eaecf Mon Sep 17 00:00:00 2001 From: Brandon Rosage Date: Mon, 25 Mar 2019 11:41:42 -0500 Subject: [PATCH 19/39] removed empty line --- _config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/_config.yml b/_config.yml index 068ff2ba3b..fbb90bedd4 100644 --- a/_config.yml +++ b/_config.yml @@ -41,7 +41,6 @@ projects: # unsplash: your_username # vk: your_username - topics: - name: CSS web_url: https://github.com/topics/css From 06a97dca32e5858192ddd123f313a0211325de2b Mon Sep 17 00:00:00 2001 From: Brandon Rosage Date: Mon, 25 Mar 2019 11:50:03 -0500 Subject: [PATCH 20/39] revised language about API authentication --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6509e34502..ea5aa4e6e6 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Configuration file: /octocat/personal-website/_config.yml Source: /octocat/personal-website Destination: /octocat/_site Incremental build: disabled. Enable with --incremental - Generating... + Generating... GitHub Metadata: No GitHub API authentication could be found. Some fields may be missing or have incorrect data. done in 14.729 seconds. Auto-regeneration: enabled for '/octocat/personal-website' @@ -59,9 +59,7 @@ Configuration file: /octocat/personal-website/_config.yml Server running... press ctrl-c to stop. ``` -Don't worry about the GitHub API errors. They are caused because it's run in a dev enviornment and not on GitHub Pages. - -You can set a GitHub API Token by setting the `JEKYLL_GITHUB_TOKEN` to your personal access token. +Don't worry about the "No GitHub API authentication could be found" message. [API authentication is only necessary](https://github.com/jekyll/github-metadata/blob/master/docs/authentication.md) if you intend to display more detailed metadata, like a branch name. 6. Now browse to [http://localhost:4000](http://localhost:4000) From 1e4e1c54510c6f34fe8f8878cb5c1b8a60f32b12 Mon Sep 17 00:00:00 2001 From: Brandon Rosage Date: Mon, 25 Mar 2019 12:17:35 -0500 Subject: [PATCH 21/39] replaced custom CSS with liquid condition --- _includes/masthead.html | 2 +- assets/styles.scss | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/_includes/masthead.html b/_includes/masthead.html index ff01cdf629..995d899016 100644 --- a/_includes/masthead.html +++ b/_includes/masthead.html @@ -37,7 +37,7 @@

{% for account in site.social_media %} -
+
{% assign service_shortname = account[0] %} {% assign service = site.data.social_media[service_shortname] %} diff --git a/assets/styles.scss b/assets/styles.scss index 12858e21d1..cf3fe80aab 100644 --- a/assets/styles.scss +++ b/assets/styles.scss @@ -37,10 +37,3 @@ padding-left: 16px; } } - -// fixes issue with last social media icon pushing the entire flex off-center on masthead.html page -.d-flex { - .smedia-icon:last-child { - margin-right: 0 !important; - } -} From 879378043cec335f464fa19efa5381651c978cf5 Mon Sep 17 00:00:00 2001 From: Brandon Rosage Date: Mon, 25 Mar 2019 12:31:06 -0500 Subject: [PATCH 22/39] changed label to `website`; defined SVG --- _config.yml | 2 +- _data/social_media.yml | 7 +++---- _includes/masthead.html | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/_config.yml b/_config.yml index 9f6c7e5cbc..1c4891f51a 100644 --- a/_config.yml +++ b/_config.yml @@ -38,7 +38,7 @@ projects: # twitter: your_username # youtube: your_username # vk: your_username - # web: http://your_website + # website: http://your_website_url topics: - name: CSS diff --git a/_data/social_media.yml b/_data/social_media.yml index 417ee84e50..19dbfd7818 100644 --- a/_data/social_media.yml +++ b/_data/social_media.yml @@ -53,7 +53,6 @@ vk: share_url_prefix: https://vk.com/share.php?url= icon_svg: '' -web: - name: Web Site - icon_svg: '' - +website: + name: Website + icon_svg: '' diff --git a/_includes/masthead.html b/_includes/masthead.html index 9d56159b90..4736743e50 100644 --- a/_includes/masthead.html +++ b/_includes/masthead.html @@ -40,7 +40,7 @@

{% assign service_shortname = account[0] %} {% assign service = site.data.social_media[service_shortname] %} - + {{ service.icon_svg }}{{ service.name }}

From 3868ed87fac987b4b40023e9990cfb5c7574c62a Mon Sep 17 00:00:00 2001 From: Dayan Ruben Gonzalez Date: Fri, 29 Mar 2019 09:48:32 -0300 Subject: [PATCH 23/39] Fixes order to be alphabetical in social media. --- _config.yml | 4 ++-- _data/social_media.yml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/_config.yml b/_config.yml index 648df4d3b7..5200983105 100644 --- a/_config.yml +++ b/_config.yml @@ -32,16 +32,16 @@ projects: # dribbble: your_username # facebook: your_username # hackerrank: your_username + # instagram: your_username # linkedin: your_username # medium: @your_username # stackoverflow: your_user_id # telegram: your_username # twitter: your_username - # youtube: your_username - # instagram: your_username # unsplash: your_username # vk: your_username # website: http://your_website_url + # youtube: your_username topics: - name: CSS diff --git a/_data/social_media.yml b/_data/social_media.yml index 4dd5fa984b..c3350151ba 100644 --- a/_data/social_media.yml +++ b/_data/social_media.yml @@ -52,11 +52,6 @@ twitter: share_url_prefix: https://twitter.com/share?url= icon_svg: '' -youtube: - name: YouTube - profile_url_prefix: https://www.youtube.com/ - icon_svg: '' - unsplash: name: Unsplash profile_url_prefix: https://www.unsplash.com/ @@ -71,3 +66,8 @@ vk: website: name: Website icon_svg: '' + +youtube: + name: YouTube + profile_url_prefix: https://www.youtube.com/ + icon_svg: '' From a27ea4c7c867c783808142666d2159f032740e1a Mon Sep 17 00:00:00 2001 From: Dayan Ruben Gonzalez Date: Fri, 29 Mar 2019 09:52:18 -0300 Subject: [PATCH 24/39] Adds Keybase to social media --- _config.yml | 1 + _data/social_media.yml | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/_config.yml b/_config.yml index 5200983105..72033f755e 100644 --- a/_config.yml +++ b/_config.yml @@ -33,6 +33,7 @@ projects: # facebook: your_username # hackerrank: your_username # instagram: your_username + # keybase: your_username # linkedin: your_username # medium: @your_username # stackoverflow: your_user_id diff --git a/_data/social_media.yml b/_data/social_media.yml index c3350151ba..3940f15aca 100644 --- a/_data/social_media.yml +++ b/_data/social_media.yml @@ -24,6 +24,12 @@ instagram: profile_url_prefix: https://www.instagram.com/ icon_svg: '' +keybase: + name: Keybase + profile_url_prefix: https://keybase.io/ + share_url_prefix: https://keybase.io/ + icon_svg: '' + linkedin: name: LinkedIn profile_url_prefix: https://www.linkedin.com/in/ From 013df9d7001ec32e447007e58ab3304a9f588826 Mon Sep 17 00:00:00 2001 From: Dayan Ruben Gonzalez Date: Fri, 29 Mar 2019 09:54:23 -0300 Subject: [PATCH 25/39] Updated REAMDE with correct social media ordering. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a0bc92de8..c3d67fb1c0 100644 --- a/README.md +++ b/README.md @@ -123,15 +123,17 @@ social_media: dribbble: your_username facebook: your_username hackerrank: your_username + instagram: your_username + keybase: your_username linkedin: your_username medium: @your_username stackoverflow: your_user_id telegram: your_username twitter: your_username - youtube: your_username - instagram: your_username unsplash: your_username vk: your_username + website: http://your_website_url + youtube: your_username ``` Links to your profile for each of the services you define will appear in the `
` of your website, appended to your bio. And if those services support sharing, any blog posts that you publish will include links to share that post using each social media service. From 0e171241dcb3ed29032433dfde40e01dcc16b58e Mon Sep 17 00:00:00 2001 From: Alex Saveau Date: Sat, 30 Mar 2019 13:20:54 -0700 Subject: [PATCH 26/39] Don't require @ symbol for Medium profiles --- README.md | 2 +- _config.yml | 2 +- _data/social_media.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8a0bc92de8..3fb768cd52 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ social_media: facebook: your_username hackerrank: your_username linkedin: your_username - medium: @your_username + medium: your_username stackoverflow: your_user_id telegram: your_username twitter: your_username diff --git a/_config.yml b/_config.yml index 648df4d3b7..c5d81eb952 100644 --- a/_config.yml +++ b/_config.yml @@ -33,7 +33,7 @@ projects: # facebook: your_username # hackerrank: your_username # linkedin: your_username - # medium: @your_username + # medium: your_username # stackoverflow: your_user_id # telegram: your_username # twitter: your_username diff --git a/_data/social_media.yml b/_data/social_media.yml index 4dd5fa984b..904e1bd0da 100644 --- a/_data/social_media.yml +++ b/_data/social_media.yml @@ -32,7 +32,7 @@ linkedin: medium: name: Medium - profile_url_prefix: https://medium.com/ + profile_url_prefix: https://medium.com/@ icon_svg: '' stackoverflow: From 804edea20e6df9f1b4c523bb7309e6f63c8b2788 Mon Sep 17 00:00:00 2001 From: Alex Saveau Date: Sat, 30 Mar 2019 15:02:43 -0700 Subject: [PATCH 27/39] Fix overlapping tooltips Signed-off-by: Alex Saveau --- _includes/masthead.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/masthead.html b/_includes/masthead.html index 4736743e50..1399ddc56b 100644 --- a/_includes/masthead.html +++ b/_includes/masthead.html @@ -40,7 +40,7 @@

{% assign service_shortname = account[0] %} {% assign service = site.data.social_media[service_shortname] %} - + {{ service.icon_svg }}{{ service.name }}

From bf356e53c0de6457b7e1ad0d9b0ae3a2de657354 Mon Sep 17 00:00:00 2001 From: Brandon Rosage Date: Mon, 1 Apr 2019 13:40:59 -0500 Subject: [PATCH 28/39] fix primary metadata margins --- _includes/masthead.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/masthead.html b/_includes/masthead.html index e6b6cff179..ed88f568b1 100644 --- a/_includes/masthead.html +++ b/_includes/masthead.html @@ -1,5 +1,5 @@ {% if site.layout == 'stacked' %} - {% assign metadata_styles = 'd-md-inline-block mr-3' %} + {% assign metadata_styles = 'd-md-inline-block mx-3 mb-1 mb-md-0' %} {% else %} {% assign metadata_styles = 'd-flex flex-items-center mb-3' %} {% endif %} From 46d5aa6e2615d30d61201a99261462537f0f428e Mon Sep 17 00:00:00 2001 From: Yamagishi Kazutoshi Date: Mon, 29 Apr 2019 14:51:48 +0900 Subject: [PATCH 29/39] exclude archived repositories --- _config.yml | 1 + _includes/projects.html | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index f744fd7c2e..991157e0de 100644 --- a/_config.yml +++ b/_config.yml @@ -23,6 +23,7 @@ projects: # - stars limit: 9 exclude: + archived: false forks: true projects: # - repo-name diff --git a/_includes/projects.html b/_includes/projects.html index c80b591c4d..b3263ef310 100644 --- a/_includes/projects.html +++ b/_includes/projects.html @@ -7,7 +7,11 @@

My Projects

{% assign sort_order = 'pushed_at' %} {% endif %} - {% if site.projects.exclude.forks %} + {% if site.projects.exclude.archived && site.projects.exclude.forks %} + {% assign filtered_repos = site.github.public_repositories | where:'archived', false | where:'fork', false | sort: sort_order | reverse %} + {% elsif site.projects.exclude.archived %} + {% assign filtered_repos = site.github.public_repositories | where:'archived', false | sort: sort_order | reverse %} + {% elsif site.projects.exclude.forks %} {% assign filtered_repos = site.github.public_repositories | where:'fork', false | sort: sort_order | reverse %} {% else %} {% assign filtered_repos = site.github.public_repositories | sort: sort_order | reverse %} From 868ac6012e23cab2da65684f07432fa956844fcc Mon Sep 17 00:00:00 2001 From: Geezus Date: Thu, 2 May 2019 12:42:46 -0500 Subject: [PATCH 30/39] Add Mastodon to social media Add Mastodon to social media --- _data/social_media.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/social_media.yml b/_data/social_media.yml index 8a97f5d09e..5003e98bae 100644 --- a/_data/social_media.yml +++ b/_data/social_media.yml @@ -36,6 +36,11 @@ linkedin: share_url_prefix: https://www.linkedin.com/shareArticle?mini=true&url= icon_svg: '' +mastodon: + name: Mastodon + profile_url_prefix: mstdn.io + icon_svg: '' + medium: name: Medium profile_url_prefix: https://medium.com/@ From 9a204bb0aeafc1c7a291767cbaf345990ca82335 Mon Sep 17 00:00:00 2001 From: Geezus Date: Thu, 2 May 2019 12:42:46 -0500 Subject: [PATCH 31/39] Add Mastodon to social media Add Mastodon to social media --- _data/social_media.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/social_media.yml b/_data/social_media.yml index 8a97f5d09e..14e9523e5a 100644 --- a/_data/social_media.yml +++ b/_data/social_media.yml @@ -36,6 +36,11 @@ linkedin: share_url_prefix: https://www.linkedin.com/shareArticle?mini=true&url= icon_svg: '' +mastodon: + name: Mastodon + profile_url_prefix: https://mstdn.io/ + icon_svg: '' + medium: name: Medium profile_url_prefix: https://medium.com/@ From aaa69c885f2864b570b206ee7db48f39055d0443 Mon Sep 17 00:00:00 2001 From: Bailey Matthews Date: Sun, 5 May 2019 18:17:27 +0100 Subject: [PATCH 32/39] Fixed Stack Overflow's URL Added `HTTPS` instead of `HTTP`, issue #125 . --- _data/social_media.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/social_media.yml b/_data/social_media.yml index 8a97f5d09e..95f77d5486 100644 --- a/_data/social_media.yml +++ b/_data/social_media.yml @@ -43,7 +43,7 @@ medium: stackoverflow: name: Stack Overflow - profile_url_prefix: http://stackoverflow.com/u/ + profile_url_prefix: https://stackoverflow.com/u/ icon_svg: '' telegram: From 7e022e0e985c6421133123656bd639081645f39a Mon Sep 17 00:00:00 2001 From: Brandon Rosage Date: Thu, 9 May 2019 12:12:25 -0500 Subject: [PATCH 33/39] init venue labels workflow --- .github/venue-labels.workflow | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/venue-labels.workflow diff --git a/.github/venue-labels.workflow b/.github/venue-labels.workflow new file mode 100644 index 0000000000..c44a324d2f --- /dev/null +++ b/.github/venue-labels.workflow @@ -0,0 +1,29 @@ +workflow "Add venue information to gig issue" { + on = "issues" + resolves = [ + "debug", + "Add venue information", + ] +} + +action "Not close issue" { + uses = "actions/bin/filter@master" + args = "not action closed" +} + +action "Has article identifier" { + uses = "actions/bin/filter@master" + needs = ["Not close issue"] + args = ["label", "papers"] +} + +action "debug" { + needs = ["Has article identifier"] + uses = "actions/bin/debug@master" +} + +action "Update Article Information" { + uses = "docker://uribo/bucky" + needs = ["Has article identifier"] + secrets = ["GITHUB_TOKEN"] +} From 4ae81117423c19513152d2673417e44a389429ac Mon Sep 17 00:00:00 2001 From: Brandon Rosage Date: Thu, 9 May 2019 12:13:20 -0500 Subject: [PATCH 34/39] Revert "init venue labels workflow" This reverts commit 7e022e0e985c6421133123656bd639081645f39a. --- .github/venue-labels.workflow | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/venue-labels.workflow diff --git a/.github/venue-labels.workflow b/.github/venue-labels.workflow deleted file mode 100644 index c44a324d2f..0000000000 --- a/.github/venue-labels.workflow +++ /dev/null @@ -1,29 +0,0 @@ -workflow "Add venue information to gig issue" { - on = "issues" - resolves = [ - "debug", - "Add venue information", - ] -} - -action "Not close issue" { - uses = "actions/bin/filter@master" - args = "not action closed" -} - -action "Has article identifier" { - uses = "actions/bin/filter@master" - needs = ["Not close issue"] - args = ["label", "papers"] -} - -action "debug" { - needs = ["Has article identifier"] - uses = "actions/bin/debug@master" -} - -action "Update Article Information" { - uses = "docker://uribo/bucky" - needs = ["Has article identifier"] - secrets = ["GITHUB_TOKEN"] -} From e79aa175a85c9cbe2f5cd522e8ab814261219752 Mon Sep 17 00:00:00 2001 From: Patrik Hagara Date: Fri, 10 May 2019 12:18:59 +0200 Subject: [PATCH 35/39] fix margins & padding for blockquotes, lists and nested lists --- assets/styles.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/assets/styles.scss b/assets/styles.scss index 1536e3b77c..0067f167b3 100644 --- a/assets/styles.scss +++ b/assets/styles.scss @@ -35,6 +35,17 @@ color: #6a737d; border-left: 2px solid #959da5; padding-left: 16px; + margin-bottom: 16px; + } + + ul, ol { + padding-left: 32px; + margin-bottom: 16px; + } + + li ul, li ol { + padding-left: 16px; + margin-bottom: 0px; } } From ab91aa279148794d13078c0451ec83be22931581 Mon Sep 17 00:00:00 2001 From: Michele Bologna Date: Sat, 11 May 2019 12:19:13 +0200 Subject: [PATCH 36/39] Fix: remove rbenv specific version If you are using rbenv and you try to `bundle install`: ``` % bundle install rbenv: version `2.5.1' is not installed (set by /var/home/michele/personal-website/.ruby-version) ``` With this PR we do not restrict users to have that particular version of Ruby installed via rbenv. Tested and works with: ``` % rbenv versions system * 2.6.3 ``` --- .ruby-version | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .ruby-version diff --git a/.ruby-version b/.ruby-version deleted file mode 100644 index 73462a5a13..0000000000 --- a/.ruby-version +++ /dev/null @@ -1 +0,0 @@ -2.5.1 From 95cad76b8d2bba7fe3e9445553d6dc1923045cf3 Mon Sep 17 00:00:00 2001 From: Michele Bologna Date: Tue, 14 May 2019 22:57:32 +0200 Subject: [PATCH 37/39] Fix: add .ruby-version to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 162edb6d7f..201a810605 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ .sass-cache _site/ Gemfile.lock +**/.ruby-version From 309281869503649b3f1cedbf43551d59c0c49a4c Mon Sep 17 00:00:00 2001 From: Brandon Rosage Date: Mon, 20 May 2019 16:01:15 -0500 Subject: [PATCH 38/39] added example to config.yml --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index f744fd7c2e..fe0952ffc5 100644 --- a/_config.yml +++ b/_config.yml @@ -35,6 +35,7 @@ projects: # instagram: your_username # keybase: your_username # linkedin: your_username + # mastodon: your_username # medium: your_username # stackoverflow: your_user_id # telegram: your_username From ec99147d789ea3332274857d38aba8c3b5063ae5 Mon Sep 17 00:00:00 2001 From: skullface Date: Tue, 9 Mar 2021 11:49:00 -0500 Subject: [PATCH 39/39] add theme preview image --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5994e73733..a5296b17ec 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Your personal website is waiting to be personalized, though. It includes space t It's all possible using the combination of [Jekyll](https://jekyllrb.com/docs/) (for building your website), [GitHub Pages](https://pages.github.com/) (for hosting your website), and [GitHub's API](https://developer.github.com/v3/) (for automatically populating your website with content). +![](https://user-images.githubusercontent.com/221550/110506678-51906280-80cd-11eb-803a-c41984bd9312.png) + ## Installation ### Fork the `github/personal-website` repo