- if you want using latest version
git submodule init
git submodule update
🇰🇷
hello my name is donghun👐
I'm software engineer
- 텐서플로우딥러닝
- 탐욕적 문제해결 전략
- 파이썬을 활용한 데이터 분석 및 시각화
- 마이크로서비스 아키텍처:패턴과 핵심기술
- BigNetworkDesign
- 쉽게배우는 javascript알고리즘 입문
- Tensorflow2.0 활용한 인공 신경망 구현
- git,gitlab의 이해와 실무활용
- AWS로 시작하는 클라우드 컴퓨팅
This repository now includes a web-based interface to easily browse and view all markdown files.
To use it:
- Ensure your repository is configured to serve GitHub Pages from the
main
(ormaster
) branch and the/
(root) directory. - Navigate to your GitHub Pages URL (e.g.,
https://<your-username>.github.io/<repository-name>/
). This will loadindex.html
. - The
index.html
page provides a sidebar listing all markdown files and directories.- Click on directory names to expand or collapse them.
- Click on a markdown file name to view its content rendered in the main area.
- Links to other markdown files and relative image paths within the documents should work correctly within this viewer.
- If you add new markdown files, they will automatically appear in the list after you commit and push the changes (GitHub Pages needs to rebuild).
This viewer uses Marked.js to render markdown content dynamically in your browser.