diff options
| author | Lorenzo Torres <lorenzotorres@outlook.it> | 2025-08-06 18:27:55 +0200 |
|---|---|---|
| committer | Lorenzo Torres <lorenzotorres@outlook.it> | 2025-08-06 18:27:55 +0200 |
| commit | 5537348d8e1ef7310017a6e51af3548ebb9ff615 (patch) | |
| tree | 40aa435af81d003f2004332d27aaf9da25894d9d /makesite.py | |
| parent | 3745293da232ec5329c69d91a369eb7a72cd3824 (diff) | |
Added documentation section
Diffstat (limited to 'makesite.py')
| -rwxr-xr-x | makesite.py | 3 |
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', |
