Files
research-notes/mkdocs.yml

78 lines
1.7 KiB
YAML
Raw 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.
site_name: Flower Research Notes
site_description: 科研论文总结、知识点卡片与专题梳理
site_url: https://example.com
repo_name: Silverhza GitHub
repo_url: https://github.com/Silverhza
theme:
name: material
language: zh
logo: null
favicon: null
palette:
- scheme: default
primary: white
accent: blue grey
toggle:
icon: material/weather-night
name: 切换到深色模式
- scheme: slate
primary: black
accent: blue grey
toggle:
icon: material/weather-sunny
name: 切换到浅色模式
features:
- navigation.tabs
- navigation.top
- navigation.sections
- navigation.expand
- search.suggest
- search.highlight
- content.code.copy
- content.action.edit
plugins:
- search
markdown_extensions:
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- tables
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.details
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
extra_javascript:
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
extra_css:
- stylesheets/extra.css
nav:
- 首页: index.md
- 论文总结:
- papers/index.md
- AIORECXL Memory 安全支持: papers/aiore-cxl-security.md
- 示例Attention Is All You Need: papers/attention-is-all-you-need.md
- 知识点卡片:
- notes/index.md
- 示例Transformer 注意力机制: notes/transformer-attention.md
- 专题:
- topics/index.md
- 大语言模型: topics/llm.md
- 关于: about.md