Skip to content

Commit

Permalink
Readme updated; css syntax highlighting added to 'style.css'; YAML up…
Browse files Browse the repository at this point in the history
…dated; Gem jsdon added
  • Loading branch information
Miguel Cardoso committed Nov 24, 2019
1 parent 15f3fe8 commit dfaba57
Show file tree
Hide file tree
Showing 15 changed files with 554 additions and 147 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
gem 'github-pages'
source 'https://rubygems.org'

group :jekyll_plugins do
gem "jekyll-json-ld"
end
16 changes: 16 additions & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,22 @@ The following co-authors contributed to the development of the training material
#### Course Webpage
This is the link to the [course webpage](http://gtpb.igc.gulbenkian.pt/bicourses/2019/ELB19F/), for further information about the course.

#### Code of Conduct
Please read the [CODE_OF_CONDUCT.md](./CODE_OF_CONDUCT.md) for details on contributing and reusing the training material.

#### License
This project is licensed under CC-BY 4.0 - see the [License.md](License.md) for details.

---

#### Host & Co-Sponsor

<a href="http://www.igc.gulbenkian.pt/"><img src="./assets/readme_img/Logo_IGC_2014.png" alt="Instituto Gulbenkian de Ciência" width="250px"></a>

#### Contributors

<a href="https://biodata.pt/"><img src="./assets/readme_img/BIoData_and_co-financiadores.png" alt="Instituto Gulbenkian de Ciência" width="500px"></a>

---

[Github Pages](https://pages.github.com) provide a simple way to make a website using Markdown and git.
Expand Down
8 changes: 6 additions & 2 deletions _includes/themes/twitter/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>{{ page.title }}</title>
{% if page.description %}<meta name="description" content="{{ page.description }}">{% endif %}
<title>{%if page.schemadotorg.name %}{{page.schemadotorg.name | split: " -" | first }}{% else %}{{ page.title }}{% endif %}</title>
{%if page.schemadotorg.name %}<meta name="description" content="{{ page.schemadotorg.description }}">{% endif %}
<meta name="author" content="{{ site.author.name }}">

<script type="application/ld+json">
{{ page.schemadotorg | jsonify }}
</script>

<!-- Enable responsive viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">

Expand Down
7 changes: 6 additions & 1 deletion _includes/themes/twitter/page.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<div class="page-header">
<h2>{{ page.title }} {% if page.tagline %} <small>{{ page.tagline }}</small>{% endif %}</h2>
<h2> {%if page.schemadotorg.name %}
{{page.schemadotorg.name | split: " - " | first }} <small>{{ page.schemadotorg.name | split: " - " | last }}</small>
{% else %}
{{ page.title }} <small>{{page.tagline}}</small>
{% endif %}
</h2>
</div>

<div class="row-fluid">
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/readme_img/Logo_IGC_2014.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit dfaba57

Please sign in to comment.