diff --git a/CONTRIBUTORS.yaml b/CONTRIBUTORS.yaml index 72081a9..13d453d 100644 --- a/CONTRIBUTORS.yaml +++ b/CONTRIBUTORS.yaml @@ -17,12 +17,42 @@ --- # Please add yourself below in alphabetical order +ahornos: + name: Albert Hornos Vidal + email: ahornos@bsc.es + orcid: 0000-0002-7330-668X + elixir_node: es + +alex-dem: + name: Alexandros Dimopoulos + email: dimopoulos@fleming.gr + orcid: 0000-0002-4602-2040 + elixir_node: gr + +blankdots: + name: Stefan Negru + email: stefan.negru@csc.fi + orcid: 0000-0002-6544-5022 + elixir_node: fi + +d-salgado: + name: David Salgado + email: david.salgado@france-bioinformatique.fr + orcid: 0000-0002-5905-3591 + elixir_node: fr + jmenglund: name: Markus Englund email: markus.englund@nbis.se orcid: 0000-0003-1688-7112 elixir_node: se +lilachic: + name: Liisa Lado-Villar + email: liisa.lado-villar@csc.fi + orcid: + elixir_node: fi + mfreeberg: name: Mallory Freeberg email: mfreeberg@ebi.ac.uk @@ -42,33 +72,3 @@ silviabah: email: sbahena@ebi.ac.uk orcid: 0000-0002-2734-0449 elixir_node: embl - -ahornos: - name: Albert Hornos Vidal - email: ahornos@bsc.es - orcid: 0000-0002-7330-668X - elixir_node: es - -blankdots: - name: Stefan Negru - email: - orcid: - elixir_node: fi - -alex-dem: - name: Alexandros Dimopoulos - email: dimopoulos@fleming.gr - orcid: 0000-0002-4602-2040 - elixir_node: gr - -d-salgado: - name: David Salgado - email: david.salgado@france-bioinformatique.fr - orcid: 0000-0002-5905-3591 - elixir_node: fr - -lilachic: - name: Liisa Lado-Villar - email: liisa.lado-villar@csc.fi - orcid: - elixir_node: fi diff --git a/_config.yml b/_config.yml index bdf32db..14f3462 100644 --- a/_config.yml +++ b/_config.yml @@ -7,6 +7,7 @@ webrick: Access-Control-Allow-Origin: "*" # Specific to this theme +baseurl: /FEGA-onboarding site_author: Federated EGA Knowledge base team repo_url: '' edit_on_github: false diff --git a/docs/_includes/searchbox.html b/docs/_includes/searchbox.html new file mode 100755 index 0000000..174853e --- /dev/null +++ b/docs/_includes/searchbox.html @@ -0,0 +1,5 @@ +
+
+ +
+
diff --git a/docs/search.html b/docs/search.html index b06e38e..d67cfbc 100755 --- a/docs/search.html +++ b/docs/search.html @@ -64,7 +64,7 @@

Search Results

this.field('author'); this.field('content'); }); - $.getJSON('/search_data.json').then(function(search_data) { + $.getJSON('search_data.json').then(function(search_data) { var idx = lunr(function() { this.field('id'); this.field('title', { boost: 10 }); diff --git a/docs/search_data.json b/docs/search_data.json index 639c8a4..9a7012f 100644 --- a/docs/search_data.json +++ b/docs/search_data.json @@ -9,7 +9,7 @@ search_exclude: true "{{ site_page.url | slugify }}": { "title": "{{ site_page.title | xml_escape }}", "content": {{site_page.content | markdownify | newline_to_br | replace: '
', ' ' | strip_html | normalize_whitespace | jsonify }}, - "url": " {{ site_page.url | xml_escape }}", + "url": " {{ site_page.url | absolute_url }}", "author": "{{ site_page.author | xml_escape }}" }, {%- endunless %} @@ -19,7 +19,7 @@ search_exclude: true "{{ site_post.url | slugify }}": { "title": "{{ site_post.title | xml_escape }}", "content": {{site_post.content | markdownify | newline_to_br | replace: '
', ' ' | strip_html | normalize_whitespace | jsonify }}, - "url": " {{ site_post.url | xml_escape }}", + "url": " {{ site_post.url | absolute_url }}", "author": "{{ site_post.author | xml_escape }}" }{%- unless forloop.last %},{%- endunless %} {%- endunless %}