From dd8cefd0a44735def51e6250828fb5036897755b Mon Sep 17 00:00:00 2001 From: xvw Date: Thu, 16 Jan 2025 11:56:11 +0100 Subject: [PATCH 1/2] Fix `bhoot-form-dialog-article` --- data/articles/{form-method-dialog => form-method-dialog.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename data/articles/{form-method-dialog => form-method-dialog.yml} (100%) diff --git a/data/articles/form-method-dialog b/data/articles/form-method-dialog.yml similarity index 100% rename from data/articles/form-method-dialog rename to data/articles/form-method-dialog.yml From 1cd63090a13c173c42c9759dbe5e22c7145d6c1a Mon Sep 17 00:00:00 2001 From: xvw Date: Thu, 16 Jan 2025 12:03:35 +0100 Subject: [PATCH 2/2] Add articles --- data/articles/emacs-yas.yml | 10 ++++++++++ data/articles/tetra-master.yml | 10 ++++++++++ dune-project | 2 +- ring.opam | 2 +- 4 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 data/articles/emacs-yas.yml create mode 100644 data/articles/tetra-master.yml diff --git a/data/articles/emacs-yas.yml b/data/articles/emacs-yas.yml new file mode 100644 index 0000000..7c5f3fd --- /dev/null +++ b/data/articles/emacs-yas.yml @@ -0,0 +1,10 @@ +title: Emacs, expanding abbreviations with YASnippet +synopsis: + A little naive presentation of abbreviation expansion with + YASnippet, in Emacs. +date: 2024-09-25 +authors: [xvw] +link: + url: https://xvw.lol/pages/emacs-yasnippet.html + lang: fra +tags: [emacs] diff --git a/data/articles/tetra-master.yml b/data/articles/tetra-master.yml new file mode 100644 index 0000000..c749da8 --- /dev/null +++ b/data/articles/tetra-master.yml @@ -0,0 +1,10 @@ +title: Tetra-Master hell +synopsis: + An exhaustive presentation of the Final Fantasy 9 card game, + an incomprehensible game with crazy rules. +date: 2023-09-05 +authors: [xvw] +link: + url: https://xvw.lol/pages/tetra-master.html + lang: fra +tags: [game, final-fantasy, ocaml] diff --git a/dune-project b/dune-project index c14a037..37fd868 100644 --- a/dune-project +++ b/dune-project @@ -27,7 +27,7 @@ (cmdliner (= 1.3.0)) - ppx_expect + (ppx_expect :with-test) (ocamlformat :with-dev-setup) (ocp-indent :with-dev-setup) diff --git a/ring.opam b/ring.opam index e0e9310..938a0d9 100644 --- a/ring.opam +++ b/ring.opam @@ -18,7 +18,7 @@ depends: [ "yocaml_eio" {>= "2.0.0"} "yocaml_syndication" {>= "2.0.0"} "cmdliner" {= "1.3.0"} - "ppx_expect" + "ppx_expect" {with-test} "ocamlformat" {with-dev-setup} "ocp-indent" {with-dev-setup} "merlin" {with-dev-setup}