mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 18:59:31 +08:00
new post and build test
This commit is contained in:
parent
130e39ef48
commit
5d53268b5c
10 changed files with 1245 additions and 7 deletions
|
@ -35,7 +35,8 @@ const render = async (posts = genPosts({ postHtml: true, postLimit: feed.limit,
|
||||||
date_modified: post.updated ?? post.published ?? post.created,
|
date_modified: post.updated ?? post.published ?? post.created,
|
||||||
tags: post.tags,
|
tags: post.tags,
|
||||||
_indieweb: {
|
_indieweb: {
|
||||||
type: post.type
|
type: post.type,
|
||||||
|
'in-reply-to': post.in_reply_to
|
||||||
}
|
}
|
||||||
}))
|
}))
|
||||||
})
|
})
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 2.2 MiB |
Before Width: | Height: | Size: 458 KiB After Width: | Height: | Size: 458 KiB |
Binary file not shown.
Before Width: | Height: | Size: 844 KiB |
|
@ -4,7 +4,7 @@ created: 2022-07-16
|
||||||
summary: Anki / JSDoc / 蘑菇 / Music-Map ……
|
summary: Anki / JSDoc / 蘑菇 / Music-Map ……
|
||||||
tags:
|
tags:
|
||||||
- 我在看什么
|
- 我在看什么
|
||||||
image: /2022-07-16-reading-5/May (1).jpg
|
image: /2022-07-16-reading-5/May1.jpg
|
||||||
---
|
---
|
||||||
|
|
||||||
## Productivity
|
## Productivity
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.7 MiB |
1237
urara/2022-08-12-vue-challenges.md
Normal file
1237
urara/2022-08-12-vue-challenges.md
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue