-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathconfig.toml
More file actions
70 lines (61 loc) · 1.9 KB
/
config.toml
File metadata and controls
70 lines (61 loc) · 1.9 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
base_url = "https://bootc-dev.github.io"
#base_url = "http://localhost"
theme = "juice"
title = "bootc"
description = "A tool to build operating systems like we build containers"
default_language = "en"
#languages =
#translations =
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = true
generate_feeds = true
#feed_limit =
feed_filenames = ["rss.xml"]
#hard_link_static =
#taxonomies =
#author =
#compile_sass
#minify_html
#ignored_content
#ignored_static
#mode
#output_dir
#preserve_dotfiles_in_output
#link_checker
#slugify
#search
generate_sitemap = true
generate_robots_txt = true
#exclude_paginated_pages_in_sitemap
[markdown]
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = true
highlight_theme = "inspired-github"
render_emoji = true
external_links_class = "external"
external_links_target_blank = true
external_links_no_referrer = true
#insert_anchor_links = "left"
[extra]
# Put all your custom variables here
juice_logo_name = "bootc"
juice_logo_path = "logo.png"
juice_extra_menu = [
{ title = "About", link = "/about", external = false },
{ title = "Docs", link = "https://bootc-dev.github.io/bootc/", external = true },
{ title = "News", link = "/news", external = false },
{ title = "Blog", link = "/blog", external = false },
{ title = "GitHub", link = "https://github.com/bootc-dev/bootc", external = true },
]
favicon = "favicon.ico"
meta_title = "Your OS, but Containers!"
meta_description = "bootc builds operating systems using containerization principles"
footer = ""
# Author definitions for blog posts
# Use the key (e.g., "jeckersb") as the author value in blog post frontmatter
[extra.authors]
[extra.authors.jeckersb]
name = "John Eckersberg"