-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmkdocs.yml
More file actions
44 lines (38 loc) · 972 Bytes
/
mkdocs.yml
File metadata and controls
44 lines (38 loc) · 972 Bytes
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
# Project information
site_name: Programming Notes
site_url: https://janiceto.github.io/programming-notes/
site_author: José Aniceto
site_description: >-
A collection of programming notes, snippets and examples. Mainly focused on Python and MATLAB.
# Repository
repo_name: jAniceto/programming-notes
repo_url: https://github.com/jAniceto/programming-notes
edit_uri: edit/master/
# Configuration
docs_dir: programming-notes
theme:
name: material
palette:
primary: blue grey
accent: blue grey
features:
- navigation.tabs
- content.action.edit
# - navigation.footer
- search.suggest
plugins:
- search
- awesome-nav
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/jAniceto
generator: false