Files
awesome-productivity-cn/mkdocs.yml
2021-09-23 11:32:25 +08:00

13 lines
348 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 本站文档使用mkdocs-material构建, 部署在https://pro.eastlakeside.cn
# 构建步骤:
# python3 -m venv .venv/mkdocs
# source .venv/mkdocs/bin/activate
# pip install -r requirements.txt
# mkdocs serve
site_name: 绝妙的个人生产力Awesome Productivity 中文版)
theme:
name: material
features:
- toc.integrate