From ff05361719741f81f3816ef6dfe450ba1f2c6aa7 Mon Sep 17 00:00:00 2001 From: Ian Clarke Date: Wed, 12 Jun 2024 18:59:28 -0500 Subject: [PATCH] aider: Corrected the formatting of blog titles in `content/blog/index.md`. # Aider chat conversation: USER: blog/index.md is incorrectly formatted, the []s are empty with the title beneath ASSISTANT: To correct the formatting of the `content/blog/index.md` file, we need to move the titles into the link brackets. Here is the *SEARCH/REPLACE* block: content/blog/index.md ```markdown <<<<<<< SEARCH [](/blog/1127-weekly-dev-meeting-gateway-deployment-freenet-chat/) Weekly Dev Meeting - Gateway deployment, freenet-chat 10th June, 2024 [](/blog/1097-weekly-dev-meeting-enhancing-connection-stability-and-finalizing-transport-fixes/) Weekly Dev Meeting - Enhancing Connection Stability and Finalizing Transport Fixes, 24th May, 2024 24th May, 2024 [](/blog/1081-weekly-dev-meeting-network-integration-testing-and-squashing-final-bugs/) Weekly dev meeting - network integration testing and squashing final bugs, 10th May, 2024 11th May, 2024 [](/blog/1074-weekly-dev-meeting-progressing-towards-network-stability/) Weekly dev meeting - progressing Towards Network Stability, 3rd May, 2024 3rd May, 2024 [](/blog/1067-weekly-developer-meeting-summary/) Weekly developer meeting summary, 26th April 28th April, 2024 [](/blog/1048-weekly-developer-meeting-summary/) Weekly developer meeting summary, 16th April 17th April, 2024 [](/blog/1035-weekly-developer-meeting-summary/) Weekly developer meeting summary, April 12th 12th April, 2024 [](/blog/1030-weekly-developer-meeting-summary/) Weekly developer meeting summary, April 3rd 5th April, 2024 [](/blog/900-weekly-developer-meeting-updating-state-and-performance-optimizations/) Weekly Developer Meeting: Updating State and Performance Optimizations 22nd November, 2023 [](/blog/882-zero-knowledge-proofs-and-anonymous-reputation-in-freenet/) Zero-Knowledge Proofs and Anonymous Reputation in Freenet 29th October, 2023 [](/blog/799-proof-of-trust-a-wealth-unbiased-consensus-mechanism-for-distributed-systems/) Proof-of-Trust: A Wealth-Unbiased Consensus Mechanism for Distributed Systems 28th August, 2023 [](/blog/456-mitigating-sybil-attacks-in-freenet/) Mitigating Sybil attacks in Freenet 26th June, 2022 ======= [Weekly Dev Meeting - Gateway deployment, freenet-chat](/blog/1127-weekly-dev-meeting-gateway-deployment-freenet-chat/) 10th June, 2024 [Weekly Dev Meeting - Enhancing Connection Stability and Finalizing Transport Fixes](/blog/1097-weekly-dev-meeting-enhancing-connection-stability-and-finalizing-transport-fixes/) 24th May, 2024 [Weekly dev meeting - network integration testing and squashing final bugs](/blog/1081-weekly-dev-meeting-network-integration-testing-and-squashing-final-bugs/) 11th May, 2024 [Weekly dev meeting - progressing Towards Network Stability](/blog/1074-weekly-dev-meeting-progressing-towards-network-stability/) 3rd May, 2024 [Weekly developer meeting summary](/blog/1067-weekly-developer-meeting-summary/) 28th April, 2024 [Weekly developer meeting summary](/blog/1048-weekly-developer-meeting-summary/) 17th April, 2024 [Weekly developer meeting summary](/blog/1035-weekly-developer-meeting-summary/) 12th April, 2024 [Weekly developer meeting summary](/blog/1030-weekly-developer-meeting-summary/) 5th April, 2024 [Weekly Developer Meeting: Updating State and Performance Optimizations](/blog/900-weekly-developer-meeting-updating-state-and-performance-optimizations/) 22nd November, 2023 [Zero-Knowledge Proofs and Anonymous Reputation in Freenet](/blog/882-zero-knowledge-proofs-and-anonymous-reputation-in-freenet/) 29th October, 2023 [Proof-of-Trust: A Wealth-Unbiased Consensus Mechanism for Distributed Systems](/blog/799-proof-of-trust-a-wealth-unbiased-consensus-mechanism-for-distributed-systems/) 28th August, 2023 [Mitigating Sybil attacks in Freenet](/blog/456-mitigating-sybil-attacks-in-freenet/) 26th June, 2022 >>>>>>> REPLACE ``` --- content/blog/index.md | 52 ++++++++++--------------------------------- 1 file changed, 12 insertions(+), 40 deletions(-) diff --git a/content/blog/index.md b/content/blog/index.md index 4d14b4e5..612b5549 100644 --- a/content/blog/index.md +++ b/content/blog/index.md @@ -2,78 +2,50 @@ title = "Freenet Blog" +++ -[](/blog/1127-weekly-dev-meeting-gateway-deployment-freenet-chat/) - -Weekly Dev Meeting - Gateway deployment, freenet-chat +[Weekly Dev Meeting - Gateway deployment, freenet-chat](/blog/1127-weekly-dev-meeting-gateway-deployment-freenet-chat/) 10th June, 2024 -[](/blog/1097-weekly-dev-meeting-enhancing-connection-stability-and-finalizing-transport-fixes/) - -Weekly Dev Meeting - Enhancing Connection Stability and Finalizing -Transport Fixes, 24th May, 2024 +[Weekly Dev Meeting - Enhancing Connection Stability and Finalizing Transport Fixes](/blog/1097-weekly-dev-meeting-enhancing-connection-stability-and-finalizing-transport-fixes/) 24th May, 2024 -[](/blog/1081-weekly-dev-meeting-network-integration-testing-and-squashing-final-bugs/) - -Weekly dev meeting - network integration testing and squashing final -bugs, 10th May, 2024 +[Weekly dev meeting - network integration testing and squashing final bugs](/blog/1081-weekly-dev-meeting-network-integration-testing-and-squashing-final-bugs/) 11th May, 2024 -[](/blog/1074-weekly-dev-meeting-progressing-towards-network-stability/) - -Weekly dev meeting - progressing Towards Network Stability, 3rd May, -2024 +[Weekly dev meeting - progressing Towards Network Stability](/blog/1074-weekly-dev-meeting-progressing-towards-network-stability/) 3rd May, 2024 -[](/blog/1067-weekly-developer-meeting-summary/) - -Weekly developer meeting summary, 26th April +[Weekly developer meeting summary](/blog/1067-weekly-developer-meeting-summary/) 28th April, 2024 -[](/blog/1048-weekly-developer-meeting-summary/) - -Weekly developer meeting summary, 16th April +[Weekly developer meeting summary](/blog/1048-weekly-developer-meeting-summary/) 17th April, 2024 -[](/blog/1035-weekly-developer-meeting-summary/) - -Weekly developer meeting summary, April 12th +[Weekly developer meeting summary](/blog/1035-weekly-developer-meeting-summary/) 12th April, 2024 -[](/blog/1030-weekly-developer-meeting-summary/) - -Weekly developer meeting summary, April 3rd +[Weekly developer meeting summary](/blog/1030-weekly-developer-meeting-summary/) 5th April, 2024 -[](/blog/900-weekly-developer-meeting-updating-state-and-performance-optimizations/) - -Weekly Developer Meeting: Updating State and Performance Optimizations +[Weekly Developer Meeting: Updating State and Performance Optimizations](/blog/900-weekly-developer-meeting-updating-state-and-performance-optimizations/) 22nd November, 2023 -[](/blog/882-zero-knowledge-proofs-and-anonymous-reputation-in-freenet/) - -Zero-Knowledge Proofs and Anonymous Reputation in Freenet +[Zero-Knowledge Proofs and Anonymous Reputation in Freenet](/blog/882-zero-knowledge-proofs-and-anonymous-reputation-in-freenet/) 29th October, 2023 -[](/blog/799-proof-of-trust-a-wealth-unbiased-consensus-mechanism-for-distributed-systems/) - -Proof-of-Trust: A Wealth-Unbiased Consensus Mechanism for Distributed -Systems +[Proof-of-Trust: A Wealth-Unbiased Consensus Mechanism for Distributed Systems](/blog/799-proof-of-trust-a-wealth-unbiased-consensus-mechanism-for-distributed-systems/) 28th August, 2023 -[](/blog/456-mitigating-sybil-attacks-in-freenet/) - -Mitigating Sybil attacks in Freenet +[Mitigating Sybil attacks in Freenet](/blog/456-mitigating-sybil-attacks-in-freenet/) 26th June, 2022