-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_config.yml
More file actions
70 lines (58 loc) · 1.33 KB
/
_config.yml
File metadata and controls
70 lines (58 loc) · 1.33 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
title: Java 21 OCP Flashcards
description: A Structured collection of flashcards to help you prepare for the Oracle Certified Professional (OCP) Java 21 exam.
remote_theme: just-the-docs/just-the-docs
url: https://javaocpquiz.com
baseurl: ""
nav_enabled: true
back_to_top: true
nav_footer_custom: true
include:
- "_includes"
plugins:
- jekyll-remote-theme
# Collections configuration
collections:
flashcards:
output: true
permalink: /:collection/:name/
sort_by: order
# Default front matter
defaults:
- scope:
path: ""
type: "flashcards"
values:
layout: "flashcard"
parent: "Java 21 OCP Flashcards"
# Just the Docs configuration
search_enabled: true
# Branding
aux_links:
"GitHub Repository":
- "https://github.com/Anasss/java21docCards"
# SEO and Meta
author:
name: "Java 21 OCP Study Group"
url: "https://javaocpquiz.com"
# Social Media and OpenGraph
social:
name: "Java 21 OCP Flashcards"
links:
- "https://github.com/Anasss/java21docCards"
# Site metadata for better SEO
lang: en-US
timezone: UTC
# Quiz configuration
quiz:
title: "Java 21 OCP Quiz"
description: "Test your knowledge of Java 21 OCP exam topics"
total_questions: 38
# Twitter card
twitter:
card: summary_large_image
# OpenGraph defaults
defaults:
- scope:
path: ""
values:
layout: "default"