adding orcid and creative commons options
This commit is contained in:
parent
15d6779776
commit
bbc0e4e16a
11
_config.yml
11
_config.yml
|
@ -3,19 +3,20 @@
|
||||||
title: Site Title
|
title: Site Title
|
||||||
locale: en_US
|
locale: en_US
|
||||||
logo: # filename of a logo image that has been placed into your images directory
|
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.
|
# Enter the following platform usernames if you would like for them to appear on your site.
|
||||||
owner:
|
owner:
|
||||||
name: Your Name
|
name: Your Name
|
||||||
avatar: bio-photo.jpg
|
avatar: bio-photo.jpg
|
||||||
bio: "A brief description of yourself."
|
bio: "A brief description of yourself."
|
||||||
email: #emailaddress
|
email: #emailaddress
|
||||||
|
# Do not include the @ symbol in your Twitter username
|
||||||
twitter: #username
|
twitter: #username
|
||||||
facebook: #username
|
|
||||||
instagram: #username
|
|
||||||
linkedin: #username
|
linkedin: #username
|
||||||
github: #username
|
github: #username
|
||||||
|
orcid: # ID Number (ex. 0000-0000-0000-0000)
|
||||||
researchgate: #username
|
researchgate: #username
|
||||||
mendeley: #username
|
mendeley: #username
|
||||||
google:
|
google:
|
||||||
|
@ -23,6 +24,8 @@ owner:
|
||||||
analytics:
|
analytics:
|
||||||
verify:
|
verify:
|
||||||
scholar: #id
|
scholar: #id
|
||||||
|
facebook: #username
|
||||||
|
instagram: #username
|
||||||
bing-verify:
|
bing-verify:
|
||||||
stackoverflow: #123456/username from a "http://stackoverflow.com/users/123456/username" link
|
stackoverflow: #123456/username from a "http://stackoverflow.com/users/123456/username" link
|
||||||
xing: #username
|
xing: #username
|
||||||
|
|
|
@ -35,4 +35,5 @@
|
||||||
{% if author.codepen %}<a href="http://codepen.io/{{ author.codepen }}" class="author-social" target="_blank"><i class="fa fa-fw fa-codepen"></i> CodePen</a>{% endif %}
|
{% if author.codepen %}<a href="http://codepen.io/{{ author.codepen }}" class="author-social" target="_blank"><i class="fa fa-fw fa-codepen"></i> CodePen</a>{% endif %}
|
||||||
{% if author.researchgate %}<a href="http://www.researchgate.net/profile/{{ author.researchgate }}" class="author-social" target="_blank"><i class="ai ai-fw ai-researchgate"></i> ResearchGate</a>{% endif %}
|
{% if author.researchgate %}<a href="http://www.researchgate.net/profile/{{ author.researchgate }}" class="author-social" target="_blank"><i class="ai ai-fw ai-researchgate"></i> ResearchGate</a>{% endif %}
|
||||||
{% if author.mendeley %}<a href="http://www.mendeley.com/profiles/{{ author.mendeley }}" class="author-social" target="_blank"><i class="ai ai-fw ai-mendeley"></i> Mendeley</a>{% endif %}
|
{% if author.mendeley %}<a href="http://www.mendeley.com/profiles/{{ author.mendeley }}" class="author-social" target="_blank"><i class="ai ai-fw ai-mendeley"></i> Mendeley</a>{% endif %}
|
||||||
|
{% if author.orcid %}<a href="http://orcid.org/{{ author.orcid }}" class="author-social" target="_blank"><i class="ai ai-fw ai-orcid"></i> Orcid</a>{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -11,6 +11,10 @@
|
||||||
</script>
|
</script>
|
||||||
</div><!-- /.google-ads -->
|
</div><!-- /.google-ads -->
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if site.cc %}
|
||||||
|
<span><a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>{{ site.time | date: '%Y' }} {{ site.owner.name }}. Powered by <a href="http://jekyllrb.com" rel="nofollow">Jekyll</a> using the <a href="http://ncsu-libraries.github.io/jekyll-academic/" rel="nofollow">Jekyll Academic</a> theme.
|
||||||
|
<br />Based on the <a href="https://mmistakes.github.io/minimal-mistakes/">Minimal Mistakes</a> theme developed by Michael Rose.</span>
|
||||||
|
{% else %}
|
||||||
<span>© {{ site.time | date: '%Y' }} {{ site.owner.name }}. Powered by <a href="http://jekyllrb.com" rel="nofollow">Jekyll</a> using the <a href="http://ncsu-libraries.github.io/jekyll-academic/" rel="nofollow">Jekyll Academic</a> theme.
|
<span>© {{ site.time | date: '%Y' }} {{ site.owner.name }}. Powered by <a href="http://jekyllrb.com" rel="nofollow">Jekyll</a> using the <a href="http://ncsu-libraries.github.io/jekyll-academic/" rel="nofollow">Jekyll Academic</a> theme.
|
||||||
<br />Based on the <a href="https://mmistakes.github.io/minimal-mistakes/">Minimal Mistakes</a> theme developed by Michael Rose.</span>
|
<br />Based on the <a href="https://mmistakes.github.io/minimal-mistakes/">Minimal Mistakes</a> theme developed by Michael Rose.</span>
|
||||||
|
{% endif %}
|
||||||
|
|
|
@ -28,4 +28,4 @@ sitemap: false
|
||||||
@import "vendor/font-awesome/font-awesome";
|
@import "vendor/font-awesome/font-awesome";
|
||||||
@import "vendor/magnific-popup/magnific-popup";
|
@import "vendor/magnific-popup/magnific-popup";
|
||||||
//@import "vendor/google/fonts";
|
//@import "vendor/google/fonts";
|
||||||
@import "print";
|
@import "print";
|
||||||
|
|
Loading…
Reference in New Issue