mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-17 20:01:33 +02:00
feat: Improve tag pages and article tag display
This commit is contained in:
parent
b5bf2883cf
commit
f96af1b102
18 changed files with 422 additions and 315 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Markdown 扩展样式
|
||||
published: 2022-04-01
|
||||
tags: ["Markdown"]
|
||||
tags: ["Markdown", "博客主题"]
|
||||
---
|
||||
|
||||
FROM https://github.com/saicaca/fuwari
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: Retypeset Theme Introduction
|
||||
published: 2024-01-25
|
||||
tags: ["Astro", "Blog Theme"]
|
||||
tags: ["Astro", "Markdown"]
|
||||
lang: en
|
||||
---
|
||||
|
||||
A blog theme based on [Astro](https://astro.build/) framework, initially inspired by [Typography](https://astro-theme-typography.vercel.app/). This theme builds upon its original style by establishing unified color schemes, layouts, font standards while recomposing all pages aiming at recreating reading experiences from movable type printing era without losing modern designs elegance & simplicity; every detail matters here where elegance is revealed within inches.
|
||||
A blog theme based on <a href="https://astro.build/">Astro</a> framework, initially inspired by <a href="https://astro-theme-typography.vercel.app/">Typography</a>. 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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: 主题介绍
|
||||
published: 2024-01-25
|
||||
tags: ["Astro", "博客主题"]
|
||||
tags: ["天体", "Markdown"]
|
||||
---
|
||||
|
||||
一款基于 [Astro](https://astro.build/) 框架的博客主题,中文名为重新编排,最初灵感来自 [Typography](https://astro-theme-typography.vercel.app/)。本主题以原主题风格为基础,通过建立统一的色彩、版式、字体规范,并对所有页面都进行重新编排,来还原活字印刷时代的阅读体验,同时不失现代设计的优雅与简约。处处皆为细节,方寸尽显优雅。
|
||||
一款基于 <a href="https://astro.build/">Astro</a> 框架的博客主题,最初灵感来自 <a href="https://astro-theme-typography.vercel.app/">Typography</a>。本主题通过建立统一的视觉规范,对原主题的所有页面进行重新编排,尽力还原传统印刷的阅读体验,同时不失现代设计的简约感受。所见皆为细节,方寸尽显优雅。
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: 容忍与自由
|
||||
published: 2022-06-17
|
||||
tags: ["胡适"]
|
||||
tags: ["胡适","Markdown"]
|
||||
---
|
||||
import { Image } from 'astro:assets';
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: 故鄉
|
||||
published: 2024-01-10
|
||||
tags: ["鲁迅"]
|
||||
tags: ["鲁迅", "Markdown"]
|
||||
---
|
||||
import { Image } from 'astro:assets';
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: 羅生門
|
||||
published: 2022-03-05
|
||||
tags: ["芥川龙之介"]
|
||||
tags: ["芥川龙之介", "Markdown"]
|
||||
---
|
||||
import { Image } from 'astro:assets';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue