Files
crypto-wake/files/mkdocs.yml
2022-06-29 21:03:46 +00:00

35 lines
785 B
YAML

site_name: Crypto Wake
site_description: 'A celebration of deceased crypto projects'
site_url: 'https://cryptowake.medlab.host'
copyright: 'Media Enterprise Design Lab'
nav:
- Introduction: 'index.md'
extra_css:
- 'stylesheets/extra.css'
theme:
name: 'material'
language: 'en'
palette:
primary: 'white'
accent: 'light blue'
logo: 'img/logo_small.svg'
favicon: 'img/favicon.ico'
font:
text: 'Noto Sans'
code: 'Ubuntu Mono'
extra:
search:
tokenizer: '[\s\-]+'
social:
- icon: fontawesome/brands/gitlab
link: 'https://gitlab.com/medlabboulder'
- icon: fontawesome/brands/twitter
link: 'https://twitter.com/medlabboulder'
use_directory_urls: true
markdown_extensions:
- admonition
- codehilite
- toc
- footnotes
- meta