Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jacobhsu/books


https://github.com/jacobhsu/books

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# books

使用 MkDocs 部署到 GitHub Pages
`$ mkdocs gh-deploy`

## MkDocs

[Installation Guide](https://www.mkdocs.org/user-guide/installation/)

```bash
$ python3 --version
Python 3.13.0
$ pip3 --version
pip 24.2 from /Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/pip (python 3.13)
```

```bash
$ pip3 install mkdocs
Collecting mkdocs
Downloading mkdocs-1.6.1-py3-none-any.whl.metadata (6.0 kB)
Collecting click>=7.0 (from mkdocs)
...
```

```bash
$ mkdocs new books
$ cd books
```

```bash
$ mkdocs serve
```
Serving on http://127.0.0.1:8000/