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?
|
||||
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/)
|
||||
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/).
|
||||
##[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://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
|
||||
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.
|
||||
url: /jekyll-academic
|
||||
# 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
|
||||
bio: "A brief description of yourself."
|
||||
email: #emailaddress
|
||||
disqus-shortname:
|
||||
twitter: #username
|
||||
facebook: #username
|
||||
instagram: #username
|
||||
linkedin: #username
|
||||
github: #username
|
||||
researchgate: #username
|
||||
mendeley: #username
|
||||
google:
|
||||
plus: #username
|
||||
analytics:
|
||||
verify:
|
||||
ad-client:
|
||||
ad-slot:
|
||||
scholar: #id
|
||||
bing-verify:
|
||||
github: #username
|
||||
stackoverflow: #123456/username from a "http://stackoverflow.com/users/123456/username" link
|
||||
linkedin: #username
|
||||
xing: #username
|
||||
instagram: #username
|
||||
lastfm: #username
|
||||
tumblr: #username
|
||||
pinterest: #username
|
||||
|
@ -38,8 +37,7 @@ owner:
|
|||
weibo: #username
|
||||
flickr: #username
|
||||
codepen: #username
|
||||
researchgate: #username
|
||||
mendeley: #username
|
||||
disqus-shortname:
|
||||
|
||||
#DO NOT EDIT BEYOND THIS POINT
|
||||
# Jekyll configuration
|
||||
|
|
|
@ -2,5 +2,4 @@
|
|||
layout: presentation-post-index
|
||||
title: Presentations
|
||||
excerpt: "Recent Presentations"
|
||||
image:
|
||||
---
|
||||
|
|
Loading…
Reference in New Issue