Compare commits

...

2 commits

Author SHA1 Message Date
bb826ff398
Wire Plausible analytics 2024-06-28 13:47:47 +02:00
c86da5a461
Add minimal README 2024-06-28 13:47:11 +02:00
3 changed files with 18 additions and 0 deletions

16
README.md Normal file
View file

@ -0,0 +1,16 @@
# Recycled Cloud website
Gist:
* Initial version: written by Joachim & Timothée
* Second version: written by Robel (intern)
* Third version: brings back the original templating scripts within Robel's version.
## i18n
Each locale has its own directory/namespace and template. It could be nice to
use gettext or similair in the future, so that we don't have to duplicate the
structure of the pages.
The defaut language is english.

View file

@ -27,6 +27,7 @@ cat << EOF
<link rel="icon" type="image/RecycledCloudLogo" href="/assets/Recycledcloud-02.svg">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap">
<meta name="keywords" content="green, hosting, eco-friendly, vps, cloud, server, swiss, IT, ecological, low-carbon, recycled, ethical">
<script defer data-domain="recycled.cloud" src="https://plausible.io/js/script.js"></script>
</head>
<body id="Home">

View file

@ -27,6 +27,7 @@ cat << EOF
<link rel="icon" type="image/RecycledCloudLogo" href="/assets/Recycledcloud-02.svg">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap">
<meta name="keywords" content="écologique, greenwashing, hébergement, vert, vps, cloud, serveur, suisse, IT, recyclé, éthique">
<script defer data-domain="recycled.cloud" src="https://plausible.io/js/script.js"></script>
</head>
<body id="Home">