TIL
Table of Contents
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)
| 1 | 주소: https://github.com/wicksome/TIL → https://wickso.me
경로: 확장자: |
TIL에 있는 모든 .adoc 파일은 .html 파일로 변환되어 github pages를 통해 배포된다.