Skip to content

Commit 5ae8ee8

Browse files
author
Pablo Ruiz Fabo
committed
adds news (manually) on navbar and updates clariah-gal news
1 parent 8d1dd5c commit 5ae8ee8

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ kramdown:
169169
start_line: 1
170170

171171
# Includes & excludes
172-
include: ["_pages", "_scripts", "_news"]
172+
include: ["_pages", "_scripts"]
173173
exclude:
174174
- bin/
175175
- CONTRIBUTING.md

_includes/header.liquid

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,14 @@
4848
{% if page.permalink == '/' %} {% assign about_title = page.title %} {% endif %}
4949
{% endfor %}
5050

51+
<li class="nav-item {% if page.title == 'news' %}active{% endif %}">
52+
<a class="nav-link" href="{{ '/news/' | relative_url }}">news
53+
{%- if page.title == "news" -%}
54+
<span class="sr-only">(current)</span>
55+
{%- endif -%}
56+
</a>
57+
</li>
58+
5159
<!-- About -->
5260
<li class="nav-item {% if page.permalink == '/' %}active{% endif %}">
5361
<a class="nav-link" href="{{ '/' | relative_url }}">
@@ -58,6 +66,8 @@
5866
</a>
5967
</li>
6068

69+
70+
6171
<!-- Other pages -->
6272
{% assign sorted_pages = site.pages | sort: 'nav_order' %}
6373
{% for p in sorted_pages %}

_news/ii-clariah-gal-workshop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pubs_for_page: true
88
page_id: ii-clariah-gal
99
---
1010

11-
[CLARIAH-GAL](https://www.clariah.gal/) is the Galician node of CLARIAH-ES, the digital research infrastructure coordinating Spain's participation in European Resarch Infrastruture Consortia [CLARIN](https://www.clarin.eu/) and [DARIAH](https://www.dariah.eu/). CLARIAH-GAL is coordinated by [Instituto da Lingua Galega](https://ilg.usc.gal/), in collaboration with CiTIUS, which is the host for the COMPEL project.
11+
[CLARIAH-GAL](https://www.clariah.gal/) is the Galician node of CLARIAH-ES, which coordinates Spain's participation in European Resarch Infrastruture Consortia [CLARIN](https://www.clarin.eu/) and [DARIAH](https://www.dariah.eu/). CLARIAH-GAL is managed by [Instituto da Lingua Galega](https://ilg.usc.gal/), in collaboration with CiTIUS, which is the host for the COMPEL project.
1212

1313
CLARIAH-GAL organized its second workshop on May 9, 2025, featuring presentations on a variety of digital humanities topics, including textual, visual and sound corpora and related tools and resources. The workshop program is at [https://ilg.usc.gal/gl/actividades/II-xeira-clariah-gal](https://ilg.usc.gal/gl/actividades/II-xeira-clariah-gal).
1414

0 commit comments

Comments
 (0)