We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Like you, I think using a static generator like Jekyll could be a good way to replace all kinds of blogs made with WordPress.
To help new comers have already a WordPress blog wanting to use Staticman, there was no real well-documented export/import tool.
I've taken some time to work on this tool who keep your _data/comments/blog-slug/comment-timestamp.md structure.
_data/comments/blog-slug/comment-timestamp.md
I hope this can be helpful for someone.
bundle update
bundle exec jekyll build
The text was updated successfully, but these errors were encountered:
Very nice. I'll add a link to your tool in my theme docs under the Staticman section.
Sorry, something went wrong.
Thank you 👍
5eefba1
Add note about Wordpress to Staticman comment migration tool in docum…
0b06b81
…entation Close mmistakes#1346
e6fde04
4ef3fce
No branches or pull requests
Hi,
Like you, I think using a static generator like Jekyll could be a good way to replace all kinds of blogs made with WordPress.
To help new comers have already a WordPress blog wanting to use Staticman, there was no real well-documented export/import tool.
I've taken some time to work on this tool who keep your
_data/comments/blog-slug/comment-timestamp.md
structure.I hope this can be helpful for someone.
bundle update
.bundle exec jekyll build
.The text was updated successfully, but these errors were encountered: