diff --git a/blog/AMindForNumbers.html b/posts/AMindForNumbers.html similarity index 100% rename from blog/AMindForNumbers.html rename to posts/AMindForNumbers.html diff --git a/blog/AskingForHelp.html b/posts/AskingForHelp.html similarity index 100% rename from blog/AskingForHelp.html rename to posts/AskingForHelp.html diff --git a/blog/DeepWork.html b/posts/DeepWork.html similarity index 100% rename from blog/DeepWork.html rename to posts/DeepWork.html diff --git a/blog/DisciplineAndMotivation.html b/posts/DisciplineAndMotivation.html similarity index 100% rename from blog/DisciplineAndMotivation.html rename to posts/DisciplineAndMotivation.html diff --git a/blog/DoingMoreWithMyIdeas.html b/posts/DoingMoreWithMyIdeas.html similarity index 100% rename from blog/DoingMoreWithMyIdeas.html rename to posts/DoingMoreWithMyIdeas.html diff --git a/blog/ExercisingWithoutTime.html b/posts/ExercisingWithoutTime.html similarity index 100% rename from blog/ExercisingWithoutTime.html rename to posts/ExercisingWithoutTime.html diff --git a/blog/FirstStepsToDigitalIndependence.html b/posts/FirstStepsToDigitalIndependence.html similarity index 100% rename from blog/FirstStepsToDigitalIndependence.html rename to posts/FirstStepsToDigitalIndependence.html diff --git a/blog/GraduateSchool.html b/posts/GraduateSchool.html similarity index 100% rename from blog/GraduateSchool.html rename to posts/GraduateSchool.html diff --git a/blog/Habits.html b/posts/Habits.html similarity index 100% rename from blog/Habits.html rename to posts/Habits.html diff --git a/blog/ImmersiveLearningAndExperimentation.html b/posts/ImmersiveLearningAndExperimentation.html similarity index 100% rename from blog/ImmersiveLearningAndExperimentation.html rename to posts/ImmersiveLearningAndExperimentation.html diff --git a/blog/Independence.html b/posts/Independence.html similarity index 100% rename from blog/Independence.html rename to posts/Independence.html diff --git a/blog/LessIsMore.html b/posts/LessIsMore.html similarity index 100% rename from blog/LessIsMore.html rename to posts/LessIsMore.html diff --git a/blog/LevelingTool.html b/posts/LevelingTool.html similarity index 100% rename from blog/LevelingTool.html rename to posts/LevelingTool.html diff --git a/blog/LookingLikeAFool.html b/posts/LookingLikeAFool.html similarity index 100% rename from blog/LookingLikeAFool.html rename to posts/LookingLikeAFool.html diff --git a/blog/MidnightMusings2024-09-26.html b/posts/MidnightMusings2024-09-26.html similarity index 100% rename from blog/MidnightMusings2024-09-26.html rename to posts/MidnightMusings2024-09-26.html diff --git a/blog/PetsWorryAndInformation.html b/posts/PetsWorryAndInformation.html similarity index 100% rename from blog/PetsWorryAndInformation.html rename to posts/PetsWorryAndInformation.html diff --git a/blog/SelfDirectedLearning.html b/posts/SelfDirectedLearning.html similarity index 100% rename from blog/SelfDirectedLearning.html rename to posts/SelfDirectedLearning.html diff --git a/blog/SpeedReadingWorkbook.html b/posts/SpeedReadingWorkbook.html similarity index 100% rename from blog/SpeedReadingWorkbook.html rename to posts/SpeedReadingWorkbook.html diff --git a/blog/TheFoundation.html b/posts/TheFoundation.html similarity index 100% rename from blog/TheFoundation.html rename to posts/TheFoundation.html diff --git a/blog/TheMythOfPerfection.html b/posts/TheMythOfPerfection.html similarity index 100% rename from blog/TheMythOfPerfection.html rename to posts/TheMythOfPerfection.html diff --git a/blog/TheStart.html b/posts/TheStart.html similarity index 100% rename from blog/TheStart.html rename to posts/TheStart.html diff --git a/blog/ThisWebsite.html b/posts/ThisWebsite.html similarity index 97% rename from blog/ThisWebsite.html rename to posts/ThisWebsite.html index c0d805e..7079bc4 100755 --- a/blog/ThisWebsite.html +++ b/posts/ThisWebsite.html @@ -88,7 +88,7 @@ date: 2021-07-05 It is important to take the time to ensure that the things that we create are as simple as possible while still doing everything they need to do. It often makes them harder to make in the first place but the extra investment of time and energy upfront make maintaining and modifying them much simpler. Overall it saves much more time then it takes, but the time saved is spread out over years and is less noticeable. - Kind of like good habits where the cost is now and the rewards are later. + Kind of like good habits where the cost is now and the rewards are later.
diff --git a/blog/WhyAndGettingLost.html b/posts/WhyAndGettingLost.html
similarity index 100%
rename from blog/WhyAndGettingLost.html
rename to posts/WhyAndGettingLost.html
diff --git a/blog/Writing.html b/posts/Writing.html
similarity index 100%
rename from blog/Writing.html
rename to posts/Writing.html
diff --git a/src/database/article.rs b/src/database/article.rs
index 11f17c6..4d92855 100644
--- a/src/database/article.rs
+++ b/src/database/article.rs
@@ -135,7 +135,7 @@ impl PsqlData for Article {
}
pub async fn load_articles(pool: &Pool