Skip to content

Commit

Permalink
aider: Corrected the formatting of blog titles in `content/blog/index…
Browse files Browse the repository at this point in the history
….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
```
  • Loading branch information
sanity committed Jun 12, 2024
1 parent e50ecab commit ff05361
Showing 1 changed file with 12 additions and 40 deletions.
52 changes: 12 additions & 40 deletions content/blog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ff05361

Please sign in to comment.