Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update hugo theme monorepo #87

Merged
merged 4 commits into from
Apr 29, 2024
Merged

Update hugo theme monorepo #87

merged 4 commits into from
Apr 29, 2024

Conversation

pasalino
Copy link
Collaborator

  • Aggiornato tema con gli ultimi commit del tema originale
  • Risolti conflitti e differenze grafiche
  • Aggiornato Share twitter in X
  • Rimosso submodule del tema
  • Rimosso Untitled-1.json

@Jean85
Copy link
Member

Jean85 commented Apr 19, 2024

FTR, questa PR mostra il diff effettivo rispetto al submodule: facile-it/hugo-future-imperfect#7

Copy link
Member

@Jean85 Jean85 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ho revisionato l'altra PR per avere un'idea degli impatti, mi torna ma c'è un solo punto di attenzione per me: lo "schema SEO", che mette l'opengraph; è abilitato per noi? genera roba sensata?

@pasalino
Copy link
Collaborator Author

pasalino commented Apr 28, 2024

@Jean85 abilitato e restituisce questo:


    {
        "@context" : "http://schema.org",
        "@type" : "BlogPosting",
        "mainEntityOfPage": {
             "@type": "WebPage",
             "@id": "http:\/\/localhost:1313\/"
        },
        "articleSection" : "",
        "name" : "Facile.it Engineering",
        "headline" : "Facile.it Engineering",
        "description" : "",
        "inLanguage" : "en",
        "author" : "",
        "creator" : "",
        "publisher": "",
        "accountablePerson" : "",
        "copyrightHolder" : "",
        "copyrightYear" : "2024",
        "datePublished": "2024-03-11 17:00:00 \x2b0000 UTC",
        "dateModified" : "2024-03-11 17:00:00 \x2b0000 UTC",
        "url" : "http:\/\/localhost:1313\/",
        "wordCount" : "0",
        "keywords" : [ "Blog" ]
    }
    

    {
        "@context" : "http://schema.org",
        "@type" : "BlogPosting",
        "mainEntityOfPage": {
             "@type": "WebPage",
             "@id": "http:\/\/localhost:1313\/"
        },
        "articleSection" : "blog",
        "name" : "NestJS graceful shutdown for RabbitMQ Microservices",
        "headline" : "NestJS graceful shutdown for RabbitMQ Microservices",
        "description" : "Dealing with a graceful shutdown is essential for a resilient and proficient application. In this article, I am going to explain how you can deal with this technique in NestJS using RabbitMQ as a Message Broker through the Microservices feature.",
        "inLanguage" : "en",
        "author" : "",
        "creator" : "",
        "publisher": "",
        "accountablePerson" : "",
        "copyrightHolder" : "",
        "copyrightYear" : "2023",
        "datePublished": "2023-10-14 00:00:00 \x2b0000 UTC",
        "dateModified" : "2023-10-14 00:00:00 \x2b0000 UTC",
        "url" : "http:\/\/localhost:1313\/blog\/eng\/nest-js-graceful-shutdown\/",
        "wordCount" : "1512",
        "keywords" : [ "Blog" ]
    }

(Ovviamente in localhost). Mi sembra coerente per adesso, sopratutto per I singoli post. Direi di tenerlo attivo.
Se ti torna mergio.

Copy link
Member

@Jean85 Jean85 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mi torna, procediamo!

@pasalino pasalino merged commit 27aa7f0 into source Apr 29, 2024
pasalino added a commit that referenced this pull request Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants