Skip to content

Commit 5375261

Browse files
committed
인덱스 파일들을 추가한다.
1 parent ed2fd14 commit 5375261

File tree

7 files changed

+112
-34
lines changed

7 files changed

+112
-34
lines changed

content/.obsidian/hotkeys.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,22 @@
1717
"key": "R"
1818
}
1919
],
20-
"templater-obsidian:create-new-note-from-template": [
20+
"switcher:open": [],
21+
"darlal-switcher-plus:switcher-plus:open": [
2122
{
2223
"modifiers": [
23-
"Mod",
24-
"Shift"
24+
"Mod"
2525
],
26-
"key": "N"
26+
"key": "O"
2727
}
2828
],
29-
"switcher:open": [],
30-
"darlal-switcher-plus:switcher-plus:open": [
29+
"templater-obsidian:insert-templater": [
3130
{
3231
"modifiers": [
33-
"Mod"
32+
"Mod",
33+
"Shift"
3434
],
35-
"key": "O"
35+
"key": "N"
3636
}
3737
]
3838
}

content/.obsidian/plugins/obsidian-linter/data.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@
106106
"enabled": false
107107
},
108108
"move-footnotes-to-the-bottom": {
109-
"enabled": false
109+
"enabled": true
110110
},
111111
"re-index-footnotes": {
112-
"enabled": false
112+
"enabled": true
113113
},
114114
"auto-correct-common-misspellings": {
115115
"enabled": false,
@@ -277,7 +277,13 @@
277277
"displayLintOnFileChangeNotice": true,
278278
"settingsConvertedToConfigKeyValues": true,
279279
"foldersToIgnore": [],
280-
"filesToIgnore": [],
280+
"filesToIgnore": [
281+
{
282+
"label": "",
283+
"match": "index",
284+
"flags": "i"
285+
}
286+
],
281287
"linterLocale": "system-default",
282288
"logLevel": "ERROR",
283289
"lintCommands": [],

content/.obsidian/workspace.json

Lines changed: 68 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,67 @@
2121
"title": "Mockito"
2222
}
2323
},
24+
{
25+
"id": "74f2bc0efd81b687",
26+
"type": "leaf",
27+
"state": {
28+
"type": "markdown",
29+
"state": {
30+
"file": "index.md",
31+
"mode": "source",
32+
"source": false
33+
},
34+
"icon": "lucide-file",
35+
"title": "index"
36+
}
37+
},
38+
{
39+
"id": "f994b9c5b5b9e4d4",
40+
"type": "leaf",
41+
"state": {
42+
"type": "markdown",
43+
"state": {
44+
"file": "blog/Javascript Closure.md",
45+
"mode": "source",
46+
"source": false
47+
},
48+
"icon": "lucide-file",
49+
"title": "Javascript Closure"
50+
}
51+
}
52+
],
53+
"currentTab": 2
54+
},
55+
{
56+
"id": "cdaa469fd84270d7",
57+
"type": "tabs",
58+
"children": [
2459
{
2560
"id": "59246547c52d76cb",
2661
"type": "leaf",
2762
"state": {
2863
"type": "markdown",
2964
"state": {
30-
"file": "blog/Nodejs Express Routing.md",
65+
"file": "templates/Blog Template.md",
3166
"mode": "source",
3267
"source": false
3368
},
3469
"icon": "lucide-file",
35-
"title": "Nodejs Express Routing"
70+
"title": "Blog Template"
71+
}
72+
},
73+
{
74+
"id": "1c3e18a08ca9fe6e",
75+
"type": "leaf",
76+
"state": {
77+
"type": "markdown",
78+
"state": {
79+
"file": "blog/index.md",
80+
"mode": "source",
81+
"source": false
82+
},
83+
"icon": "lucide-file",
84+
"title": "index"
3685
}
3786
}
3887
],
@@ -110,13 +159,13 @@
110159
"state": {
111160
"type": "outline",
112161
"state": {
113-
"file": "blog/Nodejs Express Routing.md",
162+
"file": "blog/index.md",
114163
"followCursor": false,
115164
"showSearch": false,
116165
"searchQuery": ""
117166
},
118167
"icon": "lucide-list",
119-
"title": "Outline of Nodejs Express Routing"
168+
"title": "Outline of index"
120169
}
121170
},
122171
{
@@ -206,7 +255,7 @@
206255
"state": {
207256
"type": "localgraph",
208257
"state": {
209-
"file": "blog/Nodejs Express Routing.md",
258+
"file": "blog/index.md",
210259
"options": {
211260
"collapse-filter": true,
212261
"search": "",
@@ -234,7 +283,7 @@
234283
}
235284
},
236285
"icon": "lucide-git-fork",
237-
"title": "Graph of Nodejs Express Routing"
286+
"title": "Graph of index"
238287
}
239288
}
240289
]
@@ -257,13 +306,24 @@
257306
"darlal-switcher-plus:Open Symbols for the active editor": false
258307
}
259308
},
260-
"active": "59246547c52d76cb",
309+
"active": "1c3e18a08ca9fe6e",
261310
"lastOpenFiles": [
311+
"about.md",
312+
"index.md",
313+
"blog/index.md",
314+
"blog/Javascript Closure.md",
315+
"essay/index.md",
316+
"essay/2017 회고.md",
317+
"essay/2018 생각 정리.md",
318+
"templates/Blog Template.md",
319+
"blog/Nodejs Express Routing.md",
320+
"essay/2018 회고.md",
321+
"blog/Linux nohup.md",
322+
"Untitled.md",
262323
"blog/Java volatile.md",
263324
"blog/Singleton Pattern.md",
264325
"blog/Open Closed Principle.md",
265326
"blog/Redis HA.md",
266-
"templates/Blog Template.md",
267327
"blog/Mockito.md",
268328
"blog/editorconfig.md",
269329
"blog/Intellij War.md",
@@ -274,17 +334,6 @@
274334
"blog/Variance.md",
275335
"blog/2018 Opensource Meetup.md",
276336
"blog/Command df.md",
277-
"blog/Javascript study part4.md",
278-
"blog/ifkakao 2021.md",
279-
"blog/Java Serialize.md",
280-
"blog/DDD Event.md",
281-
"blog/Docker multi stage build.md",
282-
"blog/Linux nohup.md",
283-
"blog/Javascript study part3.md",
284-
"blog/Blog Search.md",
285-
"blog/Java HashMap.md",
286-
"blog/MySQL UTF8.md",
287-
"blog/CleanCode Object.md",
288337
"public/templates/index.html",
289338
"public/templates/Blog-Template.html",
290339
"public/templates",

content/about.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
---
22
title: About Me
3+
description:
4+
aliases: []
5+
date: 2025-01-01
6+
tags: []
37
comments: false
48
---
59
# About Me

content/blog/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: index
3+
description:
4+
aliases: []
5+
date: 2025-01-03
6+
tags: []
7+
comments: false
8+
---

content/essay/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: index
3+
description:
4+
aliases: []
5+
date: 2025-01-02
6+
tags: []
7+
comments: false
8+
---
9+
10+

content/index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
22
title: NESOY
3-
description:
3+
description:
44
aliases: []
5+
date: 2025-07-28
56
tags: []
6-
comments:
7+
comments: false
78
---
89
# Index
9-
- [[blog]]
10-
- [[essay]]
10+
- [[blog/index|blog]]
11+
- [[essay/index|essay]]
1112
- [[about]]

0 commit comments

Comments
 (0)