init commit

This commit is contained in:
Yan Lin 2026-01-30 16:19:41 +01:00
commit 52b82fe03f
13 changed files with 372 additions and 0 deletions

15
config.toml Normal file
View file

@ -0,0 +1,15 @@
base_url = "https://blog.yanlincs.com"
title = "Yan Lin's Blog"
description = "Personal blog of Yan Lin, Postdoctoral Researcher at Aalborg University"
default_language = "en"
compile_sass = true
minify_html = false
generate_feeds = true
feed_filenames = ["rss.xml"]
[markdown]
highlight_code = true
highlight_theme = "css"
[extra]
author = "Yan Lin"