From 00dc6b83b6372fc1cd3710ac2f1e24662242ef88 Mon Sep 17 00:00:00 2001 From: "Felipe M." Date: Mon, 5 May 2025 19:52:36 +0200 Subject: [PATCH] projects: dharma --- content/projects/dharma.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 content/projects/dharma.md diff --git a/content/projects/dharma.md b/content/projects/dharma.md new file mode 100644 index 0000000..8d83c21 --- /dev/null +++ b/content/projects/dharma.md @@ -0,0 +1,8 @@ ++++ +title = "Dharma" +description = "A CLI tool to detect broken links in websites" +layout = "projects" +repository = "https://git.nakama.town/fmartingr/dharma" ++++ + +A CLI tool to detect broken links in websites. It can be used to check the status of a website's internal and external links and report any broken links in JSON or friendly format. It not only follows links but also checks for scripts, `url()` and `import()` in CSS files.