|
I had Publii on previous Windows 10 OS. It crashed with blue screen of death but I managed to recover whole Publii directory from it from AppData folder. Now, my blog is still online, with all files on AWS S3 bucket. Im just curious if I can "import" current online blog somehow in new Publii installation on new Windows 10 so I can just continue making posts. |
Replies: 3 comments 20 replies
|
Yes, just move your old directory in the new one (hell, your old one might still be there). See: https://getpublii.com/docs/publii-global-settings.html#fileslocation |
|
@gurubyte - unfortunately without having a backup of your source files (input folder), there is no easy way to reproduce a website. @candidexmedia - has a good idea with WP Importer. I can also advice for some better approach - ask ChatGPT or similar tool to write for you a simple crawler which will generate WXR file based on your website sitemap.xml (RSS feed won't contain all subpages). You can specify in your prompt which elements contains content and titles. |
|
I came here after logging into my second workstation, thinking I could install Publii, import my site from GitHub, make changes, and push those changes. Has there been any thought about shipping the input folder to remote repositories? Specifically, git? Deployment can be handled by whatever service you use, github, gitlab or onedev etc to ensure those files don't reach the deployment server and are publically available? Do people store their input files in another git repository? Or on Google Drive? |


@gurubyte - unfortunately without having a backup of your source files (input folder), there is no easy way to reproduce a website. @candidexmedia - has a good idea with WP Importer. I can also advice for some better approach - ask ChatGPT or similar tool to write for you a simple crawler which will generate WXR file based on your website sitemap.xml (RSS feed won't contain all subpages). You can specify in your prompt which elements contains content and titles.