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/blog | |
Super basic start
Diffstat (limited to 'content/blog')
| -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 |
3 files changed, 15 insertions, 0 deletions
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. |
