Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djccnt15/djccnt15.github.io
my git blog repository
https://github.com/djccnt15/djccnt15.github.io
blog github-pages mkdocs mkdocs-material
Last synced: 24 days ago
JSON representation
my git blog repository
- Host: GitHub
- URL: https://github.com/djccnt15/djccnt15.github.io
- Owner: djccnt15
- License: mit
- Created: 2022-01-03T05:47:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-13T13:46:22.000Z (26 days ago)
- Last Synced: 2024-12-13T14:34:12.345Z (26 days ago)
- Topics: blog, github-pages, mkdocs, mkdocs-material
- Language: HTML
- Homepage: http://djccnt15.github.io
- Size: 54 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blog of djccnt15
GitHub Pages를 이용한 블로그 구축
## MkDocs 서버 구동
- [서버 구동 명령어](https://www.mkdocs.org/user-guide/cli/#mkdocs-serve)
```bat
mkdocs serve
```- 자동 재실행 disable
```bat
mkdocs serve --no-livereload
```- 자동 재실행 시 변경된 페이지만 리빌드
```bat
mkdocs serve --dirty
```- 기본 서버 주소
- [http://127.0.0.1:8000](http://127.0.0.1:8000)
- [http://localhost:8000](http://localhost:8000)## Powered by
- [GitHub Pages](https://pages.github.com/)
- [MkDocs](https://www.mkdocs.org/)
- [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/)