Skip to content
Snippets Groups Projects
Commit abf17373 authored by Hugo Trentesaux's avatar Hugo Trentesaux
Browse files

improve main pages metadata

parent 48188bf2
No related branches found
No related tags found
No related merge requests found
Pipeline #17970 passed
+++
title = "Accueil"
template = "custom/accueil.html"
template = "custom/1-accueil.html"
sort_by = "weight"
aliases = ["fr"]
description = "Duniter est un logiciel distribué sur blockchain qui fait fonctionner la monnaie libre ğ1."
+++
This content will not be used. See the custom.html page for details.
+++
title = "Logiciels"
template = "custom/ecosysteme.html"
template = "custom/4-logiciels.html"
weight = 3
description = "Un large éventail logiciel constitue l'écosystème de la monnaie libre ǧ1."
aliases = ["fr/contribuer"]
[taxonomies]
tags = ["Duniter", "Cesium", "Silkaj"]
+++
Cf la page dédiées ecosysteme.html
\ No newline at end of file
+++
title = "Ğ1"
template = "custom/g1.html"
template = "custom/3-g1.html"
weight = 2
description = "La monnaie ğ1 est la première monnaie libre en circulation."
aliases = ["fr/monnaie-libre-g1"]
[taxonomies]
tags = ["Monnaie Libre", "Ğ1"]
+++
Page vide, contenu dans le fichier g1.html.
\ No newline at end of file
+++
title = "Monnaie libre"
template = "custom/monnaie-libre.html"
template = "custom/2-monnaie-libre.html"
weight = 1
description = "Une monnaie libre est une monnaie qui respecte les principes de symétrie spatiale et temporelle. La création monétaire libre n'introduit pas d'inégalités entre les individus."
aliases = ["fr/monnaies-libres"]
+++
Page vide, contenu dans le fichier monnaie-libre.html.
\ No newline at end of file
[taxonomies]
tags = ["Monnaie Libre", "TRM", "monnaie égalitaire"]
+++
\ No newline at end of file
+++
title = "Toile de confiance"
template = "custom/toile-de-confiance.html"
template = "custom/5-toile-de-confiance.html"
weight = 4
description = "La toile de confiance est le système d'identité distribué de Duniter et de la Ğ1."
[taxonomies]
tags = ["toile de confiance", "web of trust", "idendité numérique"]
+++
{% extends "index.html" %}
{% block title %}<title>Duniter | Accueil</title>{% endblock title %}
{% block description %}<meta name="description" content="Duniter est un logiciel distribué sur blockchain qui fait fonctionner la monnaie libre ğ1.">{% endblock description %}
{% block keywords %}<meta name="keywords" content="Duniter, monnaie libre, ğ1">{% endblock keywords %}
{% block keywords %}<meta name="keywords" content="Duniter, Monnaie Libre, Ǧ1, cryptomonnaie">{% endblock keywords %}
{% block content %}
<main class="w3-container">
......
{% extends "index.html" %}
{% block title %}<title>Duniter | Monnaie libre</title>{% endblock title %}
{% block description %}<meta name="description" content="Une monnaie libre est une monnaie qui respecte les principes de symétrie spatiale et temporelle. La création monétaire libre n'introduit pas d'inégalités entre les individus.">{% endblock description %}
{% block keywords %}<meta name="keywords" content="monnaie libre, TRM">{% endblock keywords %}
{% block content %}
<main class="w3-container">
......
{% extends "index.html" %}
{% block title %}<title>Duniter | Ğ1</title>{% endblock title %}
{% block description %}
<meta name="description" content="La monnaie ğ1 est la première monnaie libre en circulation.">{% endblock description
%}
{% block keywords %}
<meta name="keywords" content="monnaie libre, ğ1">{% endblock keywords %}
{% block extrahead %}
<link rel="stylesheet" type="text/css" href="/style/timeline.css">{% endblock extrahead %}
{%- block extrahead -%}
<link rel="stylesheet" type="text/css" href="/style/timeline.css">
{%- endblock extrahead %}
{% block content %}
......
{% extends "index.html" %}
{% block title %}<title>Duniter | Écosystème technique</title>{% endblock title %}
{% block description %}<meta name="description" content="Un large éventail logiciel constitue l'écosystème de la monnaie libre ǧ1.">{% endblock description %}
{% block keywords %}<meta name="keywords" content="Duniter, monnaie libre, ğ1, Cesium, Silkaj">{% endblock keywords %}
{% block content %}
<main class="w3-container w3-padding-64">
......
{% extends "index.html" %}
{% block title %}<title>Duniter | {{page.title}}</title>{% endblock title %}
{% block description %}<meta name="description" content="{{ page.description }}">{% endblock description %}
{% block keywords %}{% if page.taxonomies.tags %}<meta name="keywords" content="
{%- for tag in page.taxonomies.tags %}{{tag}},{% endfor %}">{% endif %}{% endblock keywords %}
{% block content %}
<main class="w3-container">
<div class="w3-panel titletextimage" style="padding-top: 7%">
<h1>Toile de confiance et identité numérique</h1>
<div>
......
{% extends "index.html" %}
{% block title %}<title>Duniter | {{page.title}}</title>{% endblock title %}
{% block description %}<meta name="description" content="{{ page.description }}">{% endblock description %}
{% block keywords %}{% if page.taxonomies.tags %}<meta name="keywords" content="
{%- for tag in page.taxonomies.tags %}{{tag}},{% endfor %}">{% endif %}{% endblock keywords %}
{% block content %}
<main class="w3-container">
</main>
{% endblock content %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment