Skip to content

Commit 5897342

Browse files
committed
feature: add blog website
1 parent 7880e69 commit 5897342

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,27 @@ This repository includes Docker configurations for running code snippets in vari
6363

6464
For more information on Docker usage, see the [Docker README](docker/README.md).
6565

66+
### 🛠️ Utilities
67+
68+
This repository contains utility scripts in the `/tools` directory to help maintain the documentation.
69+
70+
#### Updating Markdown Frontmatter
71+
72+
The `update-frontmatter.js` script automatically updates metadata in Markdown files:
73+
74+
```bash
75+
# First, install Node.js dependencies
76+
npm install
77+
78+
# Run the script (updates all Markdown files)
79+
node tools/update-frontmatter.js
80+
81+
# Update a specific file
82+
node tools/update-frontmatter.js algorithms/sorting-algorithms.md
83+
```
84+
85+
For more information about available tools, see the [Tools README](tools/README.md).
86+
6687
## 🤝 Contribution
6788

6889
Contributions are highly welcome! If you want to:

README_vi.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,27 @@ Kho lưu trữ này bao gồm cấu hình Docker để chạy đoạn mã trong
6464

6565
Để biết thêm thông tin về cách sử dụng Docker, hãy xem [Docker README](docker/README_vi.md).
6666

67+
### 🛠️ Công cụ tiện ích
68+
69+
Kho lưu trữ này chứa các script tiện ích trong thư mục `/tools` để hỗ trợ việc duy trì tài liệu.
70+
71+
#### Cập nhật Frontmatter cho file Markdown
72+
73+
Script `update-frontmatter.js` tự động cập nhật metadata trong các file Markdown:
74+
75+
```bash
76+
# Đầu tiên, cài đặt các gói phụ thuộc Node.js
77+
npm install
78+
79+
# Chạy script (cập nhật tất cả file Markdown)
80+
node tools/update-frontmatter.js
81+
82+
# Cập nhật một file cụ thể
83+
node tools/update-frontmatter.js algorithms/sorting-algorithms.md
84+
```
85+
86+
Để biết thêm thông tin về các công cụ có sẵn, hãy xem [README của Tools](tools/README.md).
87+
6788
## 🤝 Đóng góp
6889

6990
Mọi đóng góp đều rất hoan nghênh! Nếu bạn muốn:

0 commit comments

Comments
 (0)