Skip to content

Commit fa3e95a

Browse files
committed
검색 기능 추가
1 parent c65c0c6 commit fa3e95a

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

_data/navigation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ main:
44
url: /categories/
55
- title: "tag"
66
url: /tags/
7+
- title: "Search"
8+
url: /search/
79

810
docs:
911
- title: "대목차1"

_pages/search.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Search
3+
layout: search
4+
permalink: /search/
5+
---

_posts/2025-02-28-first.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ categories: [Life]
66
tags: [GitHub, Jekyll]
77
toc: true
88
author: "devkdb"
9-
author_profile: false
9+
author_profile: false # 이메일, sns, 등의 메뉴 안보이게.
1010
sidebar:
1111
nav: "docs"
12+
13+
search: false # 이 페이지는 검색이 안 된다.
1214
typora-root-url: ../
1315
---
1416

0 commit comments

Comments
 (0)