summaryrefslogtreecommitdiff
path: root/mkdocs.yml
blob: 643974f89c3b50dcfa6cddb39344a2d8e0f7cd21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
site_name: fkfd.me
site_url: https://fkfd.me/
theme:
  name: null
  custom_dir: alabaster-lite/
plugins:
  - emote:
      emote_dir: emote
extra:
  sidebars:
    - title
    - toc
  homepage_sidebars:
    - title
    - links
markdown_extensions:
  - md_in_html
  - toc:
      permalink: true