Clean up broken duckquill submodule references

This commit is contained in:
Aron Petau 2025-04-30 17:47:32 +02:00
parent 84c80eceaa
commit 0d597798c8
322 changed files with 30223 additions and 4137 deletions

View file

@ -1,7 +1,6 @@
base_url = "https://aron.petau.net/"
title = "Aron Petau"
description = "I am a graduate in Design & Computation at the Technische Universität Berlin and Universität der Künste Berlin. I am passionate about Cognitive Science, Software Engineering, 3D Modelling, Design and Technology Didactics. Here I display a selection of my past work, you are welcome to have a look around!"
default_language = "en"
output_dir = "public"
@ -9,7 +8,9 @@ generate_feeds = true
generate_sitemap = true
hard_link_static = true
generate_robots_txt = true
feed_filenames = ["rss.xml", "atom.xml"]
theme = "duckquill"
# Whether to automatically compile all Sass files in the sass directory
@ -20,24 +21,22 @@ build_search_index = true
minify_html = true
taxonomies = [
{ name = "tags" }
]
taxonomies = [{ name = "tags", feed = true }]
[search]
index_format = "elasticlunr_json"
index_format = "fuse_json"
include_title = true
include_description = true
include_date = true
include_path = true
include_content = true
truncate_content_length = 100
[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 = "css"
render_emoji = false
smart_punctuation = true
definition_list = true
@ -49,10 +48,10 @@ paths_keep_dates = false
[extra]
author = "Aron Petau"
description = "Some description, if you somehow didn't set it in page / section settings"
logo_src = "images/logo.png" # logo src
avatar_src = "images/aron_avatar_square.jpg" # avatar src
index_page="index" # name of the index page. Should be one of top_menu to make things work
top_menu = ["index","features","notes"] # Menu items
copyright_string = "Сreated by Aron Petau in 2024 %YEAR%"
nonce = "${aron_allows_this}" # used for JavaScript src nonce
description = "I am a graduate in Design & Computation at the Technische Universität Berlin and Universität der Künste Berlin. I am passionate about Cognitive Science, Software Engineering, 3D Modelling, Design and Technology Didactics. Here I display a selection of my past work, you are welcome to have a look around!"