|
| 1 | +#base_url = "https://bootc-dev.github.io" |
| 2 | +base_url = "http://localhost" |
| 3 | +theme = "juice" |
| 4 | +title = "bootc" |
| 5 | +description = "A tool to build operating systems like we build containers" |
| 6 | + |
| 7 | +default_language = "en" |
| 8 | +#languages = |
| 9 | +#translations = |
| 10 | + |
| 11 | +# Whether to automatically compile all Sass files in the sass directory |
| 12 | +compile_sass = true |
| 13 | + |
| 14 | +# Whether to build a search index to be used later on by a JavaScript library |
| 15 | +build_search_index = true |
| 16 | + |
| 17 | +generate_feeds = true |
| 18 | +#feed_limit = |
| 19 | +feed_filenames = ["rss.xml"] |
| 20 | + |
| 21 | +#hard_link_static = |
| 22 | +#taxonomies = |
| 23 | +#author = |
| 24 | +#compile_sass |
| 25 | +#minify_html |
| 26 | +#ignored_content |
| 27 | +#ignored_static |
| 28 | +#mode |
| 29 | +#output_dir |
| 30 | +#preserve_dotfiles_in_output |
| 31 | +#link_checker |
| 32 | +#slugify |
| 33 | +#search |
| 34 | +generate_sitemap = true |
| 35 | +generate_robots_txt = true |
| 36 | +#exclude_paginated_pages_in_sitemap |
| 37 | + |
| 38 | +[markdown] |
| 39 | +# Whether to do syntax highlighting |
| 40 | +# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola |
| 41 | +highlight_code = true |
| 42 | +highlight_theme = "inspired-github" |
| 43 | +render_emoji = true |
| 44 | +external_links_target_blank = true |
| 45 | +external_links_no_referrer = true |
| 46 | + |
| 47 | +[extra] |
| 48 | +# Put all your custom variables here |
| 49 | +juice_logo_name = "bootc" |
| 50 | +juice_logo_path = "logo.png" |
| 51 | +juice_extra_menu = [ |
| 52 | + { title = "About", link = "/about" }, |
| 53 | + { title = "Docs", link = "https://bootc-dev.github.io/bootc/" }, |
| 54 | + { title = "News", link = "/news" }, |
| 55 | + { title = "GitHub", link = "https://github.com/bootc-dev/bootc" }, |
| 56 | +] |
| 57 | +favicon = "favicon.ico" |
| 58 | +meta_title = "Your OS, but Containers!" |
| 59 | +meta_description = "bootc builds operating systems using containerization principles" |
| 60 | +footer = "bootc, open sourced by Red Hat with <3 (c) the bootc project" |
0 commit comments