diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6b8ee50..a823d35 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v3 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install dependencies diff --git a/README.md b/README.md index 26e1913..372b114 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Nitro CLI -A static site generator that lets you build websites using Python and [nitro-ui](https://github.com/nitro-sh/nitro-ui). +A static site generator that lets you build websites using Python and [nitro-ui](https://github.com/nitrosh/nitro-ui). ## Features @@ -117,10 +117,11 @@ config = Config( ## Ecosystem -- **[nitro-ui](https://github.com/nitro-sh/nitro-ui)** - Programmatic HTML generation -- **[nitro-datastore](https://github.com/nitro-sh/nitro-datastore)** - Data loading with dot notation access -- **[nitro-dispatch](https://github.com/nitro-sh/nitro-dispatch)** - Plugin system -- **[nitro-validate](https://github.com/nitro-sh/nitro-validate)** - Data validation +- **[nitro-ui](https://github.com/nitrosh/nitro-ui)** - Build HTML with Python, not strings +- **[nitro-datastore](https://github.com/nitrosh/nitro-datastore)** - Schema-free JSON data store with dot notation access +- **[nitro-dispatch](https://github.com/nitrosh/nitro-dispatch)** - Framework-agnostic plugin system +- **[nitro-image](https://github.com/nitrosh/nitro-image)** - Fast, friendly image processing for the web +- **[nitro-validate](https://github.com/nitrosh/nitro-validate)** - Dependency-free data validation ## License diff --git a/SKILL.md b/SKILL.md index 943366c..e8ed97f 100644 --- a/SKILL.md +++ b/SKILL.md @@ -316,24 +316,24 @@ from nitro_ui import ( Some element names differ from their HTML tag names: -| nitro-ui Class | HTML Tag | -|---------------------|--------------| -| `Paragraph` | `

` | -| `Href` | `` | -| `Image` | `` | -| `HorizontalRule` | `


` | -| `UnorderedList` | `