From 6a04876258d968753a149173952cbe062bd406ca Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Wed, 27 Nov 2024 17:53:29 +0800 Subject: [PATCH] :memo: Docs: add search archetype command: hugo new content search/index.md --- archetypes/search.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 archetypes/search.md diff --git a/archetypes/search.md b/archetypes/search.md new file mode 100644 index 000000000..3489fa5ad --- /dev/null +++ b/archetypes/search.md @@ -0,0 +1,5 @@ +--- +title: {{ T "assets.search" }} +layout: search +date: {{ .Date }} +---