diff --git a/README.md b/README.md index a564fb8..d6e8c44 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ for programming knowledge — simply modify YAML files to generate your site. - **Markdown Support**: Write content in Markdown, which is automatically converted to HTML. - **Tagging System**: Organize your content with tags for easy referencing in templates. - **File Inclusion**: Include other YAML files to create a modular content structure. +- **Plugin System**: Extend the functionality with modules that can be added at runtime. ## Getting Started @@ -26,7 +27,7 @@ To generate your static site, run the Grimoire command with your input YAML file You can specify an output directory using the `-o` or `--output` flag. ```bash -python -m grimoire-ssg -o output_directory one_or_more_input_files.yml +python -m grimoiressg -o output_directory one_or_more_input_files.yml ``` ### Alternative Installation @@ -43,7 +44,7 @@ poetry install You can then run the program directly using Poetry: ```bash -poetry run python -m grimoire-ssg -o output_directory one_or_more_input_files.yml +poetry run python -m grimoiressg -o output_directory one_or_more_input_files.yml ``` ### Example YAML File @@ -101,7 +102,11 @@ extends a layout and includes dynamic content: