Skip to content

Commit

Permalink
add short description to categories
Browse files Browse the repository at this point in the history
  • Loading branch information
nair0lf32 committed Jul 25, 2024
1 parent 3aeb39e commit 9248a66
Show file tree
Hide file tree
Showing 22 changed files with 68 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _posts/Cardiologie/2021-11-26-Cardiologie.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ permalink: /cardiologie/
{% assign category = page.title %}

<h2>{{ category }}</h2>

> Au sujet des pathologies du système cardiovasculaire (le cœur et les vaisseaux sanguins)
{% for post in site.posts %}
{% if post.categories contains category %}
<li> <a href="{{ post.url | relative_url }}">{{ post.title }}</a></li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ permalink: /chirurgiepediatrique/
{% assign category = page.title %}

<h2>{{ category }}</h2>

> Au sujet des pathologies chirurgicales de l'enfant
{% for post in site.posts %}
{% if post.categories contains category %}
<li> <a href="{{ post.url | relative_url }}">{{ post.title }}</a></li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ permalink: /chirurgieviscerale/
{% assign category = page.title %}

<h2>{{ category }}</h2>

> Au sujet des pathologies chirurgicales de des
viscères (abdominaux et quelques exceptions)

{% for post in site.posts %}
{% if post.categories contains category %}
<li> <a href="{{ post.url | relative_url }}">{{ post.title }}</a></li>
Expand Down
3 changes: 3 additions & 0 deletions _posts/Dermatologie/2021-11-26-Dermatologie.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ permalink: /dermatologie/
{% assign category = page.title %}

<h2>{{ category }}</h2>

> Au sujet des pathologies de la peau
{% for post in site.posts %}
{% if post.categories contains category %}
<li> <a href="{{ post.url | relative_url }}">{{ post.title }}</a></li>
Expand Down
3 changes: 3 additions & 0 deletions _posts/Endocrinologie/2021-11-26-Endocrinologie.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ permalink: /endocrinologie/
{% assign category = page.title %}

<h2>{{ category }}</h2>

> Au sujet des pathologies endocriniennes (liées aux glandes endocrines et leurs hormones), et du métabolisme en général
{% for post in site.posts %}
{% if post.categories contains category %}
<li> <a href="{{ post.url | relative_url }}">{{ post.title }}</a></li>
Expand Down
3 changes: 3 additions & 0 deletions _posts/Gynécologie/2021-11-26-Gynécologie.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ permalink: /gynecologie/
{% assign category = page.title %}

<h2>{{ category }}</h2>

> Au sujet des pathologies gynécologiques (liées aux organes génitaux féminins) et obstétricales (liées à la grossesse et à l'accouchement)
{% for post in site.posts %}
{% if post.categories contains category %}
<li> <a href="{{ post.url | relative_url }}">{{ post.title }}</a></li>
Expand Down
4 changes: 4 additions & 0 deletions _posts/Généralités/2021-10-09-Généralités.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ permalink: /généralités/
{% assign category = page.title %}

<h2>{{ category }}</h2>

> Au sujet des pathologies générales, et des principes de médecine en général. Ici, on parle de tout ce qui n'est pas spécifique à une spécialité médicale (que tout médecin doit connaître) mais qui ne relève pas non plus des
sciences fondamentales (biologie, chimie, physique, mathématiques, etc.)

{% for post in site.posts %}
{% if post.categories contains category %}
<li> <a href="{{ post.url | relative_url }}">{{ post.title }}</a></li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ permalink: /hepatogastroenterologie/
{% assign category = page.title %}

<h2>{{ category }}</h2>

> Au sujet des pathologies du tube digestif et des glandes annexes (foie, pancréas, voies biliaires)
{% for post in site.posts %}
{% if post.categories contains category %}
<li> <a href="{{ post.url | relative_url }}">{{ post.title }}</a></li>
Expand Down
3 changes: 3 additions & 0 deletions _posts/Hématologie/2021-11-26-Hématologie.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ permalink: /hematologie/
{% assign category = page.title %}

<h2>{{ category }}</h2>

> Au sujet des pathologies du sang et des organes hématopoïétiques (la moelle osseuse, les ganglions lymphatiques, la rate)
{% for post in site.posts %}
{% if post.categories contains category %}
<li> <a href="{{ post.url | relative_url }}">{{ post.title }}</a></li>
Expand Down
3 changes: 3 additions & 0 deletions _posts/Infectiologie/2021-11-26-Infectiologie.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ permalink: /infectiologie/
{% assign category = page.title %}

<h2>{{ category }}</h2>

> Au sujet des pathologies infectieuses (Liées aux micro-organismes pathogènes: bactéries, virus, champignons, parasites)
{% for post in site.posts %}
{% if post.categories contains category %}
<li> <a href="{{ post.url | relative_url }}">{{ post.title }}</a></li>
Expand Down
3 changes: 3 additions & 0 deletions _posts/M.P.R/2021-11-26-MPR.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ permalink: /mpr/
{% assign category = page.title %}

<h2>{{ category }}</h2>

> Au sujet de la Médecine Physique et de Réadaptation (La gestion des handicaps physiques et de certaines maladies chroniques)
{% for post in site.posts %}
{% if post.categories contains category %}
<li> <a href="{{ post.url | relative_url }}">{{ post.title }}</a></li>
Expand Down
3 changes: 3 additions & 0 deletions _posts/Neurologie/2021-11-26-Neurologie.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ permalink: /neurologie/
{% assign category = page.title %}

<h2>{{ category }}</h2>

> Au sujet des pathologies médicales du système nerveux (cerveau, moelle épinière, nerfs, etc.)
{% for post in site.posts %}
{% if post.categories contains category %}
<li> <a href="{{ post.url | relative_url }}">{{ post.title }}</a></li>
Expand Down
3 changes: 3 additions & 0 deletions _posts/Néphrologie/2021-11-26-Néphrologie.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ permalink: /nephrologie/
{% assign category = page.title %}

<h2>{{ category }}</h2>

> Au sujet des pathologies médicales des reins
{% for post in site.posts %}
{% if post.categories contains category %}
<li> <a href="{{ post.url | relative_url }}">{{ post.title }}</a></li>
Expand Down
3 changes: 3 additions & 0 deletions _posts/O.R.L/2021-11-26-ORL.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ permalink: /orl/
{% assign category = page.title %}

<h2>{{ category }}</h2>

> Au sujet des pathologies médicales du nez, de la gorge et des oreilles (Oto-Rhino-Laryngologie)
{% for post in site.posts %}
{% if post.categories contains category %}
<li> <a href="{{ post.url | relative_url }}">{{ post.title }}</a></li>
Expand Down
3 changes: 3 additions & 0 deletions _posts/Ophtalmologie/2021-11-26-Ophtalmologie.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ permalink: /ophtalmologie/
{% assign category = page.title %}

<h2>{{ category }}</h2>

> Au sujet des pathologies des yeux
{% for post in site.posts %}
{% if post.categories contains category %}
<li> <a href="{{ post.url | relative_url }}">{{ post.title }}</a></li>
Expand Down
3 changes: 3 additions & 0 deletions _posts/Pneumologie/2021-11-26-Pneumologie.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ permalink: /pneumologie/
{% assign category = page.title %}

<h2>{{ category }}</h2>

> Au sujet des pathologies médicales de l'appareil respiratoire (poumons, bronches, plèvre, etc.)
{% for post in site.posts %}
{% if post.categories contains category %}
<li> <a href="{{ post.url | relative_url }}">{{ post.title }}</a></li>
Expand Down
3 changes: 3 additions & 0 deletions _posts/Psychiatrie/2021-11-26-Psychiatrie.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ permalink: /psychiatrie/
{% assign category = page.title %}

<h2>{{ category }}</h2>

> Au sujet des pathologies mentales, des troubles psychiques et comportementaux
{% for post in site.posts %}
{% if post.categories contains category %}
<li> <a href="{{ post.url | relative_url }}">{{ post.title }}</a></li>
Expand Down
3 changes: 3 additions & 0 deletions _posts/Pédiatrie/2021-11-26-Pédiatrie.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ permalink: /pediatrie/
{% assign category = page.title %}

<h2>{{ category }}</h2>

> Au sujet des pathologies médicales des enfants
{% for post in site.posts %}
{% if post.categories contains category %}
<li> <a href="{{ post.url | relative_url }}">{{ post.title }}</a></li>
Expand Down
3 changes: 3 additions & 0 deletions _posts/Rhumatologie/2021-09-27-rhumatologie.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ permalink: /rhumatologie/
{% assign category = page.title %}

<h2>{{ category }}</h2>

> Au sujet des pathologies rhumatismales et des maladies articulaires
{% for post in site.posts %}
{% if post.categories contains category %}
<li> <a href="{{ post.url | relative_url }}">{{ post.title }}</a></li>
Expand Down
3 changes: 3 additions & 0 deletions _posts/Traumatologie/2021-11-26-Traumatologie.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ permalink: /traumatologie/
{% assign category = page.title %}

<h2>{{ category }}</h2>

> Au sujet des traumatismes et des lésions corporelles
{% for post in site.posts %}
{% if post.categories contains category %}
<li> <a href="{{ post.url | relative_url }}">{{ post.title }}</a></li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ permalink: /urgences-reanimation/
{% assign category = page.title %}

<h2>{{ category }}</h2>

> Au sujet des urgences médicales et détresses vitales
{% for post in site.posts %}
{% if post.categories contains category %}
<li> <a href="{{ post.url | relative_url }}">{{ post.title }}</a></li>
Expand Down
3 changes: 3 additions & 0 deletions _posts/Urologie/2021-11-26-Urologie.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ permalink: /urologie/
{% assign category = page.title %}

<h2>{{ category }}</h2>

> Au sujet des pathologies chirurgicales des voies urinaires
{% for post in site.posts %}
{% if post.categories contains category %}
<li> <a href="{{ post.url | relative_url }}">{{ post.title }}</a></li>
Expand Down

0 comments on commit 9248a66

Please sign in to comment.