-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
52 lines (47 loc) · 1.35 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
site_name: automathon
site_description: automathon, a Python library for simulating and visualizing finite automata.
site_url: https://rohaquinlop.github.io/automathon/
repo_name: rohaquinlop/automathon
repo_url: https://github.com/rohaquinlop/automathon
edit_uri: ""
theme:
name: material
features:
- navigation.top
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
language: en
palette:
primary: teal
icon:
repo: fontawesome/brands/github-alt
logo: img/icon.svg
favicon: img/icon.svg
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/rohaquinlop
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/robin-hafid-quintero-lopez/
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
- pymdownx.details
- footnotes
- pymdownx.mark
- attr_list
- pymdownx.extra
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
copyright:
Copyright © 2021 <a href="https://github.com/rohaquinlop" target="_blank" rel="noopener">Robin Hafid Quintero Lopez</a>