Skip to content

Commit

Permalink
Minor corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
niltied committed Oct 9, 2024
1 parent e7eae21 commit e5433e5
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 10 deletions.
6 changes: 3 additions & 3 deletions content/posts/analytics/index.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ menu:
Este tema tiene soporte para varias herramientas de analíticas. Actualmente, soporta las siguientes analíticas:

- [GoatCounter](https://www.goatcounter.com/)
- [counter.dev](https://counter.dev/)
- [Counter.dev](https://counter.dev/)
- [Google Analytics](https://analytics.google.com)
- [Matomo](https://matomo.org/)
- [Umami](https://umami.is/)
Expand All @@ -44,7 +44,7 @@ analytics:
instance: <your GoatCounter instance url> ## Para self-hosteat (Segunda opción). Sólo uses un método
```
### counter.dev
### Counter.dev
[counter.dev](https://counter.dev) es un sitio web de análisis de código abierto, sencillo y respetuoso con la privacidad que le permite realizar un seguimiento del recuento total de usuarios, la primera página visitada y algunas otras métricas de su sitio web. Desafortunadamente, para simplificar las cosas (y gratis), no muestran una clasificación de las páginas más visitadas, sino de aquellas a las que se accede primero.
Expand Down Expand Up @@ -114,4 +114,4 @@ analytics:
instance: analytics.eu.umami.is
id: <su id de Umami>
```
donde `scheme` es el protocolo que quieres usar para conectarte a la instancia (por ejemplo: https, http), e `instance` es el dominio (o dirección) de su implementación, que de forma predeterminada apunta a la instancia de la nube de la UE.
donde `scheme` es el protocolo que quieres usar para conectarte a la instancia (por ejemplo: https, http), e `instance` es el dominio (o dirección) de su implementación, que de forma predeterminada apunta a la instancia de la nube de la <abbr title="Unión Europea">UE</abbr>.
6 changes: 3 additions & 3 deletions content/posts/analytics/index.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ menu:
Ce thème a été construit avec le support de divers outils d'analyse. Actuellement, il prend en charge les analyses suivantes:

- [GoatCounter](https://www.goatcounter.com/)
- [counter.dev](https://counter.dev/)
- [Counter.dev](https://counter.dev/)
- [Google Analytics](https://analytics.google.com)
- [Matomo](https://matomo.org/)
- [Umami](https://umami.is/)
Expand All @@ -44,7 +44,7 @@ analytics:
instance: <your GoatCounter instance url> # For self-hosted you should use only one of the two methods
```
### counter.dev
### Counter.dev
[counter.dev](https://counter.dev) est un site d'analytique simple et respectueux de la vie privée qui vous permet de suivre le nombre total d'utilisateurs, la première page visitée et quelques autres métriques sur votre site web. Malheureusement, pour que les choses restent simples (et gratuites), elles ne montrent pas un classement des pages les plus visités, mais plutôt celles qui ont été consultées en premier.
Expand Down Expand Up @@ -113,4 +113,4 @@ analytics:
id: <your Umami website id>
```

où `scheme` est le système (c'est-à-dir: https, http) que vous voulez utiliser pour vous connecter à l'instance, et `instance` est le domaine (ou l'adresse) de votre déploiement, en pointant par défaut sur l'instance cloud de l'<abbr title="Union Européenne">UE</abbr>.
où `scheme` est le système (c'est-à-dire: https, http) que vous voulez utiliser pour vous connecter à l'instance, et `instance` est le domaine (ou l'adresse) de votre déploiement, en pointant par défaut sur l'instance cloud de l'<abbr title="Union Européenne">UE</abbr>.
7 changes: 3 additions & 4 deletions content/posts/analytics/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ menu:
This theme has built in support for various analytic tools. Currently, it supports the following analytics:

- [GoatCounter](https://www.goatcounter.com/)
- [counter.dev](https://counter.dev/)
- [Counter.dev](https://counter.dev/)
- [Google Analytics](https://analytics.google.com)
- [Matomo](https://matomo.org/)
- [Umami](https://umami.is/)
Expand All @@ -41,7 +41,7 @@ analytics:
instance: <your GoatCounter instance url> # For self-hosted you should use only one of the two methods
```
### counter.dev
### Counter.dev
[counter.dev](https://counter.dev) is a simple, privacy friendly and open source analytics website which enables you to track the total user count, first visited page and some other metrics on your website. Unfortunately, to keep things simple (and free) they don't show a ranking of the most visited pages, but rather the ones that are accessed the first.
Expand Down Expand Up @@ -111,5 +111,4 @@ analytics:
instance: analytics.eu.umami.is
id: <your Umami website id>
```
where `scheme` is the scheme (i.e: https, http) you want to use to connect to instance, and `instance` is the domain (or address) of your deployment, by default pointing to the EU cloud instance.

where `scheme` is the scheme (i.e: https, http) you want to use to connect to instance, and `instance` is the domain (or address) of your deployment, by default pointing to the <abbr title="European Union">EU</abbr> cloud instance.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Sous-Categorie
menu:
sidebar:
name: Sous-Categorie
identifier: writing-post-category-sub-category
parent: writing-post-category
weight: 20
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "Créer une sous-catégorie"
date: 2020-06-08T06:15:50+06:00
menu:
sidebar:
name: Créer une sous-catégorie
identifier: writing-post-category-sub-category-create
parent: writing-post-category-sub-category
weight: 10
---

### Billet complet à venir prochainement...

0 comments on commit e5433e5

Please sign in to comment.