File tree Expand file tree Collapse file tree 3 files changed +40
-49
lines changed Expand file tree Collapse file tree 3 files changed +40
-49
lines changed Original file line number Diff line number Diff line change 22layout: default
33---
44
5+ < style >
6+ .post-list {
7+ list-style : none;
8+ margin-left : 0 ;
9+ }
10+ .post-item {
11+ display : flex;
12+ gap : 1.5rem ;
13+ margin-bottom : 2rem ;
14+ padding-bottom : 2rem ;
15+ border-bottom : 1px solid # e8e8e8 ;
16+ }
17+ .post-thumbnail {
18+ flex-shrink : 0 ;
19+ width : 200px ;
20+ }
21+ .post-thumbnail img {
22+ width : 100% ;
23+ height : auto;
24+ border-radius : 4px ;
25+ display : block;
26+ }
27+ .post-content {
28+ flex : 1 ;
29+ min-width : 0 ;
30+ }
31+ .post-content h3 {
32+ margin-top : 0 ;
33+ }
34+ @media (max-width : 600px ) {
35+ .post-item {
36+ flex-direction : column;
37+ }
38+ .post-thumbnail {
39+ width : 100% ;
40+ }
41+ }
42+ </ style >
43+
544< div class ="home ">
645 {%- if page.title -%}
746 < h1 class ="page-heading "> {{ page.title }}</ h1 >
Original file line number Diff line number Diff line change 11---
22layout : post
3- title : " High Performance and Easy Deployment of vLLM in K8S with " vLLM production-stack" "
3+ title : " High Performance and Easy Deployment of vLLM in K8S with vLLM production-stack"
44author : LMCache Team
55image : /assets/figures/stack/stack-thumbnail.png
66---
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments