Metadata-Version: 2.4
Name: soda-hugo-nbconvert
Version: 2025.5.7.1
Summary: convenient tools for intergrating jupyter notebooks with hugo
Project-URL: Repository, https://github.com/soda92/hugo-nbconvert
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: jupyter>=1.1.1
Requires-Dist: nbconvert>=7.16.6
Description-Content-Type: text/markdown

# hugo-nbconvert
convenient tools for intergrating jupyter notebooks with hugo

## Usage

in a hugo site's root or parent dir:

- create ipynb post:
```
hugo_nbnew .\test_site\content\post\test-hugo-page
```

- convert:
```
hugo_nbconvert
```
