diff --git a/_config.yml b/_config.yml index 4053062..194f8cb 100755 --- a/_config.yml +++ b/_config.yml @@ -3,19 +3,20 @@ title: Site Title locale: en_US logo: # filename of a logo image that has been placed into your images directory -# If using a Github User page (i.e. username.github.io) to host your site, delete the default url that is below. -# url: + +# Uncomment the 'yes' below if you would like for a creative commons license to be displayed in the footer of your site. +cc: #yes # Enter the following platform usernames if you would like for them to appear on your site. owner: name: Your Name avatar: bio-photo.jpg bio: "A brief description of yourself." email: #emailaddress + # Do not include the @ symbol in your Twitter username twitter: #username - facebook: #username - instagram: #username linkedin: #username github: #username + orcid: # ID Number (ex. 0000-0000-0000-0000) researchgate: #username mendeley: #username google: @@ -23,6 +24,8 @@ owner: analytics: verify: scholar: #id + facebook: #username + instagram: #username bing-verify: stackoverflow: #123456/username from a "http://stackoverflow.com/users/123456/username" link xing: #username diff --git a/_includes/_author-bio.html b/_includes/_author-bio.html index 5bea079..89f795f 100755 --- a/_includes/_author-bio.html +++ b/_includes/_author-bio.html @@ -35,4 +35,5 @@ {% if author.codepen %} CodePen{% endif %} {% if author.researchgate %} ResearchGate{% endif %} {% if author.mendeley %} Mendeley{% endif %} + {% if author.orcid %} Orcid{% endif %} diff --git a/_includes/_footer.html b/_includes/_footer.html index ff61fb1..28226f5 100755 --- a/_includes/_footer.html +++ b/_includes/_footer.html @@ -11,6 +11,10 @@ {% endif %} - +{% if site.cc %} +Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License{{ site.time | date: '%Y' }} {{ site.owner.name }}. Powered by Jekyll using the Jekyll Academic theme. +
Based on the Minimal Mistakes theme developed by Michael Rose.
+{% else %} © {{ site.time | date: '%Y' }} {{ site.owner.name }}. Powered by Jekyll using the Jekyll Academic theme.
Based on the Minimal Mistakes theme developed by Michael Rose.
+{% endif %} diff --git a/assets/css/cvmain.scss b/assets/css/cvmain.scss index 7ba8ae5..5a62ecb 100644 --- a/assets/css/cvmain.scss +++ b/assets/css/cvmain.scss @@ -28,4 +28,4 @@ sitemap: false @import "vendor/font-awesome/font-awesome"; @import "vendor/magnific-popup/magnific-popup"; //@import "vendor/google/fonts"; -@import "print"; \ No newline at end of file +@import "print";