diff options
Diffstat (limited to 'content/search.md')
| -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 +``` |
