diff --git a/content/A/빈 파일.md b/content/A/빈 파일.md new file mode 100644 index 000000000..e69de29bb diff --git a/content/index.md b/content/index.md new file mode 100644 index 000000000..3098545a7 --- /dev/null +++ b/content/index.md @@ -0,0 +1 @@ +안녕하세요? mayobloom 입니다. \ No newline at end of file diff --git a/content/전공/교통공학/OD추정.md b/content/전공/교통공학/OD추정.md new file mode 100644 index 000000000..e9ce5a75c --- /dev/null +++ b/content/전공/교통공학/OD추정.md @@ -0,0 +1 @@ +[[수요추정]]의 하위 문서 \ No newline at end of file diff --git a/content/전공/교통공학/수요추정.md b/content/전공/교통공학/수요추정.md new file mode 100644 index 000000000..0d3da187b --- /dev/null +++ b/content/전공/교통공학/수요추정.md @@ -0,0 +1 @@ +수요추정 포스팅 \ No newline at end of file diff --git a/docs/authoring content.md b/docs/authoring content.md index 623357fc3..3e015fc06 100644 --- a/docs/authoring content.md +++ b/docs/authoring content.md @@ -2,7 +2,7 @@ title: Authoring Content --- -All of the content in your Quartz should go in the `/content` folder. The content for the home page of your Quartz lives in `content/index.md`. If you've [[index#🪴 Get Started|setup Quartz]] already, this folder should already be initialized. Any Markdown in this folder will get processed by Quartz. +All of the content in your Quartz should go in the `/content` folder. The content for the home page of your Quartz lives in `content/index.md`. If you've [[docs/index#🪴 Get Started|setup Quartz]] already, this folder should already be initialized. Any Markdown in this folder will get processed by Quartz. It is recommended that you use [Obsidian](https://obsidian.md/) as a way to edit and maintain your Quartz. It comes with a nice editor and graphical interface to preview, edit, and link your local files and attachments. diff --git a/docs/build.md b/docs/build.md index 6005770dd..4aa3e5820 100644 --- a/docs/build.md +++ b/docs/build.md @@ -2,7 +2,7 @@ title: "Building your Quartz" --- -Once you've [[index#🪴 Get Started|initialized]] Quartz, let's see what it looks like locally: +Once you've [[docs/index#🪴 Get Started|initialized]] Quartz, let's see what it looks like locally: ```bash npx quartz build --serve diff --git a/docs/setting up your GitHub repository.md b/docs/setting up your GitHub repository.md index 2a753e834..6786c6e14 100644 --- a/docs/setting up your GitHub repository.md +++ b/docs/setting up your GitHub repository.md @@ -2,7 +2,7 @@ title: Setting up your GitHub repository --- -First, make sure you have Quartz [[index#🪴 Get Started|cloned and setup locally]]. +First, make sure you have Quartz [[docs/index#🪴 Get Started|cloned and setup locally]]. Then, create a new repository on GitHub.com. Do **not** initialize the new repository with `README`, license, or `gitignore` files.