fix 404
This commit is contained in:
parent
9f4d78baa2
commit
84c80eceaa
71 changed files with 90 additions and 2884 deletions
45
config.toml
45
config.toml
|
@ -1,6 +1,17 @@
|
|||
# The URL the site will be built for
|
||||
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"
|
||||
generate_feeds = true
|
||||
generate_sitemap = true
|
||||
hard_link_static = true
|
||||
generate_robots_txt = true
|
||||
|
||||
|
||||
|
||||
# Whether to automatically compile all Sass files in the sass directory
|
||||
compile_sass = true
|
||||
|
||||
|
@ -15,13 +26,25 @@ taxonomies = [
|
|||
|
||||
[search]
|
||||
index_format = "elasticlunr_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
|
||||
lazy_async_image = true
|
||||
bottom_footnotes = true
|
||||
insert_anchor_links = "heading"
|
||||
paths_keep_dates = false
|
||||
|
||||
|
||||
[extra]
|
||||
|
@ -33,21 +56,3 @@ index_page="index" # name of the index page. Should be one of top_menu to make t
|
|||
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
|
||||
|
||||
|
||||
|
||||
[extra.giscus]
|
||||
src = "https://giscus.app/client.js"
|
||||
data_repo="arontaupe/awebsite"
|
||||
data_repo_id="R_kgDOLIfXYA"
|
||||
data_category="General"
|
||||
data_category_id="DIC_kwDOLIfXYM4Ccn56"
|
||||
data_mapping="title"
|
||||
data_strict="0"
|
||||
data_reactions_enabled="0"
|
||||
data_emit_metadata="0"
|
||||
data_input_position="top"
|
||||
data_theme="//kuznetsov17.github.io/pico/css/gs_dark.css"
|
||||
data_lang="en"
|
||||
crossorigin="anonymous"
|
||||
nonce="aron_allows_this"
|
Loading…
Add table
Add a link
Reference in a new issue