diff --git a/config.toml b/config.toml index fa94f1d..17e5f89 100755 --- a/config.toml +++ b/config.toml @@ -60,16 +60,16 @@ apple_touch_icon = "/icons/apple-touch-icon.png" webmanifest = "/icons/site.webmanifest" [extra.organization] -name = "Garage" -description = "An open-source distributed object storage service tailored for self-hosting" -logo = "/images/garage-logo.svg" +name = "Aerogramme" +description = "Resilient & standards-compliant open-source IMAP server with server-side encryption " +logo = "/logo/aerogramme-600.svg" logo_simple = "/images/garage-logo-simple.svg" logo_horizontal = "/images/garage-logo-horizontal.svg" [extra.author] -name = "Garage" +name = "Aerogramme" avatar = "/images/garage-logo.svg" [extra.social] -git = "https://git.deuxfleurs.fr/Deuxfleurs/garage" +git = "https://git.deuxfleurs.fr/Deuxfleurs/aerogramme" email = "garagehq@deuxfleurs.fr" diff --git a/src/input.css b/src/input.css index 55763b2..6b3f968 100755 --- a/src/input.css +++ b/src/input.css @@ -11,7 +11,7 @@ article .page-content { /** Pre */ article pre { - @apply p-4 rounded-md my-4 border-l-4 border-garage-gray shadow-lg whitespace-pre-wrap; + @apply p-4 rounded-md my-4 border-l-4 border-aerogramme-gray shadow-lg whitespace-pre-wrap; } /** Tables */ @@ -39,7 +39,7 @@ article table tbody tr td { /** Blockquotes */ article blockquote { - @apply my-2 py-2 pl-4 border-l-4 border-garage-orange; + @apply my-2 py-2 pl-4 border-l-4 border-aerogramme-blue; } /** Ul */ @@ -71,7 +71,7 @@ article ol ul { } p > code, p > strong > code, li > code, li > strong > code { - @apply bg-gray-100 text-base py-0.5 px-1 rounded font-semibold text-garage-gray shadow-inner; + @apply bg-gray-100 text-base py-0.5 px-1 rounded font-semibold text-aerogramme-gray shadow-inner; } .page-content > h1 { @@ -87,11 +87,11 @@ p > code, p > strong > code, li > code, li > strong > code { } .page-content { - @apply text-garage-gray; + @apply text-aerogramme-gray; } .page-content a { - @apply font-semibold text-garage-orange border-b border-garage-orange hover:text-red-500 hover:border-red-500 transition-all duration-500; + @apply font-semibold text-aerogramme-blue border-b border-aerogramme-blue hover:text-red-500 hover:border-red-500 transition-all duration-500; } .page-content img { @@ -99,7 +99,7 @@ p > code, p > strong > code, li > code, li > strong > code { } .is-active { - @apply text-garage-orange; + @apply text-aerogramme-blue; } @layer utilities { @@ -270,4 +270,4 @@ p > code, p > strong > code, li > code, li > strong > code { margin: 2.75rem 0; } -} \ No newline at end of file +} diff --git a/static/logo/aerogramme-600.svg b/static/logo/aerogramme-600.svg new file mode 100644 index 0000000..b022592 --- /dev/null +++ b/static/logo/aerogramme-600.svg @@ -0,0 +1,363 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A + + + + + + + + + + + + + diff --git a/static/logo/aerogramme.svg b/static/logo/aerogramme.svg new file mode 100644 index 0000000..c71bbf9 --- /dev/null +++ b/static/logo/aerogramme.svg @@ -0,0 +1,72136 @@ + + + + diff --git a/static/logo/aerogramme2.svg b/static/logo/aerogramme2.svg new file mode 100644 index 0000000..bc046e1 --- /dev/null +++ b/static/logo/aerogramme2.svg @@ -0,0 +1,408 @@ + + + + diff --git a/static/logo/aerogramme3.png b/static/logo/aerogramme3.png new file mode 100644 index 0000000..1b3d413 Binary files /dev/null and b/static/logo/aerogramme3.png differ diff --git a/static/logo/aerogramme3.svg b/static/logo/aerogramme3.svg new file mode 100644 index 0000000..065b37c --- /dev/null +++ b/static/logo/aerogramme3.svg @@ -0,0 +1,363 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A + + + + + + + + + + + + + diff --git a/tailwind.config.js b/tailwind.config.js index 7c30233..4d4b134 100755 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -6,8 +6,8 @@ module.exports = { theme: { extend: { colors: { - 'garage-orange': "#FF9329", - 'garage-gray': "#4E4E4E", + 'aerogramme-blue': "#343786", + 'aerogramme-gray': "#4E4E4E", }, backgroundSize: { 'size-200': '200% 200%', diff --git a/templates/404.html b/templates/404.html index c759261..e67fa8a 100755 --- a/templates/404.html +++ b/templates/404.html @@ -6,13 +6,13 @@
-

- HTTP 404 +

+ HTTP 404

What a shame!
The page you are looking for does not exist.

- + Go back to homepage
diff --git a/templates/blog_article.html b/templates/blog_article.html index 6f96847..8645e39 100755 --- a/templates/blog_article.html +++ b/templates/blog_article.html @@ -11,8 +11,8 @@
-
-

+
+

{{ page.title }}

{% if page.description %} @@ -22,13 +22,13 @@ title="Back to blog posts">
+ class="h-16 bg-aerogramme-gray group-hover:bg-aerogramme-blue transform -rotate-45 origin-top-right">
+ class="w-full text-aerogramme-gray text-sm grid grid-cols-1 md:grid-cols-2 bg-gradient-to-r from-gray-100 to-transparent p-3 border-l-4 border-gray-300">
{{ macros::page_publish_metadata(page=page) }}
@@ -96,7 +96,7 @@