|
|
|
|
|
by chmaynard
2086 days ago
|
|
Static site generators can generally load serialized data in formats such as CSV, JSON, or YAML when the site is generated. If you can export data from your database in one of those formats, then you're good to go. The documentation for the generator you're using explains how to make use of this data in your markdown or HTML source files. |
|