From fc21f1088b23413d6bde281a2db9b09592681e50 Mon Sep 17 00:00:00 2001 From: radishzzz Date: Sat, 8 Mar 2025 14:34:11 +0000 Subject: [PATCH] update: theme intro --- README.md | 3 +-- README.zh.md | 3 +-- pnpm-lock.yaml | 10 +++++----- src/content/posts/retypeset_en.md | 2 +- src/content/posts/retypeset_zh.md | 2 +- src/pages/about.astro | 2 +- 6 files changed, 10 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index f4bf18b..6f398f8 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,7 @@ # Retypeset -A blog theme built with [Astro](https://astro.build/). -Details in every sight, elegance in every space. +A blog theme based on the Astro framework, inspired by Typography. This theme is based on the style of Typography, through the establishment of a new visual standard, all the pages are rearranged to create a reading experience like the pages of a paper book, reviving the beauty of traditional layouts. Details in every sight, elegance in every space. - [Live Demo](https://retypeset.radishzz.cc/) - [Mobile design](https://mastergo.com/file/151079538766773?fileOpenFrom=home&page_id=M&source=link_share&shareId=151079538766773) diff --git a/README.zh.md b/README.zh.md index d1a4891..6cb26bd 100644 --- a/README.zh.md +++ b/README.zh.md @@ -19,8 +19,7 @@ # 重新编排 -一款基于 [Astro](https://astro.build/) 框架的博客主题。 -所见皆为细节,方寸尽显优雅。 +一款基于 Astro 框架的博客主题,最初灵感来自 Typography。本主题以活版印刷风格为基础,通过建立全新的视觉规范,对所有页面进行重新编排,打造纸质书页般的阅读体验,再现传统版式之美。所见皆为细节,方寸尽显优雅。 - [在线预览](https://retypeset.radishzz.cc/) - [移动端设计稿](https://mastergo.com/file/151079538766773?fileOpenFrom=home&page_id=M&source=link_share&shareId=151079538766773) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 723c72f..846b787 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1753,11 +1753,11 @@ packages: resolution: {integrity: sha512-brcKcxGnISN2CcVhXJ/kEQlNa0MEfGRtwKtWA16SkqXHKitaKIMrfemJKLKX1YqDU5C/5JY3PvZXd5jEW04e0Q==} engines: {node: '>=5.0.0'} - eslint-plugin-perfectionist@4.9.0: - resolution: {integrity: sha512-76lDfJnonOcXGW3bEXuqhEGId0LrOlvIE1yLHvK/eKMMPOc0b43KchAIR2Bdbqlg+LPXU5/Q+UzuzkO+cWHT6w==} + eslint-plugin-perfectionist@4.10.0: + resolution: {integrity: sha512-7sH4rXjIS6ekf/9YL25099Ja09aTqKM00VmN0de/JicSFU5h0GmkjpYuqm1stti0L/baDos7jcTbxt28o1pkJw==} engines: {node: ^18.0.0 || >=20.0.0} peerDependencies: - eslint: '>=8.0.0' + eslint: '>=8.45.0' eslint-plugin-pnpm@0.1.2: resolution: {integrity: sha512-Ta70r1MEUEv8Q5KqJBOklYE/Bal/qrCClu/jhLMC8US6emkYvYPgkoO4QCO/fmDECKU8GWZB8b91GIiapXbm2w==} @@ -3832,7 +3832,7 @@ snapshots: eslint-plugin-jsonc: 2.19.1(eslint@9.22.0(jiti@2.4.2)) eslint-plugin-n: 17.16.2(eslint@9.22.0(jiti@2.4.2)) eslint-plugin-no-only-tests: 3.3.0 - eslint-plugin-perfectionist: 4.9.0(eslint@9.22.0(jiti@2.4.2))(typescript@5.8.2) + eslint-plugin-perfectionist: 4.10.0(eslint@9.22.0(jiti@2.4.2))(typescript@5.8.2) eslint-plugin-pnpm: 0.1.2(eslint@9.22.0(jiti@2.4.2)) eslint-plugin-regexp: 2.7.0(eslint@9.22.0(jiti@2.4.2)) eslint-plugin-toml: 0.12.0(eslint@9.22.0(jiti@2.4.2)) @@ -5716,7 +5716,7 @@ snapshots: eslint-plugin-no-only-tests@3.3.0: {} - eslint-plugin-perfectionist@4.9.0(eslint@9.22.0(jiti@2.4.2))(typescript@5.8.2): + eslint-plugin-perfectionist@4.10.0(eslint@9.22.0(jiti@2.4.2))(typescript@5.8.2): dependencies: '@typescript-eslint/types': 8.26.0 '@typescript-eslint/utils': 8.26.0(eslint@9.22.0(jiti@2.4.2))(typescript@5.8.2) diff --git a/src/content/posts/retypeset_en.md b/src/content/posts/retypeset_en.md index 941d300..0fddfb1 100644 --- a/src/content/posts/retypeset_en.md +++ b/src/content/posts/retypeset_en.md @@ -5,4 +5,4 @@ tags: ["Astro", "Markdown"] lang: en --- -A blog theme based on Astro framework, initially inspired by Typography. This theme reorganizes all pages of its original counterpart by establishing a unified visual standard to faithfully recreate traditional print reading experience while maintaining modern designs minimalist feel. Every detail is meticulously crafted; elegance is found within every inch. +A blog theme based on the Astro framework, inspired by Typography. This theme is based on the style of Typography, through the establishment of a new visual standard, all the pages are rearranged to create a reading experience like the pages of a paper book, reviving the beauty of traditional layouts. Details in every sight, elegance in every space. diff --git a/src/content/posts/retypeset_zh.md b/src/content/posts/retypeset_zh.md index 584c5c4..cb43c64 100644 --- a/src/content/posts/retypeset_zh.md +++ b/src/content/posts/retypeset_zh.md @@ -4,4 +4,4 @@ published: 2024-01-25 tags: ["Astro", "Markdown"] --- -一款基于 Astro 框架的博客主题,灵感来自 Typography。本主题通过统一的设计规范,对所有页面进行重新编排。在保留活版印刷风格的同时,结合现代极简主义,营造具有人文质感的阅读体验。 +一款基于 Astro 框架的博客主题,最初灵感来自 Typography。本主题以活版印刷风格为基础,通过建立全新的视觉规范,对所有页面进行重新编排,打造纸质书页般的阅读体验,再现传统版式之美。所见皆为细节,方寸尽显优雅。 diff --git a/src/pages/about.astro b/src/pages/about.astro index bb5a31a..e0baf81 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -5,6 +5,6 @@ import Layout from '@/layouts/Layout.astro'
-

一款基于 Astro 框架的博客主题,灵感来自 Typography。本主题通过统一的设计规范,对所有页面进行重新编排。在保留活版印刷风格的同时,结合现代极简主义,营造具有人文质感的阅读体验。

+

一款基于 Astro 框架的博客主题,最初灵感来自 Typography。本主题以活版印刷风格为基础,通过建立全新的视觉规范,对所有页面进行重新编排,打造纸质书页般的阅读体验,再现传统版式之美。所见皆为细节,方寸尽显优雅。