hoffmann-ai / website

HOFFMANN.AI official website
https://hoffmann.ai
MIT License
0 stars 0 forks source link

Update metadata #25

Closed AlexHff closed 3 years ago

AlexHff commented 3 years ago

Is your feature request related to a problem? Please describe. Site metadata is not up to date. Favicon, description, title, etc. are still in their original form.

Describe the solution you'd like

AlexHff commented 3 years ago
{
    "allSite": {
      "edges": [
        {
          "node": {
            "siteMetadata": {
              "copyright": "© All rights reserved.",
              "description": null,
              "disqusShortname": "",
              "logo": "/logo.png",
              "menu": [
                {
                  "label": "Blog",
                  "path": "/blog"
                },
                {
                  "label": "A propos",
                  "path": "/about"
                },
                {
                  "label": "Contact",
                  "path": "/contact"
                }
              ],
              "subtitle": "Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu.",
              "title": "HOFFMANN.AI",
              "url": "https://hoffmann.ai",
              "author": {
                "bio": "Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu.",
                "name": "Alexander Hoffmann",
                "photo": "/photo.jpg",
                "contacts": {
                  "codepen": "",
                  "email": "",
                  "facebook": "",
                  "github": "",
                  "gitlab": "",
                  "line": "",
                  "instagram": "",
                  "linkedin": "",
                  "medium": "",
                  "rss": "",
                  "soundcloud": "",
                  "telegram": "",
                  "twitter": "",
                  "weibo": "",
                  "vkontakte": "",
                  "youtube": ""
                }
              }
            }
          }
        }
      ]
    }
  }
AlexHff commented 3 years ago

[HOFFMANN.AI] Update metadata

Ines-ux-dev commented 3 years ago

meta charSet="utf-8" meta http-equiv="x-ua-compatible" content="ie=edge" meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" meta name="note" content="environment=development" link rel="alternate" type="application/rss+xml" title="HOFFMANN.AI" href="/rss.xml" style type="text/css" link rel="sitemap" type="application/xml" href="/sitemap.xml" link rel="icon" href="/favicon-32x32.png?v=0c8fafc8bef8cc5e681b4713fc1affdb" type="image/png" link rel="manifest" href="/manifest.webmanifest" crossorigin="anonymous" meta name="theme-color" content="#F7A046" link rel="apple-touch-icon" sizes="48x48" href="/icons/icon-48x48.png?v=0c8fafc8bef8cc5e681b4713fc1affdb" link rel="apple-touch-icon" sizes="72x72" href="/icons/icon-72x72.png?v=0c8fafc8bef8cc5e681b4713fc1affdb" link rel="apple-touch-icon" sizes="96x96" href="/icons/icon-96x96.png?v=0c8fafc8bef8cc5e681b4713fc1affdb" link rel="apple-touch-icon" sizes="144x144" href="/icons/icon-144x144.png?v=0c8fafc8bef8cc5e681b4713fc1affdb" link rel="apple-touch-icon" sizes="192x192" href="/icons/icon-192x192.png?v=0c8fafc8bef8cc5e681b4713fc1affdb" link rel="apple-touch-icon" sizes="256x256" href="/icons/icon-256x256.png?v=0c8fafc8bef8cc5e681b4713fc1affdb" link rel="apple-touch-icon" sizes="384x384" href="/icons/icon-384x384.png?v=0c8fafc8bef8cc5e681b4713fc1affdb" link rel="apple-touch-icon" sizes="512x512" href="/icons/icon-512x512.png?v=0c8fafc8bef8cc5e681b4713fc1affdb" title data-react-helmet="true"><script src="/socket.io/socket.io.js"

AlexHff commented 3 years ago

Done. Thanks.