Commit 991f825
committed
Refactor article metadata structure to use slugs instead of URLs, implement multilingual support, and enhance SEO metadata generation
- Updated article metadata files to replace `url` with `slug` for better routing and localization.
- Introduced language switching functionality in article headers.
- Added support for multiple languages in article metadata and sitemap generation.
- Created new components and utilities for handling localization and language detection.
- Implemented middleware for locale prefixing in routes.
- Enhanced category labels to support localization.
- Added tests for portfolio page metadata.
- Created robots.txt and sitemap.xml for improved SEO.1 parent e8a3d8b commit 991f825
File tree
87 files changed
+657
-215
lines changed- src
- app
- article
- 2021-12/node-js-stream
- 2022-09/company
- 2022-10
- hello-sadness
- javascript-smooth-animation
- 2022-11
- easy-promise-async-await
- everything
- i-me-mom-mom
- 2023-02
- knou-tips
- puss-in-boots
- 2023-03/draw-io-auto-layout
- 2023-06
- company-contest
- why-writing
- 2023-07
- human-life
- ts-data-structure
- why-eslint
- why-need-narrowing
- 2023-08
- adopting-flutter-as-a-front-end-developer-1
- adopting-golang-as-a-front-end-developer-1
- self-thinking-preface
- 2023-09
- belief
- graphql-codegen
- moderation
- no-func-record
- the-pragmatic-programmer
- 2023-10
- dogdrip
- glassmorphism
- 2024-01/time
- 2024-02
- async-mutex
- hof
- prisma
- tsup
- unbearable
- 2024-03/pageview-counter
- 2024-09
- family
- letter
- 2024-10
- check-target
- farming-paper
- 2024-11
- signal
- zod
- 2024-12/functional
- 2025-01
- ga
- mac-settings
- thoreau
- 2025-02
- monorepo
- react-expandable-text
- 2025-03
- install-redash
- terraform-digital-ocean
- 2025-04/geultto
- 2025-07
- eslint-forbid-classname
- fighting
- intl-number-format
- nextjs-inject-env
- simple-api-analytics
- 2025-08
- effective-burn-out-tips
- workflow
- en/article
- 2025-08/effective-burn-out-tips
- ko/article
- 2025-08/effective-burn-out-tips
- portfolio
- set-locale
- common
- modules
- article
- i18n
- metadata
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
87 files changed
+657
-215
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | 64 | | |
66 | 65 | | |
67 | 66 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
| |||
35 | 33 | | |
36 | 34 | | |
37 | 35 | | |
38 | | - | |
39 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
40 | 44 | | |
41 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
42 | 50 | | |
43 | 51 | | |
44 | 52 | | |
| |||
55 | 63 | | |
56 | 64 | | |
57 | 65 | | |
58 | | - | |
| 66 | + | |
59 | 67 | | |
60 | 68 | | |
61 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
0 commit comments