Blog?#

오랫동안 방치했던 블로그를 다시 시작해보려고 생각만하다가 다시 시작했다. 이 블로그는 다음과 같은 방식으로 빌드 되었다.

built with#

그 전에는 무슨 블로그를 했었는가?#

  • 1998: geocities (주소 까먹음)
  • 2000: blacksaber.com
    • technote 기반, 인터넷 밈 블로그
  • 2003: lost: blackasber.com: 누군가가 2004년에 등록 후 유지 중
  • 2003: xecode.com
    • image
    • movable type 기반, 인터넷 밈/기술 블로그
    • -_- 동맹
    • image
  • 2009: lost: xecode.com; 관리소홀로 잃어버림
  • 2009: static.kr
    • tt 기반, 인터넷 밈/기술 블로그
  • 2012: lost: static.kr 관리 소홀로 잃어버림
  • 2015: static.kr, game.tistory.com, travel.tistory.com
    • tistory.com
  • 2015: 8bitz.com 등록
  • 2016: lost: 8bitz.com 관리 소홀로 잃어버림
  • 201X: game.tistory.com, travel.tistory.com 관리 안해서 퍼지 당함

앞으로 무슨 내용을 올릴 것인가?#

모르겠다 뿡

사이트 기능 쇼케이스

이하는 기능 showcase#

insta#

{{< insta src="https://www.instagram.com/p/CEyn_erJ7Ef" >}}

twitter#

{{< tweet user="elonmusk" id="1511982702819520512" >}}

youtube#

{{< youtube 9EDZixuODrw >}}

svg#

{{< svg "/post/test/test.svg" >}}

pdf#

{{< pdf url="/post/test/code_review_pyramid_kor.pdf" >}}
    Page: /

mermaid#

{{< mermaid >}}
flowchart LR
   A["브랜치(branch) 생성"] -- 수정 --> B["수정 완료된 브랜치"] -- "리뷰 확인 후 병합(merge)" --> 완료
   B -- "리뷰 요청" --> owner
   owner["오너 혹은 리뷰어"] -- "리뷰" --> B
{{< /mermaid >}}

flowchart LR A["브랜치(branch) 생성"] -- 수정 --> B["수정 완료된 브랜치"] -- "리뷰 확인 후 병합(merge)" --> 완료 B -- "리뷰 요청" --> owner owner["오너 혹은 리뷰어"] -- "리뷰" --> B