From 4fe42f17add17cf0b55131af0bee7cf4a7e1f5bc Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 29 May 2025 13:13:46 +0200 Subject: [PATCH] Remove remnants of the FOSS failmeter page This page is already moved out of this repo, so the links to it just cause trouble. --- content/blog/2015-08-19-foss-failmeter.rst | 2 +- pelicanconf.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/content/blog/2015-08-19-foss-failmeter.rst b/content/blog/2015-08-19-foss-failmeter.rst index 59ea5ab..22d4acb 100644 --- a/content/blog/2015-08-19-foss-failmeter.rst +++ b/content/blog/2015-08-19-foss-failmeter.rst @@ -11,7 +11,7 @@ F/OSS Fail meter I have recently bumped into `this article `_. Naturally, I quickly calculated the FAIL metrics for all my projects (most of them are pretty high). To ease -calculation, I made up a `small page <{static}../failmeter/index.html>`_ based on this list +calculation, I made up a `small page `_ based on this list (although I have divided the points by 5; I really don’t understand why spot is using such big points if all of them can be divided by 5). Feel free to use it, and if you have any recommendations (point additions/removal, new categories, etc.), leave me a comment! diff --git a/pelicanconf.py b/pelicanconf.py index 7aae622..f5fccc9 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -9,7 +9,6 @@ SITEURL = '' PATH = 'content' STATIC_PATHS = [ '.well-known', - 'failmeter', 'favicon.ico', 'images', 'gerrit-dashboard-generator',