-
-
Notifications
You must be signed in to change notification settings - Fork 616
New issue
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
Export everything to static html #539
Comments
this workes for me: https://github.com/glumb/pico_cache |
Pico is no static website generator, so there's currently no built-in feature to export the contents of a Pico website to static HTML pages. However, exporting ("crawling") a website is no big deal in general. You could use e.g. wget -r -l inf -N -k "http://localhost/pico/" Refer to the manpage of wget to learn about the used and all other available options. |
Thank you very much for your quick help guys, these are great approaches ! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in two days if no further activity occurs. Thank you for your contributions! 👍 |
Would it be a reasonable feature request to add an export to a static site as a default feature? Edit: Seems like it is already on the roadmap -> #317. Awesome 😄 👍 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in two days if no further activity occurs. Thank you for your contributions! 👍 |
Hi together,
I came across PicoCMS and I am converting my Worpdress site to PicoCMS right now. It looks really great and I am a big fan of its simplicity! However is there a way in the current release or in one of the upcoming releases to export everything as a static html site? Right now I don't need the search function and it seems the only reason not to export everything to a static html site would be the need of a search function.
Thank you very much in advance and great job on this project!
The text was updated successfully, but these errors were encountered: