mirror of https://github.com/koide3/small_gicp.git
42 lines
1.0 KiB
YAML
42 lines
1.0 KiB
YAML
site_name: "small_gicp"
|
|
site_author: k.koide
|
|
repo_url: https://github.com/koide3/small_gicp
|
|
site_url: https://github.com/koide3/small_gicp
|
|
site_description: "small_gicp: Efficient and parallel algorithms for point cloud registration"
|
|
|
|
theme:
|
|
name: material
|
|
palette:
|
|
primary: indigo
|
|
front:
|
|
text: Roboto
|
|
|
|
use_directory_urls: false
|
|
|
|
markdown_extensions:
|
|
- meta
|
|
- attr_list
|
|
- admonition
|
|
- pymdownx.highlight:
|
|
anchor_linenums: true
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.snippets
|
|
- pymdownx.superfences
|
|
|
|
copyright: Copyright © 2024 Kenji Koide
|
|
extra:
|
|
social:
|
|
- icon: material/home
|
|
link: https://staff.aist.go.jp/k.koide/
|
|
- icon: fontawesome/brands/github
|
|
link: https://github.com/koide3/small_gicp
|
|
- icon: fontawesome/brands/twitter
|
|
link: https://twitter.com/k_koide3
|
|
|
|
extra_css:
|
|
- "css/custom.css"
|
|
- "https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css"
|
|
|
|
nav:
|
|
- 'index.md'
|