-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_quarto.yml
More file actions
75 lines (67 loc) · 2.42 KB
/
_quarto.yml
File metadata and controls
75 lines (67 loc) · 2.42 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
67
68
69
70
71
72
73
74
75
# ===============================================================
# Konfigurasi Proyek Utama
# ===============================================================
project:
type: website
output-dir: docs
resources:
- data
# filters:
# - panel-accordion
execute:
freeze: auto
# ===============================================================
# Konfigurasi Website
# ===============================================================
website:
title: "Lab Matematika UI"
description: "Website resmi Laboratorium Praktikum Departemen Matematika FMIPA UI. Temukan modul, jadwal, dan berita terbaru."
navbar:
background: primary
search: true
left:
- href: index.qmd
text: "Home"
icon: house
- href: semuahalaman/about.qmd
text: "Tentang Kami"
- href: blog.qmd
text: "Berita"
- text: "Informasi Praktikum"
icon: info-circle
menu:
- href: semuahalaman/praktikum.qmd
text: "Arsip Modul Praktikum"
- href: semuahalaman/Jadwal.qmd
text: "Jadwal Asistensi"
right:
- icon: github
href: https://github.com/aslab-math-ui/modul-prak
aria-label: GitHub
page-footer:
left: "© 2025 Departemen Matematika FMIPA UI"
right:
- icon: envelope
href: "mailto:aslab.math@sci.ui.ac.id"
aria-label: "Email kami"
# ===============================================================
# Konfigurasi Format Output
# ===============================================================
format:
html:
theme:
light: flatly
dark: darkly
css: styles.css
toc: true
toc-depth: 3
code-copy: true
include-in-header:
- text: |
<link rel="icon" type="image/png" href="/ico/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/ico/favicon.svg" />
<link rel="shortcut icon" href="/ico/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/ico/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="MyWebSite" />
<link rel="manifest" href="/ico/site.webmanifest" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin="anonymous" referrerpolicy="no-referrer" />