1 Star 1 Fork 1

一刀 / core-algorithm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
mkdocs.yml 2.13 KB
一键复制 编辑 原始数据 按行查看 历史
一刀 提交于 2020-03-16 00:28 . 更新为material的主题
site_name: 'core-algorithm'
site_author: '熊能'
site_description: '看我七十二变'
site_url: 'https://www.xncoding.com/'
copyright: Copyright © 2020 XiongNeng
# 源码地址
#repo_name: 'yidao620c/core-algorithm'
#repo_url: 'https://github.com/yidao620c/core-algorithm'
#edit_uri: 'blob/master/docs/'
nav:
- Index: index.md
- Documents:
- 第一部分:
- 数据结构: chapters/chapter1/post01.md
- IO操作: chapters/chapter1/post02.md
- 第二部分:
- 多线程: chapters/chapter2/post03.md
- 面向对象编程: chapters/chapter2/post04.md
- 网络编程: chapters/chapter2/post05.md
- 备忘录:
- 我爱你: chapters/chapter2/temp/temp01.md
- 买个锤子: chapters/chapter2/temp/temp02.md
- 关于我们:
- About: about.md
#主题
theme:
name: 'material'
language: 'zh' # 配置语言
palette: # 颜色
primary: 'light blue'
accent: 'indigo'
feature:
tabs: true # 横向导航
custom_dir: 'docs/resources/'
markdown_extensions:
- admonition # 提示块
- footnotes # 脚注
- meta # 定义元数据,通过文章上下文控制,如disqus
- pymdownx.caret # 下划线上标
- pymdownx.tilde # 删除线下标
- pymdownx.critic # 增加删除修改高亮注释,可修饰行内或段落
- pymdownx.details # 提示块可折叠
- pymdownx.inlinehilite # 行内代码高亮
- pymdownx.keys # 键盘快捷键
- pymdownx.mark # 文本高亮
- pymdownx.smartsymbols # 符号转换
- pymdownx.superfences # 代码嵌套在列表里
- codehilite: # 代码高亮,显示行号
guess_lang: false
linenums: true
- toc: # 锚点
permalink: true
# - pymdownx.arithmatex # 数学公式
- pymdownx.betterem: # 对加粗和斜体更好的检测
smart_enable: all
# - pymdownx.emoji: # 表情
# emoji_generator: !!python/name:pymdownx.emoji.to_svg
# - pymdownx.magiclink # 自动识别超链接
- pymdownx.tasklist: # 复选框checklist
custom_checkbox: true
# PDF导出插件
plugins:
- search
# - pdf-export #这个插件还有点问题,没有更新
#扩展样式
extra_css:
- resources/css/extra.css
Python
1
https://gitee.com/yidao620/core-algorithm.git
git@gitee.com:yidao620/core-algorithm.git
yidao620
core-algorithm
core-algorithm
master

搜索帮助