release: v0.16.1

This commit is contained in:
YunYouJun 2023-12-23 01:19:47 +08:00
parent 7969b4a86c
commit 03daf40d95
8 changed files with 10 additions and 9 deletions

View File

@ -426,6 +426,7 @@ $$ x = {-b \pm \sqrt{b^2-4ac} \over 2a} $$
> [KaTeX options](https://katex.org/docs/options.html)
```ts
// valaxy.config.ts
export default defineValaxyConfig({
markdown: {
/**
@ -439,7 +440,7 @@ export default defineValaxyConfig({
})
```
## Markdown File Inclusion
## Markdown File Inclusion<!-- -->
::: tip
You can also prefix the markdown path with `@`, it will act as the source root. By default, it's the Valaxy project root.

View File

@ -1,7 +1,7 @@
{
"name": "@valaxyjs/monorepo",
"type": "module",
"version": "0.16.0",
"version": "0.16.1",
"private": true,
"packageManager": "pnpm@8.12.1",
"description": "📄 Vite & Vue powered static blog generator.",

View File

@ -1,7 +1,7 @@
{
"name": "create-valaxy",
"type": "module",
"version": "0.16.0",
"version": "0.16.1",
"description": "Create Starter Template for Valaxy",
"author": {
"email": "me@yunyoujun.cn",

View File

@ -12,8 +12,8 @@
"serve": "vite preview"
},
"dependencies": {
"valaxy": "0.16.0",
"valaxy-theme-yun": "0.16.0"
"valaxy": "0.16.1",
"valaxy-theme-yun": "0.16.1"
},
"devDependencies": {
"typescript": "^5.3.3"

View File

@ -1,6 +1,6 @@
{
"name": "valaxy-theme-press",
"version": "0.16.0",
"version": "0.16.1",
"description": "Docs Theme for Valaxy",
"author": {
"email": "me@yunyoujun.cn",

View File

@ -5,7 +5,7 @@ const runtimeConfig = useRuntimeConfig()
</script>
<template>
<YunCard w="full" p="4" class="yun-comment sm:p-6 lg:px-12 xl:px-16">
<YunCard w="full" p="4" class="comment yun-comment sm:p-6 lg:px-12 xl:px-16">
<ClientOnly>
<YunWaline v-if="runtimeConfig.addons['valaxy-addon-waline']" />
<YunTwikoo v-if="runtimeConfig.addons['valaxy-addon-twikoo']" />

View File

@ -1,6 +1,6 @@
{
"name": "valaxy-theme-yun",
"version": "0.16.0",
"version": "0.16.1",
"author": {
"email": "me@yunyoujun.cn",
"name": "YunYouJun",

View File

@ -1,7 +1,7 @@
{
"name": "valaxy",
"type": "module",
"version": "0.16.0",
"version": "0.16.1",
"description": "📄 Vite & Vue powered static blog generator.",
"author": {
"email": "me@yunyoujun.cn",