-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
94 lines (87 loc) · 2.04 KB
/
mkdocs.yml
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
site_name: Getbetter
site_description: Rareș' 2nd brain
strict: true
site_url: https://getbetter.ro/
copyright: |
Copyright © 2010 - 2024 <a href="https://github.com/rarescosma" target="_blank" rel="noopener">Rareș Cosma</a>
theme:
name: material
logo: logo.svg
favicon: favicon.png
font: false
features:
- content.code.copy
- navigation.sections
- navigation.tabs
- navigation.indexes
palette:
- scheme: default
primary: black
accent: blue
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: black
accent: blue
toggle:
icon: material/weather-sunny
name: Switch to light mode
extra_css:
- assets/stylesheets/gfonts.css
- assets/stylesheets/macros.css
- assets/stylesheets/popup.css
extra_javascript:
- assets/javascripts/plausible.js
- assets/javascripts/gallery.js
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/rarescosma
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/in/rarescosma
docs_dir: content
site_dir: www
markdown_extensions:
- admonition
- extra
- attr_list
- md_in_html
- footnotes
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- markdown_include.include:
base_path: content
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: 🔗
plugins:
- awesome-pages
- include_dir_to_nav:
file_pattern: '^(?!index\.md$).*\.md$'
- exclude:
glob:
- _build/*
- build/*
- git-revision-date
- macros:
module_name: "getbetter/macros"
- minify:
minify_html: true
- search
- exclude-search:
exclude:
- journal/*
- archive/*
nav:
- Home: index.md
- Tech articles: tech
- Journal: journal
- Archive: archive
validation:
absolute_links: ignore