Add ability to exclude pages (#10)

This commit is contained in:
Jared Dillard
2025-05-17 22:20:14 -07:00
committed by GitHub
parent 10e2b9a684
commit 2c8b554aa2
5 changed files with 236 additions and 8 deletions
+9 -4
View File
@@ -1,13 +1,18 @@
Changelog
=========
0.2.1
-----
- Add ability to exclude pages with ``llms_txt_exclude``
0.2.0
-----
- Add `llms_txt_full_max_size` configuration option to limit `llms-full.txt` file size
- Automatically add content from `include` directives in `llms-full.txt`
- Add path resolution for a given set of directives in `llms-full.txt`
- Add `llms.txt` file option, with `llms_txt_title` and `llms_txt_summary` config values
- Add ``llms_txt_full_max_size`` configuration option to limit `llms-full.txt` file size
- Automatically add content from **include** directives in **llms-full.txt**
- Add path resolution for a given set of directives in **llms-full.txt**
- Add **llms.txt** file option, with ``llms_txt_title`` and ``llms_txt_summary`` config values
0.1.0
-----