aboutsummaryrefslogtreecommitdiffstats
path: root/content/search.md
blob: ea8b7ff0e06ed77f9ec7b4be0428ba2e9ffc8f52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
title: '搜索'
date: '2026-07-18T14:22:56+08:00'
slug: "search"
categories:
tags:
draft: false
showMeta: false
---

注意關鍵詞興 `site:blog.verdant.ee` 之間要有空格。


**Google**

<search>
  <form action="https://www.google.com/search">
    <input type="search" name="q" value="site:blog.verdant.ee "/>
    <button type="submit">搜索</button>
  </form>
</search>

**DuckDuckGo**

<search>
  <form action="https://duckduckgo.com">
    <input type="search" name="q" value="site:blog.verdant.ee "/>
    <button type="submit">搜索</button>
  </form>
</search>

**克隆倉庫**

你也可以把倉庫克隆下來,使用 `grep` 或 `rg` 搜索。

```
$ git clone https://git.verdant.ee/personal/blog.git
```