MkDocsの設定を公開する
MkDocsの設定mkdocs.yml
を公開します。
site_name: 86note
site_url: https://86note.com
theme:
name: material
language: ja
font:
text: Noto Sans JP
palette:
primary: black
features:
- navigation.tabs
# - navigation.indexes
- navigation.path
- navigation.sections
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
nav:
- Home: index.md
- Junk Note:
- サイト運営:
- サイト作成・公開: site/mkdocs-setup.md
- MkDocsの設定: site/mkdocs-config.md
- MkDocsのナビ: site/mkdocs-nav.md
- MkDocsでJupyter: site/mkdocs-jupyter.md
- (Jupyterのサンプル): site/mkdocs-jupyter-sample.ipynb
- Python:
- JPX: note/001-jpx.ipynb
plugins:
- mkdocs-jupyter:
ignore_h1_titles: True
extra:
analytics:
provider: google
property: XXX