Skip to content

Commit cc910bc

Browse files
committed
Fixes
Signed-off-by: mgoin <mgoin64@gmail.com>
1 parent a30898b commit cc910bc

File tree

3 files changed

+40
-49
lines changed

3 files changed

+40
-49
lines changed

_layouts/home.html

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,45 @@
22
layout: 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>

_posts/2025-01-21-stack-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: 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"
44
author: LMCache Team
55
image: /assets/figures/stack/stack-thumbnail.png
66
---

assets/css/style.scss

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)