-
Notifications
You must be signed in to change notification settings - Fork 4
/
_config.yml
28 lines (21 loc) · 903 Bytes
/
_config.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
remote_theme: pmarsceill/just-the-docs
#theme: just-the-docs
title: IOB22
description: The complete course material of IOB2-2 Digital Product Development - BSc course for Industrial Design Engineering
baseurl: "/iob22"
url: "https://datacentricdesign.github.io"
permalink: pretty
exclude: ["node_modules/", "*.gemspec", "*.gem", "Gemfile", "Gemfile.lock", "package.json", "package-lock.json", "script/", "LICENSE", "lib/", "bin/", "README.md", "Rakefile"
, "docs/tests/", "drafts"
]
# Footer last edited timestamp
last_edit_timestamp: true # show or hide edit time - page must have `last_modified_date` defined in the frontmatter
last_edit_time_format: "%b %e %Y at %I:%M %p" # uses ruby's time format: https://ruby-doc.org/stdlib-2.7.0/libdoc/time/rdoc/Time.html
compress_html:
ignore:
envs: all
kramdown:
toc_levels: 1..2
syntax_highlighter_opts:
block:
line_numbers: true