Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
iamniddi committed Aug 16, 2023
1 parent 2d78dac commit 9b90181
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 64 deletions.
34 changes: 25 additions & 9 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,33 @@
# - title: "Sitemap"
# url: /sitemap/
categories_:
- title: Title1
- title: Machine Learning
children:
- title: "Categories1"
url: /categories/categories1
- title: "RL"
url: /categories/ROS
- title: "Classification"
url: /categories/Classification

- title: Title2
- title: Robotics
children:
- title: "Categories2"
url: /categories/categories2/
- title: "ROS"
url: /categories/ROS
- title: "EV3"
url: /categories/EV3
- title: "Deepracer"
url: /categories/Deepracer


- title: Title3
- title: Electronic Engineering
children:
- title: "Categories3"
url: /categories/categories3/
- title: "전자기학"
url: /categories/categories1
- title: "전자회로"
url: /categories/categories2
- title: "회로이론"
url: /categories/categories3
- title: "논리회로"
url: /categories/categories4
- title: "신호와시스템"
url: /categories/categories5
- title: "C언어"
48 changes: 0 additions & 48 deletions _includes/nav_list_main

This file was deleted.

4 changes: 0 additions & 4 deletions _includes/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
{% if page.sidebar.nav %}
{% include nav_list nav=page.sidebar.nav %}
{% endif %}

{% if page.sidebar_main %}
{% include nav_list_main %}
{% endif %}
{% endif %}
</div>
{% endif %}
2 changes: 0 additions & 2 deletions _posts/2023-08-14-first.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
title: "첫 포스팅입니다"
published: true
author_profile: true
sidebar:
nav: "main"
categories:
- categories1
---
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: home
author_profile: true

sidebar:
nav: "categories_"
---

0 comments on commit 9b90181

Please sign in to comment.