-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- fixed typo in faq list - clean up include for tags - added jekyll-seo-tag plugin
- Loading branch information
1 parent
42a39a8
commit ef7b669
Showing
7 changed files
with
25 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
title: FieldTrip toolbox | ||
email: [email protected] | ||
description: FieldTrip - the toolbox for MEG, EEG and iEEG | ||
|
||
logo: /assets/img/fieldtriplogo-high.png | ||
|
||
baseurl: "/" # the subpath of your site, e.g. /blog | ||
url: "https://www.fieldtriptoolbox.org" # the base hostname & protocol for your site, e.g. http://example.com | ||
twitter_username: fieldtriptoolbx | ||
|
@@ -73,6 +74,8 @@ plugins: | |
- jekyll-toc # https://github.com/toshimaru/jekyll-toc | ||
- jekyll-sitemap # https://github.com/jekyll/jekyll-sitemap | ||
- jekyll-redirect-from # https://blog.webjeda.com/jekyll-redirect/ | ||
- jekyll-seo-tag # https://github.com/jekyll/jekyll-seo-tag | ||
# - premonition # https://github.com/lazee/premonition | ||
|
||
exclude: | ||
- README.md | ||
|
@@ -86,7 +89,6 @@ exclude: | |
# - example/* | ||
# - faq/* | ||
# - getting_started/* | ||
# - reference/* | ||
# - tag/* | ||
# - template/* | ||
# - tutorial/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
<span class="text-muted small"> | ||
{% if page.tags != nill and page.tags != "" %} | ||
Tags: | ||
{% for t in page.tags %} | ||
<a href="/tag/{{ t }}/">{{ t }}</a> | ||
{% endfor %} | ||
{% else %} | ||
| ||
{% endif %} | ||
</span> | ||
{% if page.tags != nill and page.tags != "" %} | ||
Tags: | ||
{% for t in page.tags %} | ||
<a href="/tag/{{ t }}/">{{ t }}</a> | ||
{% endfor %} | ||
{% else %} | ||
| ||
{% endif %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
<!-- Embed a Vimeo video using the do-not-track option--> | ||
<!-- Embed a Vimeo video using the do-not-track option --> | ||
<iframe width="500" height="281" src="https://player.vimeo.com/video/{{ include.id }}?dnt=1" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters