Skip to content

Commit

Permalink
fix(theme-yun): cover excerpt styles, close #274
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed Oct 5, 2023
1 parent ebc881d commit 99b95f6
Show file tree
Hide file tree
Showing 7 changed files with 139 additions and 110 deletions.
1 change: 1 addition & 0 deletions demo/yun/pages/posts/excerpt-type-html.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 'excerpt_type: html'
excerpt_type: html
cover: https://fastly.jsdelivr.net/gh/YunYouJun/cdn/img/bg/girl-in-water-tank.webp
---

## Header
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@iconify-json/simple-icons": "^1.1.73",
"nodemon": "^3.0.1",
"vite": "^4.4.10",
"vite": "^4.4.11",
"vitepress": "1.0.0-rc.20",
"vue": "^3.3.4"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"prepare": "husky install"
},
"devDependencies": {
"@antfu/eslint-config": "^1.0.0-beta.18",
"@antfu/eslint-config": "^1.0.0-beta.19",
"@microsoft/api-extractor": "^7.38.0",
"@types/debug": "^4.1.9",
"@types/markdown-it-attrs": "^4.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-valaxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"homepage": "https://valaxy.site",
"repository": {
"type": "git",
"url": "https://github.com/YunYouJun/valaxy"
"url": "https://github.com/YunYouJun/valaxy/tree/main/packages/create-valaxy"
},
"main": "bin/index.mjs",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/valaxy-theme-yun/components/YunPostCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const { icon, styles } = usePostProperty(props.post.type)
class="cover object-cover object-center md:shadow"
>

<div class="flex flex-col items-center justify-center" :class="post.cover && 'h-54'" w="full">
<div class="flex flex-col items-center" :class="post.cover && 'h-54'" w="full">
<AppLink
class="post-title-link cursor-pointer"
:to="post.path || ''"
Expand Down
2 changes: 1 addition & 1 deletion packages/valaxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"unocss": "^0.56.5",
"unplugin-vue-components": "^0.25.2",
"vanilla-lazyload": "^17.8.4",
"vite": "^4.4.10",
"vite": "^4.4.11",
"vite-plugin-pages": "^0.31.0",
"vite-plugin-vue-layouts": "^0.8.0",
"vite-ssg": "0.23.3",
Expand Down
Loading

2 comments on commit 99b95f6

@vercel
Copy link

@vercel vercel bot commented on 99b95f6 Oct 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://yun.valaxy.site as production
🚀 Deployed on https://651eb0cfb9354f2088214295--valaxy.netlify.app

Please sign in to comment.