Skip to content

Commit 24909cb

Browse files
committed
fix: tags on blog should be lower case
1 parent 32c579c commit 24909cb

File tree

8 files changed

+45
-45
lines changed

8 files changed

+45
-45
lines changed

docs/blog/posts/AiTrolleyProblem/AiTrolleyProblem.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
date: 2023-07-28T18:42:39Z
33
categories:
4-
- AI
5-
- Philosophy
4+
- ai
5+
- philosophy
66
authors:
77
- tolstenko
88
---

docs/blog/posts/CppCMakeCPMandSDL3/CppCmakeCPMandSDL3.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
date: 2023-09-09T03:11:08.658Z
33
categories:
4-
- GameDev
5-
- C++
6-
- CMake
7-
- CPM
8-
- SDL3
9-
- SDL2
10-
- CLion
4+
- gamedev
5+
- c++
6+
- cmake
7+
- cpm
8+
- sdl3
9+
- sdl2
10+
- clion
1111
authors:
1212
- tolstenko
1313
---

docs/blog/posts/FerpaCompliance/FerpaCompliance.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
date: 2023-08-30T18:00:00Z
33
categories:
4-
- FERPA
5-
- Privacy
4+
- ferpa
5+
- privacy
66
authors:
77
- tolstenko
88
---

docs/blog/posts/MapVsUnorderedMap/MapVsUnorderedMap.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
date: 2024-01-29T16:14:00Z
33
categories:
4-
- Algorithms
5-
- Data Structures
6-
- C++
7-
- Optimization
8-
- Memory
9-
- Cache
4+
- algorithms
5+
- data structures
6+
- c++
7+
- optimization
8+
- memory
9+
- cache
1010
- map
1111
- unordered_map
1212
authors:

docs/blog/posts/MazeDataStructure/MazeDataStructures.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
date: 2023-10-02T23:00:00Z
33
categories:
4-
- Maze
5-
- Data Structures
6-
- C++
7-
- Optimization
8-
- Memory
9-
- Cache
10-
- Vector
11-
- Bitfield
12-
- Maze Generation
4+
- maze
5+
- data structures
6+
- c++
7+
- optimization
8+
- memory
9+
- cache
10+
- vector
11+
- bitfield
12+
- maze generation
1313
authors:
1414
- tolstenko
1515
---

docs/blog/posts/MixedReality/MixedReality.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
date: 2023-08-09T16:00:00Z
33
categories:
4-
- Mixed Reality
5-
- Virtual Reality
6-
- Augmented Reality
7-
- Augmented Virtuality
4+
- mixed Reality
5+
- virtual reality
6+
- augmented reality
7+
- augmented virtuality
88
authors:
99
- tolstenko
1010
---

docs/blog/posts/NeuroDivergence/NeuroDivergence.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
date: 2024-08-19T16:00:00Z
33
categories:
4-
- Neuro Divergence
5-
- Teaching
6-
- Autism
7-
- ADHD
8-
- High Abilities
9-
- Giftedness
4+
- neuro divergence
5+
- teaching
6+
- autism
7+
- adhd
8+
- high abilities
9+
- giftedness
1010
authors:
1111
- tolstenko
1212
---

docs/blog/posts/NotesOnSubmissions/NotesOnSubmissions.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
date: 2023-08-24T16:40:00Z
33
categories:
4-
- Teaching
5-
- Academic Honesty
6-
- Plagiarism
7-
- AI
8-
- ChatGPT
9-
- Canvas
10-
- Turnitin
11-
- Moss
12-
- Github Copilot
4+
- teaching
5+
- academic honesty
6+
- plagiarism
7+
- ai
8+
- chatgpt
9+
- canvas
10+
- turnitin
11+
- moss
12+
- github copilot
1313
authors:
1414
- tolstenko
1515
---

0 commit comments

Comments
 (0)