Improved, refactored, added options, prompts, jekyll website

This commit is contained in:
AjaySi
2023-10-24 19:49:31 +05:30
parent 2860345aaf
commit eb87847124
78 changed files with 14455 additions and 106 deletions

View File

@@ -38,8 +38,8 @@ def upload_blog_post(wix_site_id, wix_api_key, blog_post_title, blog_post_conten
###########################################################################################
# Example usage:
wix_site_id = "1234567890"
wix_api_key = "YOUR_WIX_API_KEY"
wix_site_id = ""
wix_api_key = ""
blog_post_title = "My first blog post"
blog_post_content = "This is my first blog post."