diff --git a/archetypes/blogs/index.md b/archetypes/blog/index.md similarity index 78% rename from archetypes/blogs/index.md rename to archetypes/blog/index.md index c70d77a..75d7824 100644 --- a/archetypes/blogs/index.md +++ b/archetypes/blog/index.md @@ -1,7 +1,7 @@ --- title: "{{ replace .TranslationBaseName "-" " " | title }}" date: {{ .Date }} -url: /blogs/{{ .TranslationBaseName }}/ +url: /blog/{{ .TranslationBaseName }}/ tags: - draft: true diff --git a/assets/sass/pages/blogs.scss b/assets/sass/pages/blog.scss similarity index 100% rename from assets/sass/pages/blogs.scss rename to assets/sass/pages/blog.scss diff --git a/assets/sass/style.scss b/assets/sass/style.scss index 15806b8..1d41a4a 100644 --- a/assets/sass/style.scss +++ b/assets/sass/style.scss @@ -18,7 +18,7 @@ @import "pages/about"; @import "pages/audio"; @import "pages/now"; -@import "pages/blogs"; +@import "pages/blog"; @import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Neonderthaw&display=swap"); diff --git a/content/blogs/2025-01-15-getting-started-with-hugo/index.md b/content/blog/2025-01-15-getting-started-with-hugo/index.md similarity index 96% rename from content/blogs/2025-01-15-getting-started-with-hugo/index.md rename to content/blog/2025-01-15-getting-started-with-hugo/index.md index 183452b..10789b5 100644 --- a/content/blogs/2025-01-15-getting-started-with-hugo/index.md +++ b/content/blog/2025-01-15-getting-started-with-hugo/index.md @@ -1,7 +1,7 @@ --- title: Getting Started with Hugo date: 2025-01-15T10:00:00+00:00 -url: /blogs/getting-started-with-hugo/ +url: /blog/getting-started-with-hugo/ tags: - hugo - web development diff --git a/content/blogs/2025-01-20-customizing-your-development-environment/index.md b/content/blog/2025-01-20-customizing-your-development-environment/index.md similarity index 96% rename from content/blogs/2025-01-20-customizing-your-development-environment/index.md rename to content/blog/2025-01-20-customizing-your-development-environment/index.md index 24be60d..2089358 100644 --- a/content/blogs/2025-01-20-customizing-your-development-environment/index.md +++ b/content/blog/2025-01-20-customizing-your-development-environment/index.md @@ -1,7 +1,7 @@ --- title: Customizing Your Development Environment date: 2025-01-20T14:30:00+00:00 -url: /blogs/customizing-your-development-environment/ +url: /blog/customizing-your-development-environment/ tags: - productivity - tools diff --git a/content/blogs/2025-01-25-building-resilient-systems/index.md b/content/blog/2025-01-25-building-resilient-systems/index.md similarity index 97% rename from content/blogs/2025-01-25-building-resilient-systems/index.md rename to content/blog/2025-01-25-building-resilient-systems/index.md index d241135..beeddc1 100644 --- a/content/blogs/2025-01-25-building-resilient-systems/index.md +++ b/content/blog/2025-01-25-building-resilient-systems/index.md @@ -1,7 +1,7 @@ --- title: Building Resilient Systems date: 2025-01-25T09:15:00+00:00 -url: /blogs/building-resilient-systems/ +url: /blog/building-resilient-systems/ tags: - architecture - reliability diff --git a/content/blogs/2025-02-01-understanding-async-programming/index.md b/content/blog/2025-02-01-understanding-async-programming/index.md similarity index 97% rename from content/blogs/2025-02-01-understanding-async-programming/index.md rename to content/blog/2025-02-01-understanding-async-programming/index.md index 63e4eb0..83aaedc 100644 --- a/content/blogs/2025-02-01-understanding-async-programming/index.md +++ b/content/blog/2025-02-01-understanding-async-programming/index.md @@ -1,7 +1,7 @@ --- title: Understanding Async Programming date: 2025-02-01T11:00:00+00:00 -url: /blogs/understanding-async-programming/ +url: /blog/understanding-async-programming/ tags: - programming - javascript diff --git a/content/blogs/2025-02-05-weekly-update-february-5/index.md b/content/blog/2025-02-05-weekly-update-february-5/index.md similarity index 96% rename from content/blogs/2025-02-05-weekly-update-february-5/index.md rename to content/blog/2025-02-05-weekly-update-february-5/index.md index 1d6e7c8..86b056c 100644 --- a/content/blogs/2025-02-05-weekly-update-february-5/index.md +++ b/content/blog/2025-02-05-weekly-update-february-5/index.md @@ -1,7 +1,7 @@ --- title: "Weekly Update: February 5" date: 2025-02-05T09:00:00+00:00 -url: /blogs/weekly-update-february-5/ +url: /blog/weekly-update-february-5/ tags: - weekly - updates diff --git a/content/blogs/2025-02-10-exploring-terminal-emulators/index.md b/content/blog/2025-02-10-exploring-terminal-emulators/index.md similarity index 97% rename from content/blogs/2025-02-10-exploring-terminal-emulators/index.md rename to content/blog/2025-02-10-exploring-terminal-emulators/index.md index 0244dbb..765aff0 100644 --- a/content/blogs/2025-02-10-exploring-terminal-emulators/index.md +++ b/content/blog/2025-02-10-exploring-terminal-emulators/index.md @@ -1,7 +1,7 @@ --- title: Exploring Terminal Emulators date: 2025-02-10T14:20:00+00:00 -url: /blogs/exploring-terminal-emulators/ +url: /blog/exploring-terminal-emulators/ tags: - terminal - tools diff --git a/content/blogs/2025-02-12-weekly-update-february-12/index.md b/content/blog/2025-02-12-weekly-update-february-12/index.md similarity index 97% rename from content/blogs/2025-02-12-weekly-update-february-12/index.md rename to content/blog/2025-02-12-weekly-update-february-12/index.md index 60ff4c1..669949b 100644 --- a/content/blogs/2025-02-12-weekly-update-february-12/index.md +++ b/content/blog/2025-02-12-weekly-update-february-12/index.md @@ -1,7 +1,7 @@ --- title: "Weekly Update: February 12" date: 2025-02-12T08:30:00+00:00 -url: /blogs/weekly-update-february-12/ +url: /blog/weekly-update-february-12/ tags: - weekly - updates diff --git a/content/blogs/2025-02-15-version-control-best-practices/index.md b/content/blog/2025-02-15-version-control-best-practices/index.md similarity index 97% rename from content/blogs/2025-02-15-version-control-best-practices/index.md rename to content/blog/2025-02-15-version-control-best-practices/index.md index 8760421..47fd7f5 100644 --- a/content/blogs/2025-02-15-version-control-best-practices/index.md +++ b/content/blog/2025-02-15-version-control-best-practices/index.md @@ -1,7 +1,7 @@ --- title: Version Control Best Practices date: 2025-02-15T16:45:00+00:00 -url: /blogs/version-control-best-practices/ +url: /blog/version-control-best-practices/ tags: - git - workflow diff --git a/content/blog/_index.md b/content/blog/_index.md new file mode 100644 index 0000000..77a1d72 --- /dev/null +++ b/content/blog/_index.md @@ -0,0 +1,5 @@ +--- +title: "Blog" +--- + +Welcome to the blog. Here you'll find my thoughts and writings on various topics. diff --git a/content/blogs/_index.md b/content/blogs/_index.md deleted file mode 100644 index f748a17..0000000 --- a/content/blogs/_index.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Blogs" ---- - -Welcome to the blogs section. Here you'll find my thoughts and writings on various topics. diff --git a/layouts/blogs/list.html b/layouts/blog/list.html similarity index 90% rename from layouts/blogs/list.html rename to layouts/blog/list.html index e07a44a..03de9b0 100644 --- a/layouts/blogs/list.html +++ b/layouts/blog/list.html @@ -9,7 +9,7 @@ {{ $tags := slice }} {{ range .Site.RegularPages }} - {{ if eq .Section "blogs" }} + {{ if eq .Section "blog" }} {{ range .Params.tags }} {{ $tags = $tags | append . }} {{ end }} @@ -20,7 +20,7 @@