mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 19:51:07 +02:00
fix: accessibility issues with footer links, update theme guide
This commit is contained in:
parent
bd4db06709
commit
1c374367fd
11 changed files with 22 additions and 22 deletions
|
@ -234,7 +234,7 @@ const EXCERPT_LENGTHS: Record<ExcerptScene, {
|
|||
|
||||
### Open Graph
|
||||
|
||||
Open Graph social image styles.
|
||||
[Open Graph social card](https://orcascan.com/tools/open-graph-validator?url=https%3A%2F%2Fretypeset.radishzz.cc%2Fen%2Fposts%2Ftheme-guide%2F) styles.
|
||||
|
||||
```ts
|
||||
// src/pages/og/[...image].ts
|
||||
|
@ -263,7 +263,7 @@ getImageOptions: (_path, page) => ({
|
|||
|
||||
### RSS Feed
|
||||
|
||||
RSS feed page styles.
|
||||
[RSS feed page](https://retypeset.radishzz.cc/en/rss.xml) styles.
|
||||
|
||||
```html
|
||||
<!-- public/rss/rss-style.xsl -->
|
||||
|
|
|
@ -234,7 +234,7 @@ const EXCERPT_LENGTHS: Record<ExcerptScene, {
|
|||
|
||||
### Open Graph
|
||||
|
||||
Estilos de imágenes sociales Open Graph.
|
||||
Estilos de [tarjetas sociales Open Graph](https://orcascan.com/tools/open-graph-validator?url=https%3A%2F%2Fretypeset.radishzz.cc%2Fes%2Fposts%2Ftheme-guide%2F).
|
||||
|
||||
```ts
|
||||
// src/pages/og/[...image].ts
|
||||
|
@ -263,7 +263,7 @@ getImageOptions: (_path, page) => ({
|
|||
|
||||
### Canal RSS
|
||||
|
||||
Estilos de página del feed RSS.
|
||||
Estilos de [página del feed RSS](https://retypeset.radishzz.cc/es/rss.xml).
|
||||
|
||||
```html
|
||||
<!-- public/rss/rss-style.xsl -->
|
||||
|
|
|
@ -234,7 +234,7 @@ const EXCERPT_LENGTHS: Record<ExcerptScene, {
|
|||
|
||||
### Open Graph
|
||||
|
||||
Open Graphソーシャル画像スタイル。
|
||||
[Open Graphソーシャルカード](https://orcascan.com/tools/open-graph-validator?url=https%3A%2F%2Fretypeset.radishzz.cc%2Fja%2Fposts%2Ftheme-guide%2F)スタイル。
|
||||
|
||||
```ts
|
||||
// src/pages/og/[...image].ts
|
||||
|
@ -263,7 +263,7 @@ getImageOptions: (_path, page) => ({
|
|||
|
||||
### RSSフィード
|
||||
|
||||
RSSフィードページスタイル。
|
||||
[RSSフィードページ](https://retypeset.radishzz.cc/ja/rss.xml)スタイル。
|
||||
|
||||
```html
|
||||
<!-- public/rss/rss-style.xsl -->
|
||||
|
|
|
@ -234,7 +234,7 @@ const EXCERPT_LENGTHS: Record<ExcerptScene, {
|
|||
|
||||
### Open Graph
|
||||
|
||||
Стили изображений Open Graph для социальных сетей.
|
||||
Стили [карточек Open Graph для социальных сетей](https://orcascan.com/tools/open-graph-validator?url=https%3A%2F%2Fretypeset.radishzz.cc%2Fru%2Fposts%2Ftheme-guide%2F).
|
||||
|
||||
```ts
|
||||
// src/pages/og/[...image].ts
|
||||
|
@ -263,7 +263,7 @@ getImageOptions: (_path, page) => ({
|
|||
|
||||
### RSS-лента
|
||||
|
||||
Стили страницы RSS-ленты.
|
||||
Стили [страницы RSS-ленты](https://retypeset.radishzz.cc/ru/rss.xml).
|
||||
|
||||
```html
|
||||
<!-- public/rss/rss-style.xsl -->
|
||||
|
|
|
@ -234,7 +234,7 @@ const EXCERPT_LENGTHS: Record<ExcerptScene, {
|
|||
|
||||
### Open Graph
|
||||
|
||||
Open Graph 社交圖片樣式。
|
||||
[Open Graph 社交卡片](https://orcascan.com/tools/open-graph-validator?url=https%3A%2F%2Fretypeset.radishzz.cc%2Fzh-tw%2Fposts%2Ftheme-guide%2F) 樣式。
|
||||
|
||||
```ts
|
||||
// src/pages/og/[...image].ts
|
||||
|
@ -263,7 +263,7 @@ getImageOptions: (_path, page) => ({
|
|||
|
||||
### RSS 訂閱
|
||||
|
||||
RSS 訂閱頁配色。
|
||||
[RSS 訂閱頁](https://retypeset.radishzz.cc/zh-tw/rss.xml) 配色。
|
||||
|
||||
```html
|
||||
<!-- public/rss/rss-style.xsl -->
|
||||
|
|
|
@ -234,7 +234,7 @@ const EXCERPT_LENGTHS: Record<ExcerptScene, {
|
|||
|
||||
### Open Graph
|
||||
|
||||
Open Graph 社交图片样式。
|
||||
[Open Graph 社交卡片](https://orcascan.com/tools/open-graph-validator?url=https%3A%2F%2Fretypeset.radishzz.cc%2Fposts%2Ftheme-guide%2F) 样式。
|
||||
|
||||
```ts
|
||||
// src/pages/og/[...image].ts
|
||||
|
@ -263,7 +263,7 @@ getImageOptions: (_path, page) => ({
|
|||
|
||||
### RSS 订阅
|
||||
|
||||
RSS 订阅页配色。
|
||||
[RSS 订阅页](https://retypeset.radishzz.cc/rss.xml) 配色。
|
||||
|
||||
```html
|
||||
<!-- public/rss/rss-style.xsl -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue