summaryrefslogtreecommitdiff
path: root/makesite.py
diff options
context:
space:
mode:
authorLorenzo Torres <lorenzotorres@outlook.it>2025-08-06 18:27:55 +0200
committerLorenzo Torres <lorenzotorres@outlook.it>2025-08-06 18:27:55 +0200
commit5537348d8e1ef7310017a6e51af3548ebb9ff615 (patch)
tree40aa435af81d003f2004332d27aaf9da25894d9d /makesite.py
parent3745293da232ec5329c69d91a369eb7a72cd3824 (diff)
Added documentation section
Diffstat (limited to 'makesite.py')
-rwxr-xr-xmakesite.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/makesite.py b/makesite.py
index fee4194..2a22534 100755
--- a/makesite.py
+++ b/makesite.py
@@ -210,6 +210,9 @@ def main():
news_posts = make_pages('content/news/*.html',
'_site/news/{{ slug }}/index.html',
post_layout, blog='news', **params)
+ docs = make_pages('content/docs/*.md',
+ '_site/docs/{{ slug }}/index.html',
+ page_layout, **params)
# Create blog list pages.
make_list(blog_posts, '_site/blog/index.html',