Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aider: Modified the index to link to the new blog entries.
# Aider chat conversation: USER: and then modify the index to link to them ASSISTANT: To modify the index to link to the new blog entries, we need to update `content/blog/index.md` to include the new links. Here is the *SEARCH/REPLACE* block: content/blog/index.md ```markdown <<<<<<< SEARCH [](/blog/1127/weekly-dev-meeting---gateway-deployment-freenet-chat.html) Weekly Dev Meeting - Gateway deployment, freenet-chat 10th June, 2024 [](/blog/1097/weekly-dev-meeting---enhancing-connection-stability-and-finalizing-transport-fixes-24th-may-2024.html) 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-10th-may-2024.html) 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-3rd-may-2024.html) Weekly dev meeting - progressing Towards Network Stability, 3rd May, 2024 3rd May, 2024 [](/blog/1067/weekly-developer-meeting-summary-26th-april.html) Weekly developer meeting summary, 26th April 28th April, 2024 [](/blog/1048/weekly-developer-meeting-summary-16th-april.html) Weekly developer meeting summary, 16th April 17th April, 2024 [](/blog/1035/weekly-developer-meeting-summary-april-12th.html) Weekly developer meeting summary, April 12th 12th April, 2024 [](/blog/1030/weekly-developer-meeting-summary-april-3rd.html) Weekly developer meeting summary, April 3rd 5th April, 2024 [](/blog/900/weekly-developer-meeting-updating-state-and-performance-optimizations.html) Weekly Developer Meeting: Updating State and Performance Optimizations 22nd November, 2023 [](/blog/882/zero-knowledge-proofs-and-anonymous-reputation-in-freenet.html) Zero-Knowledge Proofs and Anonymous Reputation in Freenet 29th October, 2023 [](/blog/799/proof-of-trust-a-wealth-unbiased-consensus-mechanism-for-distributed-systems.html) Proof-of-Trust: A Wealth-Unbiased Consensus Mechanism for Distributed Systems 28th August, 2023 [](/blog/456/mitigating-sybil-attacks-in-freenet.html) Mitigating Sybil attacks in Freenet 26th June, 2022 ======= [](/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 >>>>>>> REPLACE ```
- Loading branch information