tvl-depot/web/volgasprint/mkdocs.yml
Vincent Ambo 04ac1c995c feat(web/volgasprint): add sprint logo(s)
Adds SVG versions of the logo in two colours (using the .ru flag
colours, and using the standard Nix colours).

The flag colours are difficult to use in some contexts because of the
white background of the top, but flokli says the Nix colour version is
"too similar to NixCon". Not yet decided what should go on to swag etc
...

Change-Id: I1e1655e2c7ed4ed6113ddf6b5df76157de5e32cb
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11093
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
2024-03-05 10:26:58 +00:00

41 lines
1,016 B
YAML

site_name: Volga Sprint
site_description: 'A week of Nix hacking near the Volga'
site_url: 'https://volgasprint.org'
repo_name: '//web/volgasprint'
repo_url: 'https://code.tvl.fyi/tree/web/volgasprint'
theme:
name: material
logo: assets/logos/volgasprint_nix.svg
favicon: assets/logos/volgasprint_nix.svg
palette:
primary: black
accent: '#FBFBFB'
features:
- tabs
- instant
- navigation.tabs
- navigation.expand
- navigation.instant
- navigation.tracking
- content.action.edit
- content.code.annotate
- content.tabs.link
- content.footnote.tooltips
- toc.integrate
nav:
- Home: index.md
copyright: Copyright &copy; 2024 <a href="https://tvl.fyi">The TVL Community</a>
markdown_extensions:
- tables
- admonition
- def_list
- attr_list
- footnotes
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist