mirror of
https://github.com/len0rd/personal-website.git
synced 2025-09-06 22:27:50 -04:00
add about me. archive old posts
This commit is contained in:
parent
c6645e6431
commit
f87f46701b
7 changed files with 58 additions and 1 deletions
13
conf.py
13
conf.py
|
@ -37,10 +37,23 @@ html_theme_options = {
|
|||
}
|
||||
html_favicon = "assets/img/favicon.ico"
|
||||
|
||||
html_extra_path = [
|
||||
"assets/img/me.png",
|
||||
]
|
||||
|
||||
html_static_path = [
|
||||
"_static",
|
||||
]
|
||||
|
||||
html_css_files = [
|
||||
"customizations.css",
|
||||
]
|
||||
|
||||
html_sidebars = {
|
||||
"*": [
|
||||
"ablog/recentposts.html",
|
||||
"ablog/archives.html",
|
||||
"aboutme.html",
|
||||
],
|
||||
"posts/**": [
|
||||
"ablog/postcard.html",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue