Skip to content

Commit c4be6c4

Browse files
committedJan 9, 2023
검색기능
1 parent a71386f commit c4be6c4

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed
 

‎_data/navigation.yml

+16
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ main:
44
url: /categories/
55
- title: "Tag"
66
url: /tags/
7+
- title: "Search"
8+
url: /search/
9+
10+
docs:
11+
- title: "목차"
12+
children:
13+
- title: "Category"
14+
url: /categories/
15+
- title: "Tag"
16+
url: /tags/
17+
#- title: "대목차2"
18+
# children:
19+
# - title: "Category"
20+
# url: /categories/
21+
#- title: "Tag"
22+
# url: /tags/
723
# - title: "About"
824
# url: https://mmistakes.github.io/minimal-mistakes/about/
925
# - title: "Sample Posts"

‎_pages/Center.css

-4
This file was deleted.

‎_pages/search.md

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

‎_posts/2022-11-17-first.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ title: "첫 포스팅 입니다"
44
categories: UnityProblem
55
tags: [unity,c#,blog]
66
toc: true
7+
author_profile: false
8+
sidebar:
9+
nav: "docs"
710
---
811

912

0 commit comments

Comments
 (0)
Please sign in to comment.