https://github.com/vibyird/notes
个人笔记
https://github.com/vibyird/notes
mkdocs mkdocs-material
Last synced: 12 months ago
JSON representation
个人笔记
- Host: GitHub
- URL: https://github.com/vibyird/notes
- Owner: vibyird
- License: mit
- Created: 2025-07-02T08:14:56.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-09T02:51:59.000Z (12 months ago)
- Last Synced: 2025-07-09T22:31:16.342Z (12 months ago)
- Topics: mkdocs, mkdocs-material
- Language: HTML
- Homepage: https://www.medowo.net
- Size: 150 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to MkDocs
For full documentation visit [mkdocs.org](https://www.mkdocs.org).
## Commands
* `mkdocs new [dir-name]` - Create a new project.
* `mkdocs serve` - Start the live-reloading docs server.
* `mkdocs build` - Build the documentation site.
* `mkdocs -h` - Print help message and exit.
## Project layout
mkdocs.yml # The configuration file.
docs/
index.md # The documentation homepage.
... # Other markdown pages, images and other files.