|
| 1 | +# The URL the site will be built for |
| 2 | +base_url = "https://rust-lab-pjatk.github.io" |
| 3 | +title = "Rust Lab PJATK" |
| 4 | +theme = "tabi" |
| 5 | +default_language = "pl" |
| 6 | +taxonomies = [{ name = "tags", feed = true }] |
| 7 | + |
| 8 | +# Whether to automatically compile all Sass files in the sass directory |
| 9 | +compile_sass = true |
| 10 | + |
| 11 | +# Whether to build a search index to be used later on by a JavaScript library |
| 12 | +build_search_index = false |
| 13 | + |
| 14 | +[markdown] |
| 15 | +# Whether to do syntax highlighting |
| 16 | +# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola |
| 17 | +highlight_code = true |
| 18 | +highlight_theme = "css" |
| 19 | +bottom_footnotes = true |
| 20 | + |
| 21 | +[extra] |
| 22 | +# Put all your custom variables here |
| 23 | +skin = "pjatk" |
| 24 | +browser_theme_color = "#e30613" |
| 25 | +favicon_emoji = "🦀" |
| 26 | +toc = true |
| 27 | +quick_navigation_buttons = true |
| 28 | +show_author = true |
| 29 | +katex = true |
| 30 | +mermaid = true |
| 31 | +menu = [ |
| 32 | + { name = "blog", url = "blog" }, |
| 33 | + { name = "tags", url = "tags" }, |
| 34 | + { name = "archive", url = "archiwum" }, |
| 35 | +] |
| 36 | +socials = [ |
| 37 | + { name = "email", url = "mailto:rustlab@pjwstk.edu.pl", icon = "email" }, |
| 38 | + { name = "github", url = "https://github.com/Rust-Lab-PJATK", icon = "github" }, |
| 39 | + { name = "linkedin", url = "https://www.linkedin.com/company/rust-lab-pjatk", icon = "linkedin" }, |
| 40 | + { name = "instagram", url = "https://www.instagram.com/rustlabpjatk", icon = "instagram" }, |
| 41 | +] |
| 42 | +copyright = "© $CURRENT_YEAR Rust Lab PJATK $SEPARATOR Materiały na tej stronie są udostępniane na licencji [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0)." |
0 commit comments