chat を更新
parent
0fbf68bc8b
commit
57d435e26c
25
chat.md
25
chat.md
@ -43,3 +43,28 @@ htmlに省略形式でcssを記述します。`tailwind.config.ts`を見てく
|
||||
|
||||
`@media`を制御する`sm`, `md`などは記述する順序を間違えると動きませんので注意。
|
||||
|
||||
## hugo
|
||||
|
||||
[hugo](https://github.com/gohugoio/hugo)のcommentにも利用できます。
|
||||
|
||||
```html
|
||||
{{ if .Param "comment" }}
|
||||
<a href="https://example.com/post/syui.ai/{{ .Params.comment }}">
|
||||
<button class="frontpage">@comment</button>
|
||||
</a>
|
||||
<div class="comment">
|
||||
<iframe class="frontpage" src="https://example.com/post/syui.ai/{{ .Params.comment }}" frameBorder="0" sandbox></iframe>
|
||||
</div>
|
||||
{{ end }}
|
||||
```
|
||||
|
||||
`post.md`に`comment`を追加します。
|
||||
|
||||
```html
|
||||
+++
|
||||
title = "atprotoのfrontpageを触ってみる"
|
||||
date = "2024-10-26"
|
||||
[params]
|
||||
comment = "3l7lprmoka22r"
|
||||
+++
|
||||
```
|
Loading…
Reference in New Issue
Block a user