diff --git a/exampleSite/content/en/blog/bootstrap-elements.md b/exampleSite/content/en/blog/bootstrap-elements.md index 7d7a0fc1b..1b6a37324 100644 --- a/exampleSite/content/en/blog/bootstrap-elements.md +++ b/exampleSite/content/en/blog/bootstrap-elements.md @@ -18,17 +18,17 @@ Hinode provides several shortcodes that wrap common Bootstrap components. Refer As an example, the following shortcode displays the full text of an abbreviation on hover. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Accordion As an example, the following shortcode displays an accordion with three elements, of which the first element is expanded. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} {{}} @@ -43,25 +43,25 @@ As an example, the following shortcode displays an accordion with three elements {{}} {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Alert As an example, the following shortcode displays a simple alert. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} A simple danger alert—check it out! {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Badge Use the badge shortcode to display a badge for a heading. - +{{% comment %}}{{% /comment %}} {{< example >}} Heading 1 {{}} {.h1} @@ -81,35 +81,35 @@ Heading 5 {{}} Heading 6 {{}} {.h6} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Breadcrumb As an example, the following shortcode displays a breadcrumb for the blog page. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Button As an example, the following shortcode displays a tooltip for a dark button with a badge. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} Inbox {{}} {{< /example>}} - +{{% comment %}}{{% /comment %}} ## Button group As an example, the following shortcode displays a group of three buttons. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} {{}}Left{{}} @@ -117,24 +117,24 @@ As an example, the following shortcode displays a group of three buttons. {{}}Right{{}} {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Card As an example, the following shortcode displays a stacked card that links to the [about]({{% ref "about" %}}) page. It includes a custom header. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Card group As an example, the following shortcode displays a card group of three elements. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} {{}} @@ -149,13 +149,13 @@ As an example, the following shortcode displays a card group of three elements. {{}} {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Carousel As an example, the following shortcode displays a centered carousel with three slides, 16x9 aspect ratio, and a relative width of 67% on large screens. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} {{}} @@ -163,13 +163,13 @@ As an example, the following shortcode displays a centered carousel with three s {{}} {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Collapse As an example, the following shortcode displays a button that, when clicked, triggers a panel to appear or disappear. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} Trigger panel @@ -180,23 +180,23 @@ As an example, the following shortcode displays a button that, when clicked, tri revealed when the user activates the relevant trigger. {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Command prompt Use the `command` shortcode to generate a block with a default bash command prompt. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} export MY_VAR=123 {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} Specify `user` and `host` to add the user context to the prompt. In addition, use `(out)` to specify an output line and use `\` to denote a line continuation. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} export MY_VAR=123 @@ -210,7 +210,7 @@ echo "goodbye" (out)goodbye {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Docs @@ -222,47 +222,47 @@ Use the `docs` shortcode to display the content of a `js`, `scss` or `toml` file Use the `example` shortcode to display a code example and to render a preview of the same input. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} export MY_VAR=123 {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## File Use the `file` shortcode to print and highlight the full content of a given input file. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Icon As an example, the following shortcodes show a square check, a brand logo, a circle check, and a custom icon. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} {{}} {{}} {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Image As an example, the following shortcode displays an image with rounded corners and a 4x3 aspect ratio in portrait mode. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} The same image, but then using Markdown syntax: @@ -273,25 +273,25 @@ The same image, but then using Markdown syntax: As an example, the following shortcode displays a regular vector image. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} As an example, the following shortcode displays a vector image with a symbol reference. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Link As an example, the following shortcodes render links in different formats. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} - {{}}Named link with default settings{{< /link */>}} @@ -311,23 +311,23 @@ As an example, the following shortcodes render links in different formats. - {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Mark Use the `mark` shortcode to highlight text. The inner content is used as input. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} Use the mark shortcode to {{}}highlight{{< /mark */>}} specific text. {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Nav As an example, the following shortcode displays a tab group with vertically aligned pills. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} {{}} @@ -342,23 +342,23 @@ As an example, the following shortcode displays a tab group with vertically alig {{}} {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Navbar As an example, the following shortcode displays a light navigation header. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Persona As an example, the following shortcode displays a persona card with a primary color. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} As a content creator you value your independence. You like to take control of your @@ -370,55 +370,55 @@ As an example, the following shortcode displays a persona card with a primary co Hinode. {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Release As an example, the following shortcode displays a default release button. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Spinner As an example, the following shortcode displays a centered spinner. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} Loading... {{}} {{< /example>}} - +{{% comment %}}{{% /comment %}} ## Sub As an example, the following shortcode displays subscript text. - +{{% comment %}}{{% /comment %}} {{< example >}} H{{}}O is a liquid. {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Sup As an example, the following shortcode displays superscript text. - +{{% comment %}}{{% /comment %}} {{< example >}} 2{{}} is 1024. {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Table As an example, the following shortcode displays a responsive table. - +{{% comment %}}{{% /comment %}} {{< example lang="markdown" >}} {{}} | # | Heading | Heading | Heading | Heading | Heading | Heading | Heading | Heading | Heading | @@ -428,23 +428,23 @@ As an example, the following shortcode displays a responsive table. | 3. | cell | cel | cel | cel | cel | cel | cel | cel | cel | {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Timeline As an example, the following shortcode displays a timeline with the file `data/timeline.en.yml` as data. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Toast As an example, the following shortcode displays a button that, when clicked, triggers the toast message. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} Show toast 1 @@ -462,24 +462,24 @@ As an example, the following shortcode displays a button that, when clicked, tri This is the second toast message. It supports `markdown.` {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Tooltip As an example, the following shortcode displays a tooltip for a colored hyperlink. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}}Tooltip{{}} demonstration {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Video As an example, the following shortcode displays an Elephants video hosted by Cloudinary. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} diff --git a/exampleSite/content/en/blog/components.md b/exampleSite/content/en/blog/components.md index 873df21ff..d2dfaf6b3 100644 --- a/exampleSite/content/en/blog/components.md +++ b/exampleSite/content/en/blog/components.md @@ -19,17 +19,17 @@ Hinode provides several shortcodes on top of the common [Bootstrap elements]({{% As an example, the following shortcode shows an animation that plays on hover. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Data tables As an example, the following shortcode displays a responsive table that uses advanced controls. - +{{% comment %}}{{% /comment %}} {{< example lang="markdown" >}} {{}} | # | Heading | @@ -66,7 +66,7 @@ As an example, the following shortcode displays a responsive table that uses adv | 30. | Item 30 | {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Formula (KaTeX) @@ -85,8 +85,8 @@ $$\forall x \in X, \quad \exists y \leq \epsilon$$ As an example, the following shortcode displays an interactive map of the city of Amsterdam. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} diff --git a/exampleSite/content/en/blog/image.md b/exampleSite/content/en/blog/image.md index 612cc79b4..ccadb6a28 100644 --- a/exampleSite/content/en/blog/image.md +++ b/exampleSite/content/en/blog/image.md @@ -12,31 +12,31 @@ thumbnail: As an example, the following shortcode displays an image with rounded corners and a 21x9 aspect ratio. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## ImageKit.io As an example, the following shortcode displays an image with rounded corners and a 21x9 aspect ratio. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Imgix As an example, the following shortcode displays an image with rounded corners and a 21x9 aspect ratio. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} diff --git a/exampleSite/content/en/cookies.md b/exampleSite/content/en/cookies.md index f37255b9a..b2b25b439 100644 --- a/exampleSite/content/en/cookies.md +++ b/exampleSite/content/en/cookies.md @@ -4,7 +4,7 @@ description: Cookie policy of gethinode.com date: 2024-09-19 layout: docs --- - +{{% comment %}}{{% /comment %}} *Effective Date 19-Sep-2024* ## What are cookies? diff --git a/exampleSite/content/en/privacy.md b/exampleSite/content/en/privacy.md index 4d2a5e9dc..dacc40817 100644 --- a/exampleSite/content/en/privacy.md +++ b/exampleSite/content/en/privacy.md @@ -4,7 +4,7 @@ description: Privacy policy of gethinode.com date: 2024-09-19 layout: docs --- - +{{% comment %}}{{% /comment %}} *Effective Date 19-Sep-2024* This Privacy Policy describes the policies of gethinode.com on the collection, use and disclosure of your information that we collect when you use our website (https://gethinode.com, referred to as the “Service”). By accessing or using the Service, you are consenting to the collection, use and disclosure of your information in accordance with this Privacy Policy. If you do not consent to the same, please do not access or use the Service. @@ -24,7 +24,7 @@ We may also disclose your personal information for the following: (1) to comply ## Your rights -Depending on the law that applies, you may have a right to access and rectify or erase your personal data or receive a copy of your personal data, restrict or object to the active processing of your data, ask us to share (port) your personal information to another entity,withdraw any consent you provided to us to process your data, a right to lodge a complaint with a statutory authority and such other rights as may be relevant under applicable laws. +Depending on the law that applies, you may have a right to access and rectify or erase your personal data or receive a copy of your personal data, restrict or object to the active processing of your data, ask us to share (port) your personal information to another entity,withdraw any consent you provided to us to process your data, a right to lodge a complaint with a statutory authority and such other rights as may be relevant under applicable laws. {{% comment %}}{{% /comment %}} Do note that if you do not allow us to collect or process the required personal information or withdraw the consent to process the same for the required purposes, you may not be able to access or use the services for which your information was sought. @@ -40,8 +40,8 @@ The security of your information is important to us and we will use reasonable s Our Service may contain links to other websites that are not operated by us. This Privacy Policy does not address the privacy policy and other practices of any third parties, including any third party operating any website or service that may be accessible via a link on the Service. We strongly advise you to review the privacy policy of every site you visit. We have no control over and assume no responsibility for the content, privacy policies or practices of any third party sites or services. - +If you have any queries or concerns about the processing of your information that is available with us, you may email us at privacy@gethinode.com. We will address your concerns in accordance with applicable law. -->{{% /comment %}} *Privacy Policy generated with {{< link "https://www.cookieyes.com" >}}CookieYes{{< /link >}}.* diff --git a/exampleSite/content/fr/blog/bootstrap-elements.md b/exampleSite/content/fr/blog/bootstrap-elements.md index 0da4d62f5..b9b1d367e 100644 --- a/exampleSite/content/fr/blog/bootstrap-elements.md +++ b/exampleSite/content/fr/blog/bootstrap-elements.md @@ -19,17 +19,17 @@ Hinode propose plusieurs shortcodes qui enveloppent des composants Bootstrap cou À titre d'exemple, le shortcode suivant affiche le texte complet d'une abréviation lorsque survolé. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Accordéon À titre d'exemple, le shortcode suivant affiche un accordéon avec trois éléments, dont le premier élément est déplié. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} {{}} @@ -43,25 +43,25 @@ Hinode propose plusieurs shortcodes qui enveloppent des composants Bootstrap cou {{}} {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Alerte À titre d'exemple, le shortcode suivant affiche une alerte simple. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} Une simple alerte de danger — vérifiez-la ! {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Badge Utilisez le shortcode "badge" pour afficher un badge avec un en-tête. - +{{% comment %}}{{% /comment %}} {{< example >}} En-tête 1 {{}} {.h1} @@ -81,35 +81,35 @@ En-tête 5 {{}} En-tête 6 {{}} {.h6} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Fil d'Ariane À titre d'exemple, le shortcode suivant affiche un fil d'Ariane pour la page du blog. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Bouton À titre d'exemple, le shortcode suivant affiche une infobulle pour un bouton sombre avec un badge. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} Boîte de réception {{}} {{< /example>}} - +{{% comment %}}{{% /comment %}} ## Groupe de boutons À titre d'exemple, le shortcode suivant affiche un groupe de trois boutons. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} {{}}Gauche{{}} @@ -117,24 +117,24 @@ En-tête 6 {{}} {{}}Droite{{}} {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Carte À titre d'exemple, le shortcode suivant affiche une carte empilée qui renvoie à la page [à propos]({{% ref "about" %}}). Elle inclut un en-tête personnalisé. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Groupe de cartes À titre d'exemple, le shortcode suivant affiche un groupe de cartes avec trois éléments. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} {{}} @@ -151,13 +151,13 @@ En-tête 6 {{}} {{}} {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Carrousel À titre d'exemple, le shortcode suivant affiche un carrousel centré avec trois slides, un rapport hauteur/largeur de 16:9 et une largeur relative de 67 % sur les grands écrans. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} {{}} @@ -165,13 +165,13 @@ En-tête 6 {{}} {{}} {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Réduire À titre d'exemple, le shortcode suivant affiche un bouton qui, lorsqu'il est cliqué, déclenche l'apparition ou la disparition d'un panneau. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} Déclencher le panneau @@ -182,23 +182,23 @@ En-tête 6 {{}} sera révélé lorsque l'utilisateur active le déclencheur correspondant. {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Invite de commandes Utilisez le shortcode `command` pour générer un bloc avec un invite de commandes bash par défaut. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} export MY_VAR=123 {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} Spécifiez `user` et `host` pour ajouter le contexte de l'utilisateur à l'invite. De plus, utilisez `(out)` pour spécifier une ligne de sortie et utilisez `\` pour indiquer une continuation de ligne. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} export MY_VAR=123 @@ -212,7 +212,7 @@ echo "goodbye" (out)goodbye {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Documentation @@ -224,67 +224,67 @@ Utilisez le shortcode `docs` pour afficher le contenu d'un fichier `js`, `scss` Utilisez le shortcode `example` pour afficher un exemple de code et pour afficher un aperçu de la même entrée. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} export MY_VAR=123 {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Fichier Utilisez le shortcode `file` pour afficher et mettre en évidence le contenu complet d'un fichier d'entrée donné. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Icon À titre d'exemple, les shortcodes suivants affichent une coche carrée, un logo de marque et une coche circulaire. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} {{}} {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Image À titre d'exemple, le shortcode suivant affiche une image avec des coins arrondis et un ratio d'aspect de 21:9. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} À titre d'exemple, le shortcode suivant affiche une image vectorielle classique. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} À titre d'exemple, le shortcode suivant affiche une image vectorielle avec une référence de symbole. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Lien À titre d'exemple, les shortcodes suivants rendent des liens dans différents formats. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} - {{}}Lien nommé avec les paramètres par défaut{{< /link */>}} @@ -303,23 +303,23 @@ Utilisez le shortcode `file` pour afficher et mettre en évidence le contenu com - {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Mark Utilisez le shortcode `mark` pour mettre en évidence le texte. Le contenu interne est utilisé en tant qu'entrée. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} Utilisez le shortcode `mark` pour {{}}mettre en évidence{{< /mark */>}} un texte spécifique. {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Navigation À titre d'exemple, le shortcode suivant affiche un groupe d'onglets avec des onglets alignés verticalement. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} {{}} @@ -334,75 +334,75 @@ Utilisez le shortcode `mark` pour {{}}mettre en évidence{{< /mark */> {{}} {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Barre de navigation À titre d'exemple, le shortcode suivant affiche un en-tête de navigation clair. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Publication À titre d'exemple, le shortcode suivant affiche un bouton de publication par défaut. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Indicateur de chargement À titre d'exemple, le raccourci suivant affiche un indicateur de chargement centré. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} Chargement... {{}} {{< /example>}} - +{{% comment %}}{{% /comment %}} ## Sub À titre d'exemple, le shortcode suivant affiche du texte en indice. - +{{% comment %}}{{% /comment %}} {{< example >}} H{{}}O est un liquide. {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Sup À titre d'exemple, le shortcode suivant affiche du texte en exposant. - +{{% comment %}}{{% /comment %}} {{< example >}} 2{{}} équivaut à 1024. {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Chronologie À titre d'exemple, le shortcode suivant affiche une chronologie avec le fichier `data/timeline-fr.yml` en tant que données. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Notification À titre d'exemple, le shortcode suivant affiche un bouton qui, lorsqu'il est cliqué, déclenche le message de notification. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} Affiche la notification #1 @@ -420,24 +420,24 @@ H{{}}O est un liquide. Ceci est le deuxième message de notification. Il prend en charge le `markdown`. {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Infobulle À titre d'exemple, le shortcode suivant affiche une infobulle pour un lien hypertexte coloré. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}}Démonstration{{}} d'une infobulle {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Vidéo À titre d'exemple, le shortcode suivant affiche une vidéo d'éléphant hébergée par Cloudinary. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} diff --git a/exampleSite/content/fr/blog/components.md b/exampleSite/content/fr/blog/components.md index 0271eaa14..8861d6402 100644 --- a/exampleSite/content/fr/blog/components.md +++ b/exampleSite/content/fr/blog/components.md @@ -20,17 +20,17 @@ Hinode propose plusieurs shortcodes en plus des [éléments Bootstrap]({{% relre À titre d'exemple, le shortcode suivant affiche une animation qui se déclenche au survol. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Data tables À titre d'exemple, le shortcode suivant affiche un tableau réactif utilisant des contrôles avancés. - +{{% comment %}}{{% /comment %}} {{< example lang="markdown" >}} {{}} | # | Heading | @@ -67,7 +67,7 @@ Hinode propose plusieurs shortcodes en plus des [éléments Bootstrap]({{% relre | 30. | Item 30 | {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Formule (KaTeX) @@ -86,8 +86,8 @@ $$\forall x \in X, \quad \exists y \leq \epsilon$$ À titre d'exemple, le shortcode suivant affiche une carte interactive de la ville d'Amsterdam. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} diff --git a/exampleSite/content/fr/blog/image.md b/exampleSite/content/fr/blog/image.md index 7636800ab..efde6ef8d 100644 --- a/exampleSite/content/fr/blog/image.md +++ b/exampleSite/content/fr/blog/image.md @@ -12,31 +12,31 @@ thumbnail: À titre d'exemple, le shortcode suivant affiche une image avec des coins arrondis et un ratio d'aspect de 21x9. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## ImageKit.io À titre d'exemple, le shortcode suivant affiche une image avec des coins arrondis et un ratio d'aspect de 21x9. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Imgix À titre d'exemple, le shortcode suivant affiche une image avec des coins arrondis et un ratio d'aspect de 21x9. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} diff --git a/exampleSite/content/fr/cookies.md b/exampleSite/content/fr/cookies.md index f5b1f6fbd..90544b4f9 100644 --- a/exampleSite/content/fr/cookies.md +++ b/exampleSite/content/fr/cookies.md @@ -4,7 +4,7 @@ description: Politique de cookies de gethinode.com date: 2024-09-19 layout: docs --- - +{{% comment %}}{{% /comment %}} *Date d'entrée en vigueur : 19-Sep-2024* ## Que sont les cookies ? diff --git a/exampleSite/content/fr/privacy.md b/exampleSite/content/fr/privacy.md index 264a529a5..4cc583e03 100644 --- a/exampleSite/content/fr/privacy.md +++ b/exampleSite/content/fr/privacy.md @@ -4,7 +4,7 @@ description: Politique de confidentialité de gethinode.com date: 2024-09-19 layout: docs --- - +{{% comment %}}{{% /comment %}} *Date d'entrée en vigueur : 19-Sep-2024* Cette Politique de Confidentialité décrit les politiques de gethinode.com concernant la collecte, l'utilisation et la divulgation de vos informations que nous collectons lorsque vous utilisez notre site web (https://gethinode.com, désigné comme le « Service »). En accédant ou en utilisant le Service, vous consentez à la collecte, à l'utilisation et à la divulgation de vos informations conformément à cette Politique de Confidentialité. Si vous ne consentez pas à cela, veuillez ne pas accéder ou utiliser le Service. @@ -23,7 +23,7 @@ Nous pouvons également divulguer vos informations personnelles pour les raisons ## Vos droits -Selon les lois applicables, vous pouvez avoir le droit d'accéder à vos données personnelles, de les rectifier ou de les effacer, de recevoir une copie de vos données personnelles, de restreindre ou de vous opposer au traitement actif de vos données, de nous demander de partager (transférer) vos informations personnelles à une autre entité, de retirer tout consentement que vous nous avez donné pour traiter vos données, un droit de porter plainte auprès d'une autorité statutaire et d'autres droits pertinents en vertu des lois applicables. +Selon les lois applicables, vous pouvez avoir le droit d'accéder à vos données personnelles, de les rectifier ou de les effacer, de recevoir une copie de vos données personnelles, de restreindre ou de vous opposer au traitement actif de vos données, de nous demander de partager (transférer) vos informations personnelles à une autre entité, de retirer tout consentement que vous nous avez donné pour traiter vos données, un droit de porter plainte auprès d'une autorité statutaire et d'autres droits pertinents en vertu des lois applicables. {{% comment %}}{{% /comment %}} Notez que si vous ne nous autorisez pas à collecter ou traiter les informations personnelles requises, ou si vous retirez votre consentement pour traiter celles-ci pour les fins requises, vous pourriez ne pas être en mesure d'accéder ou d'utiliser les services pour lesquels vos informations ont été demandées. @@ -39,8 +39,8 @@ La sécurité de vos informations est importante pour nous et nous utiliserons d Notre Service peut contenir des liens vers d'autres sites web qui ne sont pas exploités par nous. Cette Politique de Confidentialité ne couvre pas la politique de confidentialité et les autres pratiques de tout tiers, y compris tout tiers exploitant tout site ou service qui pourrait être accessible via un lien sur le Service. Nous vous conseillons fortement de consulter la politique de confidentialité de chaque site que vous visitez. Nous n'avons aucun contrôle sur le contenu, les politiques de confidentialité ou les pratiques des sites ou services de tiers et déclinons toute responsabilité à cet égard. - +Si vous avez des questions ou des préoccupations concernant le traitement de vos informations dont nous disposons, vous pouvez nous envoyer un e-mail à privacy@gethinode.com. Nous répondrons à vos préoccupations conformément aux lois applicables. -->{{% /comment %}} *Politique de Confidentialité générée avec {{< link "https://www.cookieyes.com" >}}CookieYes{{< /link >}}.* diff --git a/exampleSite/content/nl/blog/components.md b/exampleSite/content/nl/blog/components.md index f84b03376..4fcb7d96d 100644 --- a/exampleSite/content/nl/blog/components.md +++ b/exampleSite/content/nl/blog/components.md @@ -19,17 +19,17 @@ Hinode bevat meerdere shortcodes naast de generieke Bootstrap elementen. Zie de Het volgende voorbeeld gebruikt een shortcode om een animatie te tonen, die afspeelt zodra je er met de muis overheen beweegt. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Gegevenstabellen Het volgende voorbeeld gebruikt een shortcode om een responsieve tabel met geavanceerde mogelijkheden te tonen. - +{{% comment %}}{{% /comment %}} {{< example lang="markdown" >}} {{}} | # | Kop | @@ -66,7 +66,7 @@ Het volgende voorbeeld gebruikt een shortcode om een responsieve tabel met geava | 30. | Item 30 | {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} ## Formule (KaTeX) @@ -85,8 +85,8 @@ $$\forall x \in X, \quad \exists y \leq \epsilon$$ Het volgende voorbeeld gebruikt een shortcode om een interactieve kaart van Amsterdam te tonen. - +{{% comment %}}{{% /comment %}} {{< example lang="hugo" >}} {{}} {{< /example >}} - +{{% comment %}}{{% /comment %}} diff --git a/package-lock.json b/package-lock.json index 8575df272..0bd2587c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gethinode/hinode", - "version": "0.27.8", + "version": "0.27.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gethinode/hinode", - "version": "0.27.8", + "version": "0.27.9", "license": "MIT", "dependencies": { "@fullhuman/postcss-purgecss": "^6.0.0", diff --git a/package.json b/package.json index c6d57e0ca..6fa06506b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gethinode/hinode", - "version": "0.27.8", + "version": "0.27.9", "description": "Hinode is a clean documentation and blog theme for Hugo, an open-source static site generator", "keywords": [ "hugo",