mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 14:29:29 +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
|
@ -42,4 +42,4 @@
|
||||||
<meta property="og:url" content={site.protocol + site.domain} />
|
<meta property="og:url" content={site.protocol + site.domain} />
|
||||||
{/if}
|
{/if}
|
||||||
{/if}
|
{/if}
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
|
@ -64,9 +64,9 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="navbar-end">
|
<div class="navbar-end">
|
||||||
<!-- {#if headerConfig.search} -->
|
<!-- {#if headerConfig.search} -->
|
||||||
<!-- The button to open modal -->
|
<!-- The button to open modal -->
|
||||||
<!-- <label for="search-modal" class="btn btn-square btn-ghost ml-2"><span class="i-heroicons-outline-search" /></label> -->
|
<!-- <label for="search-modal" class="btn btn-square btn-ghost ml-2"><span class="i-heroicons-outline-search" /></label> -->
|
||||||
<!-- <button
|
<!-- <button
|
||||||
on:click={() => {
|
on:click={() => {
|
||||||
search = !search
|
search = !search
|
||||||
}}
|
}}
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
// auto-generated
|
// auto-generated
|
||||||
export let path
|
export let path
|
||||||
export let slug
|
export let slug
|
||||||
export let toc
|
export let toc
|
||||||
// common
|
// common
|
||||||
export let created
|
export let created
|
||||||
export let updated
|
export let updated
|
||||||
|
|
|
@ -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