You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Python app that generates HTML pages using JSON data and Jinja2 templates, with Flask development server for live preview.
3
+
A Python app that generates HTML pages using JSON data and Jinja2 templates. Features a Flask development server for live preview and GitHub Actions for automated static HTML generation. The deployed pages are will be available at `https://codekitchen.community/<page_name>`.
4
4
5
-
## π Project Structure
5
+
## Project Structure
6
6
7
7
```
8
8
/
@@ -24,94 +24,50 @@ A Python app that generates HTML pages using JSON data and Jinja2 templates, wit
24
24
βββ requirements.txt # Dependencies
25
25
```
26
26
27
-
## π Features
27
+
## Usage
28
28
29
-
-**Flask Development Server**: Live preview without generating files
30
-
-**Multi-page Support**: Each page has its own folder with content, styles, and scripts
31
-
-**Inline Assets**: CSS and JS are embedded directly in generated HTML
32
-
-**Bilingual Support**: English and Chinese content with language switching
33
-
-**CLI Commands**: Flask commands for generation and page management
0 commit comments