blob: 3dd32cbdc69da2f18222d7d76ea2e5b31e416587 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
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: https://code.tvl.fyi/plain/users/tazjin/nix.svg
favicon: https://code.tvl.fyi/plain/users/tazjin/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 © 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
|