Article Starting Point

Sample RST content to start from and modify for your article.

Main Header for your article
#############################################

:lang: en
:category: a valid category
:date: 2025-10-11 20:03:36+00:00
:tags: article, template
:slug: unique-article-name
:authors: Pierre Bernatchez
:summary: One line Summary of your article

.. |copy| unicode:: 0xA9 .. copyright sign

.. |---| unicode:: U+02014 .. em dash
   :trim:

.. footer:: Copyright |copy| 2025 Pierre Bernatchez |---| all rights reserved.


Start here

Modify the main header to something suitable for your artricle.

Modify category to one appropriate for your article.

Modify date. You can use command line command "date -u --rfc-3339=seconds" to get a correctly formatted date string.

Modify tags to relevant keywords for your article.

Modify slug to be the unique name for your article. We use that as the basis for the file name of the .rst file. Like this slugname-en.rst, slugname-es.rst, slugname-fr.rst are the 3 language file names for the article with the slug: slugname.

Modify authors to your own name.

Modify summary to something appropriate to your article.

Modify the name in the footer line to yours also.

Write your article, using RST markup beginning at start here

Published by Pierre Bernatchez in «this blog». Key Words: initial, article, template