90 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			YAML
		
	
	
	
			
		
		
	
	
			90 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			YAML
		
	
	
	
site_name: 胡汉三千年
 | 
						|
site_description: 中华文明的世界史重构 - 开源工具与理论研究
 | 
						|
site_author: 胡汉三千年项目组
 | 
						|
 | 
						|
repo_name: ben/huhan3000
 | 
						|
repo_url: https://github.com/ben/huhan3000
 | 
						|
edit_uri: edit/main/docs/
 | 
						|
 | 
						|
theme:
 | 
						|
  name: material
 | 
						|
  features:
 | 
						|
    - navigation.tabs
 | 
						|
    - navigation.sections
 | 
						|
    - toc.integrate
 | 
						|
    - navigation.top
 | 
						|
    - search.suggest
 | 
						|
    - search.highlight
 | 
						|
    - content.tabs.link
 | 
						|
    - content.code.annotation
 | 
						|
    - content.code.copy
 | 
						|
  palette:
 | 
						|
    - scheme: default
 | 
						|
      primary: teal
 | 
						|
      accent: deep orange
 | 
						|
      toggle:
 | 
						|
        icon: material/brightness-7
 | 
						|
        name: 切换到深色模式
 | 
						|
    - scheme: slate
 | 
						|
      primary: teal
 | 
						|
      accent: deep orange
 | 
						|
      toggle:
 | 
						|
        icon: material/brightness-4
 | 
						|
        name: 切换到浅色模式
 | 
						|
 | 
						|
nav:
 | 
						|
  - 首页: index.md
 | 
						|
  - 核心理论:
 | 
						|
    - 音韵考古学: core-theory/phonetic-archaeology.md
 | 
						|
    - 爹学理论: core-theory/father-theory.md
 | 
						|
    - 文明传播模型: core-theory/civilization-diffusion.md
 | 
						|
  - 开源工具:
 | 
						|
    - 音韵分析工具: tools/phonetic-analysis.md
 | 
						|
    - 符号查询系统: tools/symbol-query.md
 | 
						|
    - 可视化分析: tools/visualization.md
 | 
						|
  - 学术研究:
 | 
						|
    - 研究论文: research/papers.md
 | 
						|
    - 数据分析: research/data-analysis.md
 | 
						|
    - 方法论: research/methodology.md
 | 
						|
  - 使用指南:
 | 
						|
    - 快速开始: guides/quickstart.md
 | 
						|
    - 安装配置: guides/installation.md
 | 
						|
    - 示例教程: guides/tutorials.md
 | 
						|
  - 社区贡献:
 | 
						|
    - 贡献指南: community/contributing.md
 | 
						|
    - 行为准则: community/code-of-conduct.md
 | 
						|
    - 讨论交流: community/discussions.md
 | 
						|
 | 
						|
plugins:
 | 
						|
  - search
 | 
						|
  - mkdocstrings:
 | 
						|
      handlers:
 | 
						|
        python:
 | 
						|
          options:
 | 
						|
            docstring_style: google
 | 
						|
            show_root_heading: true
 | 
						|
 | 
						|
markdown_extensions:
 | 
						|
  - pymdownx.highlight:
 | 
						|
      anchor_linenums: true
 | 
						|
  - pymdownx.inlinehilite
 | 
						|
  - pymdownx.snippets
 | 
						|
  - pymdownx.superfences
 | 
						|
  - admonition
 | 
						|
  - pymdownx.details
 | 
						|
  - pymdownx.tabbed:
 | 
						|
      alternate_style: true
 | 
						|
  - toc:
 | 
						|
      permalink: true
 | 
						|
 | 
						|
extra:
 | 
						|
  social:
 | 
						|
    - icon: fontawesome/brands/github
 | 
						|
      link: https://github.com/ben/huhan3000
 | 
						|
    - icon: fontawesome/brands/python
 | 
						|
      link: https://pypi.org/project/huhan3000/
 | 
						|
    - icon: fontawesome/solid/book
 | 
						|
      link: https://huhan3000.readthedocs.io/
 | 
						|
 | 
						|
copyright: |
 | 
						|
  © 2024 胡汉三千年项目组 - 基于MIT许可证开源   |