-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
82 lines (77 loc) · 2.11 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
# Project information
site_name: PBP Genap 2022/2023
site_author: PBP Fasilkom UI
site_description: >-
Situs Web Pemrograman Berbasis Platform Genap 2022/2023
# Copyright
copyright: Copyright © 2023 PBP Fasilkom UI
theme:
language: id
logo: assets/img/logo.png
favicon: assets/img/logo.png
name: material
custom_dir: overrides
features:
- content.code.copy
- content.code.annotate
- navigation.tabs
# - navigation.tabs.sticky
- navigation.indexes
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: light green
accent: deep orange
toggle:
icon: material/lightbulb
name: Beralih ke mode gelap
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: light green
accent: deep orange
toggle:
icon: material/lightbulb-outline
name: Beralih ke mode terang
plugins:
- search
- git-revision-date-localized:
type: datetime
custom_format: "%d. %B %Y"
timezone: Asia/Jakarta
locale: id
fallback_to_build_date: false
enable_creation_date: true
enabled: true
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
nav:
- Beranda:
- index.md
- Tutorial:
- Tutorial 1: tutorial/tutorial-1.md
- Tutorial 2: tutorial/tutorial-2.md
- Tutorial 3: tutorial/tutorial-3.md
- Tutorial 4: tutorial/tutorial-4.md
- Tutorial 5: tutorial/tutorial-5.md
- Tutorial 6: tutorial/tutorial-6.md
- Tutorial 7: tutorial/tutorial-7.md
- Tutorial 8: tutorial/tutorial-8.md
- Tugas Individu:
- Tugas 1: tugas/tugas-1.md
- Tugas 2: tugas/tugas-2.md
- Tugas 3: tugas/tugas-3.md
- Tugas 4: tugas/tugas-4.md
- Tugas 5: tugas/tugas-5.md
- Tugas 6: tugas/tugas-6.md
- Tugas 7: tugas/tugas-7.md
- Tugas 8: tugas/tugas-8.md
- Tugas 9: tugas/tugas-9.md
- Tugas Kelompok:
- Proyek Tengah Semester: proyek/pts.md
- Proyek Akhir Semester: proyek/pas.md