add about me. archive old posts

This commit is contained in:
len0rd 2025-02-03 12:10:36 -05:00
parent c6645e6431
commit f87f46701b
7 changed files with 58 additions and 1 deletions

13
conf.py
View file

@ -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",