mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-04 00:20:26 +03:00
refactor: update blog post date handling and schema
- Replaced `pubDate` with `datePublished` in blog post components for consistency. - Updated sorting logic in blog sections to use `datePublished`. - Enhanced blog post schema to include `dateModified` for better structured data representation. - Adjusted various blog markdown files to reflect the new date fields.
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
---
|
||||
title: "Компиляция Rust на TL-MR3020"
|
||||
author: "Valentin Popov"
|
||||
pubDate: "2023-05-01"
|
||||
description: 'Как настроить и оптимизировать проект Rust для кросс-компиляции на TP-Link TL-MR3020 с использованием Fedora Linux 38 и OpenWrt 22.03.4. Шаг за шагом от базового "Hello, World!" до асинхронного TCP сервера.'
|
||||
datePublished: "2023-05-01"
|
||||
dateModified: "2023-05-01"
|
||||
author: "Valentin Popov"
|
||||
lang: "ru"
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user