Compare commits
2 commits
e7adbc62eb
...
bb826ff398
Author | SHA1 | Date | |
---|---|---|---|
bb826ff398 | |||
c86da5a461 |
3 changed files with 18 additions and 0 deletions
16
README.md
Normal file
16
README.md
Normal 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.
|
||||
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue