2
0

ignore build folder and update documentation

This commit is contained in:
2025-09-14 19:46:09 +02:00
parent 366adf84ff
commit a5f0ec1829
5 changed files with 6 additions and 495 deletions

View File

@@ -48,7 +48,7 @@ Generate HTML files from Markdown:
```bash
npm run build
```
Output files are created in the `build/` directory.
Output files are created in the `build/` directory (ignored by git).
### Export Formats
@@ -56,13 +56,13 @@ Output files are created in the `build/` directory.
```bash
npm run export:pdf
```
Generates PDF files in the `build/` directory.
Generates PDF files in the `build/` directory (ignored by git).
#### HTML Export
```bash
npm run export:html
```
Generates standalone HTML files in the `build/` directory.
Generates standalone HTML files in the `build/` directory (ignored by git).
### Watch Mode
@@ -82,7 +82,7 @@ malta-slides-marp/
├── assets/ # Images and media files
├── themes/ # Custom CSS themes
│ └── custom-theme.css # Example custom theme
├── build/ # Generated output files
├── build/ # Generated output files (ignored by git)
├── node_modules/ # Dependencies
├── package.json # Project configuration
├── Makefile # Alternative build commands