init commit
This commit is contained in:
commit
52b82fe03f
13 changed files with 372 additions and 0 deletions
15
config.toml
Normal file
15
config.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue