diff options
| author | verdant <im@verdant.ee> | 2026-07-18 14:47:11 +0800 |
|---|---|---|
| committer | verdant <im@verdant.ee> | 2026-07-18 14:47:11 +0800 |
| commit | 24ce9880536fda88202384f420aed77b81b914bb (patch) | |
| tree | b79fc0d154ec235e08cd2098a1188abfba73ccc3 /content | |
| parent | ca2632cbfa0e19582cfaf96c4b1d3339821d5ce3 (diff) | |
| download | blog-24ce9880536fda88202384f420aed77b81b914bb.tar.gz blog-24ce9880536fda88202384f420aed77b81b914bb.zip | |
Add search page
Search method: search engine(Google, DuckDuckGo), clone repositoriy.
Diffstat (limited to 'content')
| -rw-r--r-- | content/search.md | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/content/search.md b/content/search.md new file mode 100644 index 0000000..ea8b7ff --- /dev/null +++ b/content/search.md @@ -0,0 +1,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 +``` |
