updating link to docs
This commit is contained in:
parent
1f6d239a55
commit
f21c775426
|
@ -4,5 +4,5 @@ This template utilizes Jekyll, an open source static website generator, as well
|
||||||
####Why Should I Use This?
|
####Why Should I Use This?
|
||||||
By using this template you will have a website that is well designed, easy to maintain, free to host and easy to update. While there are many options out there for personal and professional websites, most are dependant on the platform on which they were built, and cannot be easily migrated. This template, while built for Github Pages integration, provides flexibility should you choose to host it elsewhere.
|
By using this template you will have a website that is well designed, easy to maintain, free to host and easy to update. While there are many options out there for personal and professional websites, most are dependant on the platform on which they were built, and cannot be easily migrated. This template, while built for Github Pages integration, provides flexibility should you choose to host it elsewhere.
|
||||||
|
|
||||||
##[Getting Started Guide](https://pages.github.ncsu.edu/tdstoffe/jekyll-academic-docs/)
|
##[Getting Started Guide](https://ncsu-libraries.github.io/jekyll-academic-docs/)
|
||||||
Complete documentation for getting started as well as advanced features of Jekyll Academic can be fount at [https://pages.github.ncsu.edu/tdstoffe/jekyll-academic-docs/](https://pages.github.ncsu.edu/tdstoffe/jekyll-academic-docs/).
|
Complete documentation for getting started as well as advanced features of Jekyll Academic can be fount at [https://ncsu-libraries.github.io/jekyll-academic-docs/](https://ncsu-libraries.github.io/jekyll-academic-docs/).
|
||||||
|
|
16
_config.yml
16
_config.yml
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
title: Site Title
|
title: Site Title
|
||||||
locale: en_US
|
locale: en_US
|
||||||
logo:
|
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.
|
# If using a Github User page (i.e. username.github.io) to host your site, delete the default url that is below.
|
||||||
url: /jekyll-academic
|
url: /jekyll-academic
|
||||||
# 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.
|
||||||
|
@ -11,22 +11,21 @@ owner:
|
||||||
avatar: bio-photo.jpg
|
avatar: bio-photo.jpg
|
||||||
bio: "A brief description of yourself."
|
bio: "A brief description of yourself."
|
||||||
email: #emailaddress
|
email: #emailaddress
|
||||||
disqus-shortname:
|
|
||||||
twitter: #username
|
twitter: #username
|
||||||
facebook: #username
|
facebook: #username
|
||||||
|
instagram: #username
|
||||||
|
linkedin: #username
|
||||||
|
github: #username
|
||||||
|
researchgate: #username
|
||||||
|
mendeley: #username
|
||||||
google:
|
google:
|
||||||
plus: #username
|
plus: #username
|
||||||
analytics:
|
analytics:
|
||||||
verify:
|
verify:
|
||||||
ad-client:
|
|
||||||
ad-slot:
|
|
||||||
scholar: #id
|
scholar: #id
|
||||||
bing-verify:
|
bing-verify:
|
||||||
github: #username
|
|
||||||
stackoverflow: #123456/username from a "http://stackoverflow.com/users/123456/username" link
|
stackoverflow: #123456/username from a "http://stackoverflow.com/users/123456/username" link
|
||||||
linkedin: #username
|
|
||||||
xing: #username
|
xing: #username
|
||||||
instagram: #username
|
|
||||||
lastfm: #username
|
lastfm: #username
|
||||||
tumblr: #username
|
tumblr: #username
|
||||||
pinterest: #username
|
pinterest: #username
|
||||||
|
@ -38,8 +37,7 @@ owner:
|
||||||
weibo: #username
|
weibo: #username
|
||||||
flickr: #username
|
flickr: #username
|
||||||
codepen: #username
|
codepen: #username
|
||||||
researchgate: #username
|
disqus-shortname:
|
||||||
mendeley: #username
|
|
||||||
|
|
||||||
#DO NOT EDIT BEYOND THIS POINT
|
#DO NOT EDIT BEYOND THIS POINT
|
||||||
# Jekyll configuration
|
# Jekyll configuration
|
||||||
|
|
|
@ -2,5 +2,4 @@
|
||||||
layout: presentation-post-index
|
layout: presentation-post-index
|
||||||
title: Presentations
|
title: Presentations
|
||||||
excerpt: "Recent Presentations"
|
excerpt: "Recent Presentations"
|
||||||
image:
|
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in New Issue