15 lines
253 B
Markdown
15 lines
253 B
Markdown
# Convert nikola frontmatter to zola
|
|
|
|
Nikola uses HTML comments for frontmatter.
|
|
|
|
Zola does not.
|
|
|
|
## Requirements
|
|
|
|
A somewhat modern Python 3 installation.
|
|
|
|
## Usage
|
|
|
|
```
|
|
./nikola_to_zola.py path/to/nikola/page.md > desired/destination/zola/page.md
|
|
```
|