diff options
| author | Ariel Costas <94913521+arielcostas@users.noreply.github.com> | 2023-11-23 23:24:28 +0100 |
|---|---|---|
| committer | Ariel Costas <94913521+arielcostas@users.noreply.github.com> | 2023-11-23 23:24:28 +0100 |
| commit | dca685c79b587d17e13c5da51ef67aa2e71b891c (patch) | |
| tree | e826ad032cce0bebeeeb20859600de8e2e213cad /content | |
Super basic start
Diffstat (limited to 'content')
| -rw-r--r-- | content/_index.md | 13 | ||||
| -rw-r--r-- | content/blog/_index.md | 3 | ||||
| -rw-r--r-- | content/blog/post-1.md | 6 | ||||
| -rw-r--r-- | content/blog/post-2.md | 6 |
4 files changed, 28 insertions, 0 deletions
diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..faa9d24 --- /dev/null +++ b/content/_index.md @@ -0,0 +1,13 @@ +--- +title: "Inici" +--- + +# Bon día mon + +Benvinguts i benvingudes a la meva web. Aquí trobareu informació sobre mi, els meus projectes i els meus interessos. + +Això es una prova del Hugo per a fer el meu web propi. A veure si funciona. + +## Qui sóc? + +Sóc un jove de 20 anys de Galícia que va estudiar un cicle superior i ara treballa de programador. M'agrada molt la informàtica i la tecnologia en general, i m'encanta aprendre coses noves. També estic aprendent català, per això aquesta web està en aquest idioma.
\ No newline at end of file diff --git a/content/blog/_index.md b/content/blog/_index.md new file mode 100644 index 0000000..ee163da --- /dev/null +++ b/content/blog/_index.md @@ -0,0 +1,3 @@ +--- +title: "Blog" +---
\ No newline at end of file diff --git a/content/blog/post-1.md b/content/blog/post-1.md new file mode 100644 index 0000000..72c41de --- /dev/null +++ b/content/blog/post-1.md @@ -0,0 +1,6 @@ +--- +title: post 1 +date: 2023-11-10 +--- + +Això es el post 1. A veure si funciona. diff --git a/content/blog/post-2.md b/content/blog/post-2.md new file mode 100644 index 0000000..cc645d5 --- /dev/null +++ b/content/blog/post-2.md @@ -0,0 +1,6 @@ +--- +title: post 2 +date: 2023-11-10 +--- + +Aquest es el post 2. Si no funciona, em pegaré un tret a la boca. |
