This commit is contained in:
Aron Petau 2025-04-30 18:09:51 +02:00
parent 0d597798c8
commit bb32b4f957
131 changed files with 33 additions and 24490 deletions

View file

@ -1,57 +1,37 @@
base_url = "https://aron.petau.net/"
title = "Aron Petau"
default_language = "en"
output_dir = "public"
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
compile_sass = true
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = true
minify_html = true
generate_feeds = true
taxonomies = [{ name = "tags", feed = true }]
feed_filenames = ["rss.xml", "atom.xml"]
build_search_index = true
author = "Aron Petau"
hard_link_static = true
[search]
index_format = "fuse_json"
include_title = true
include_description = true
include_date = true
include_path = true
include_content = true
[markdown]
highlight_code = true
highlight_theme = "css"
theme = "duckquill"
render_emoji = false
smart_punctuation = true
definition_list = true
lazy_async_image = true
bottom_footnotes = true
insert_anchor_links = "heading"
paths_keep_dates = false
default_language = "en"
taxonomies = [{ name = "tags", feed = true }]
[extra]
author = "Aron Petau"
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%"
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!"
bundled_fonts = false
issues_url = "https://codeberg.org/daudix/duckquill/issues" # TODO
source_url = "https://codeberg.org/daudix/duckquill" #TODO
default_theme = "light"
accent_color = "#FF7E3C"
accent_color_dark = "#FF7E3C"
toc = true
toc_sidebar = true
favicon = "/logo.png"
apple_touch_icon = "/logo.png"
go_to_top = true
show_copy_button = true
show_reading_time = true
show_share_button = true
show_backlinks = true