Last summer I created a travelling-blog on my webspace to document my journey. Now the journey is over and I won’t put any new posts in this blog. I also don’t whish to have any new comments.
How can I close the blog (to make in invulnerable to external hacks, even if I don’t install any new upgrades) but keep all posts, comments, pictures, etc. as they are?
What I found is
- https://github.com/megumiteam/staticpress (however, although the resulting static page contains all the blogged content, the design is really messed up.)
- https://github.com/aral/wordpress-migration-tools (I couldn’t try this one, because it is written in python and I don’t know any python.)
Is one of them recommendable?
Is there another way to prevent all interactions with the page, so there’s no need to take care about wordpress (or plugin) updates, while still keeping the site secure?