This commit is contained in:
parent
75195dabe3
commit
26129c9c44
4 changed files with 5 additions and 9 deletions
|
@ -81,10 +81,10 @@
|
|||
}
|
||||
|
||||
&-cover {
|
||||
border: 20px solid $accent;
|
||||
border: 5px dashed $accent;
|
||||
background: transparent;
|
||||
margin: 40px 0;
|
||||
padding: 20px;
|
||||
margin: 10px 0;
|
||||
padding: 10px;
|
||||
|
||||
@media ($phone) {
|
||||
padding: 10px;
|
||||
|
|
BIN
content/posts/covers/nlo.avif
Normal file
BIN
content/posts/covers/nlo.avif
Normal file
Binary file not shown.
|
@ -4,9 +4,7 @@ date: "2024-07-19"
|
|||
author: Сисадмин Линк
|
||||
tags: ["ai", "nextcloud", "litellm", "ollama"]
|
||||
description: "Настройка локального ИИ для Nextcloud Assistant через прослойку LiteLLM"
|
||||
showFullContent: false
|
||||
readingTime: false
|
||||
hideComments: false
|
||||
cover: "/posts/covers/nlo.avif"
|
||||
---
|
||||
Опять же, как было в случае с [принтером](/posts/ricoh_config), у меня Arch-based дистрибутив, поэтому буду расписывать по нему.
|
||||
|
||||
|
|
|
@ -18,7 +18,5 @@
|
|||
{{if $cover -}}
|
||||
<!-- Cover image found -->
|
||||
<img src="{{ $cover }}"
|
||||
class="post-cover"
|
||||
alt="{{ .Title | plainify | default " " }}"
|
||||
title="{{ .Params.CoverCredit |plainify|default "Cover Image" }}" />
|
||||
class="post-cover" />
|
||||
{{- end }}
|
||||
|
|
Loading…
Reference in a new issue