-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
66 lines (61 loc) · 1.58 KB
/
Copy pathmkdocs.yml
File metadata and controls
66 lines (61 loc) · 1.58 KB
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
# Project information
site_name: Walkalongs
site_url: https://julkaar9.github.io/
site_author: julkar9
site_description: >-
Solutions and resources of various technologies that I am currently learning
# Repository
repo_name: julkaar9/walkalongs
repo_url: https://github.com/julkaar9/walkalongs
# Copyright
copyright: Copyright © 2022 Md Julkarnaeen
theme:
name: material
# logo: assets/pynimate_logo.png
# favicon: assets/favicon.png
features:
- content.code.annotate
- content.tooltips
- navigation.indexes
- navigation.sections
- navigation.tabs
- navigation.top
- navigation.tracking
- toc.follow
palette:
- scheme: default
primary: green
accent: pink
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: green
accent: pink
toggle:
icon: material/weather-sunny
name: Switch to light mode
icon:
repo: fontawesome/brands/github
nav:
- Home: index.md
- ORMs:
- Django ORM:
- w3school: orms/django/w3school.md
- sql-practice (easy): orms/django/sql-practice-easy.md
- sql-practice (medium): orms/django/sql-practice-medium.md
- sql-practice (hard): orms/django/sql-practice-hard.md
# Customization:
extra:
# analytics:
# provider: google
# property:
social:
- icon: fontawesome/brands/github
link: https://github.com/julkaar9/walkalongs
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences