Today I Learned
Introduction
.
├── <blog-post>.adoc # https://<blog-url>/<blog-post>
├── <note>.md # nothing
└── <category>
├── README.md # nothing
├── <sub-blog-post>.adoc # https://<blog-url>/<category>/<sub-blog-post>
└── asset
└── img.png
- https://github.com/wicksome/TIL/blob/master/index.adoc (1)
+ https://wickso.me/index.html (1)
-
주소:
https://github.com/wicksome/TIL→https://wickso.me경로:
/TIL/blob/master→/확장자:
/index.adoc→/indexor/index.html
TIL에 있는 모든 .adoc 파일은 .html 파일로 변환되어 github pages를 통해 배포된다.