Dupluralisationing
This commit is contained in:
parent
ad78a3e27e
commit
d89744f46f
17 changed files with 19 additions and 19 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: "{{ replace .TranslationBaseName "-" " " | title }}"
|
title: "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||||
date: {{ .Date }}
|
date: {{ .Date }}
|
||||||
url: /blogs/{{ .TranslationBaseName }}/
|
url: /blog/{{ .TranslationBaseName }}/
|
||||||
tags:
|
tags:
|
||||||
-
|
-
|
||||||
draft: true
|
draft: true
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
@import "pages/about";
|
@import "pages/about";
|
||||||
@import "pages/audio";
|
@import "pages/audio";
|
||||||
@import "pages/now";
|
@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");
|
@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");
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Getting Started with Hugo
|
title: Getting Started with Hugo
|
||||||
date: 2025-01-15T10:00:00+00:00
|
date: 2025-01-15T10:00:00+00:00
|
||||||
url: /blogs/getting-started-with-hugo/
|
url: /blog/getting-started-with-hugo/
|
||||||
tags:
|
tags:
|
||||||
- hugo
|
- hugo
|
||||||
- web development
|
- web development
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Customizing Your Development Environment
|
title: Customizing Your Development Environment
|
||||||
date: 2025-01-20T14:30:00+00:00
|
date: 2025-01-20T14:30:00+00:00
|
||||||
url: /blogs/customizing-your-development-environment/
|
url: /blog/customizing-your-development-environment/
|
||||||
tags:
|
tags:
|
||||||
- productivity
|
- productivity
|
||||||
- tools
|
- tools
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Building Resilient Systems
|
title: Building Resilient Systems
|
||||||
date: 2025-01-25T09:15:00+00:00
|
date: 2025-01-25T09:15:00+00:00
|
||||||
url: /blogs/building-resilient-systems/
|
url: /blog/building-resilient-systems/
|
||||||
tags:
|
tags:
|
||||||
- architecture
|
- architecture
|
||||||
- reliability
|
- reliability
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Understanding Async Programming
|
title: Understanding Async Programming
|
||||||
date: 2025-02-01T11:00:00+00:00
|
date: 2025-02-01T11:00:00+00:00
|
||||||
url: /blogs/understanding-async-programming/
|
url: /blog/understanding-async-programming/
|
||||||
tags:
|
tags:
|
||||||
- programming
|
- programming
|
||||||
- javascript
|
- javascript
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: "Weekly Update: February 5"
|
title: "Weekly Update: February 5"
|
||||||
date: 2025-02-05T09:00:00+00:00
|
date: 2025-02-05T09:00:00+00:00
|
||||||
url: /blogs/weekly-update-february-5/
|
url: /blog/weekly-update-february-5/
|
||||||
tags:
|
tags:
|
||||||
- weekly
|
- weekly
|
||||||
- updates
|
- updates
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Exploring Terminal Emulators
|
title: Exploring Terminal Emulators
|
||||||
date: 2025-02-10T14:20:00+00:00
|
date: 2025-02-10T14:20:00+00:00
|
||||||
url: /blogs/exploring-terminal-emulators/
|
url: /blog/exploring-terminal-emulators/
|
||||||
tags:
|
tags:
|
||||||
- terminal
|
- terminal
|
||||||
- tools
|
- tools
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: "Weekly Update: February 12"
|
title: "Weekly Update: February 12"
|
||||||
date: 2025-02-12T08:30:00+00:00
|
date: 2025-02-12T08:30:00+00:00
|
||||||
url: /blogs/weekly-update-february-12/
|
url: /blog/weekly-update-february-12/
|
||||||
tags:
|
tags:
|
||||||
- weekly
|
- weekly
|
||||||
- updates
|
- updates
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Version Control Best Practices
|
title: Version Control Best Practices
|
||||||
date: 2025-02-15T16:45:00+00:00
|
date: 2025-02-15T16:45:00+00:00
|
||||||
url: /blogs/version-control-best-practices/
|
url: /blog/version-control-best-practices/
|
||||||
tags:
|
tags:
|
||||||
- git
|
- git
|
||||||
- workflow
|
- workflow
|
||||||
5
content/blog/_index.md
Normal file
5
content/blog/_index.md
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: "Blog"
|
||||||
|
---
|
||||||
|
|
||||||
|
Welcome to the blog. Here you'll find my thoughts and writings on various topics.
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
title: "Blogs"
|
|
||||||
---
|
|
||||||
|
|
||||||
Welcome to the blogs section. Here you'll find my thoughts and writings on various topics.
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
{{ $tags := slice }}
|
{{ $tags := slice }}
|
||||||
{{ range .Site.RegularPages }}
|
{{ range .Site.RegularPages }}
|
||||||
{{ if eq .Section "blogs" }}
|
{{ if eq .Section "blog" }}
|
||||||
{{ range .Params.tags }}
|
{{ range .Params.tags }}
|
||||||
{{ $tags = $tags | append . }}
|
{{ $tags = $tags | append . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
<nav class="blog-tags-filter">
|
<nav class="blog-tags-filter">
|
||||||
<span class="filter-label">Filter by tag: (found {{ len $tags }} tags)</span>
|
<span class="filter-label">Filter by tag: (found {{ len $tags }} tags)</span>
|
||||||
<div class="tag-links">
|
<div class="tag-links">
|
||||||
<a href="/blogs/" class="tag-filter-link active">All</a>
|
<a href="/blog/" class="tag-filter-link active">All</a>
|
||||||
{{ range $tags }}
|
{{ range $tags }}
|
||||||
{{ $tagURL := printf "/tags/%s/" (. | urlize) }}
|
{{ $tagURL := printf "/tags/%s/" (. | urlize) }}
|
||||||
<a href="{{ $tagURL }}" class="tag-filter-link">{{ . }}</a>
|
<a href="{{ $tagURL }}" class="tag-filter-link">{{ . }}</a>
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
<div class="blogs-screen">
|
<div class="blogs-screen">
|
||||||
<div class="blogs-content">
|
<div class="blogs-content">
|
||||||
<nav class="blog-navigation">
|
<nav class="blog-navigation">
|
||||||
<a href="/blogs/" class="nav-link back-link">← All Blogs</a>
|
<a href="/blog/" class="nav-link back-link">← All Blog Posts</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<article class="blog-post-card">
|
<article class="blog-post-card">
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
<nav class="blog-tags-filter">
|
<nav class="blog-tags-filter">
|
||||||
<span class="filter-label">Filter by tag:</span>
|
<span class="filter-label">Filter by tag:</span>
|
||||||
<div class="tag-links">
|
<div class="tag-links">
|
||||||
<a href="/blogs/" class="tag-filter-link">All</a>
|
<a href="/blog/" class="tag-filter-link">All</a>
|
||||||
{{ range $name, $taxonomy := .Site.Taxonomies.tags }}
|
{{ range $name, $taxonomy := .Site.Taxonomies.tags }}
|
||||||
{{ $tagURL := printf "/tags/%s/" ($name | urlize) }}
|
{{ $tagURL := printf "/tags/%s/" ($name | urlize) }}
|
||||||
<a href="{{ $tagURL }}" class="tag-filter-link{{ if eq $name $.Title }} active{{ end }}">{{ $name }}</a>
|
<a href="{{ $tagURL }}" class="tag-filter-link{{ if eq $name $.Title }} active{{ end }}">{{ $name }}</a>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue