Y
Hacker News
new
|
ask
|
show
|
jobs
by
ntrepid8
4511 days ago
How does Ghost generate pages for web crawlers? This has always been my hesitation about this sort of platform. Does it pre-render static pages? Or is everything rendered on the server in NodeJS?
1 comments
kn8
4511 days ago
It's generated on the server in Node, so no different than what PHP does in case of Wordpress in this aspect.
link