Skip to content
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

Static site generator? #162

Open
SummerSeaSun opened this issue Dec 3, 2019 · 5 comments
Open

Static site generator? #162

SummerSeaSun opened this issue Dec 3, 2019 · 5 comments

Comments

@SummerSeaSun
Copy link

Hi,

I'm wondering if there's a way to generate static files so we can avoid the use of php for serving the site.

Something like this:
https://nuxtjs.org/guide/installation#codefund_ad

@pbatts
Copy link

pbatts commented Dec 3, 2019

Hello,
I am not familiar with Nuxtjs.

I have been using SiteSucker for years to generate a static version of my sites. I have recently been considering another app for this purpose, SiteFetcher.

Best regards

@SummerSeaSun
Copy link
Author

Thanks for sharing, I'm not using mac, I will look at https://www.httrack.com/

@pbatts
Copy link

pbatts commented Dec 4, 2019

Let us know how it goes.

@SummerSeaSun
Copy link
Author

I've tried everything but the best is this combination:

  • just run an old version of php on local machine with docker
  • create a static folder with everythin needed for stati site:

wget --mirror --convert-links --page-requisites --span-hosts -U Mozilla -e robots=off --no-cookies --domains=127.0.0.1 http://127.0.0.1:8000

@desbest
Copy link

desbest commented Dec 15, 2021

To scrape websites I use Cyotek Webcopy. It's free.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants