Y
Hacker News
new
|
ask
|
show
|
jobs
by
raw_anon_1111
198 days ago
Reality - a simple blog should hardly ever need a database server for content.
1 comments
rstupek
198 days ago
The problem is wordpress does require a database server by default.
link
raw_anon_1111
198 days ago
And reality is most blogs could be better served by a static web host platform with lower maintenance and less security risks.
link
pdimitar
193 days ago
Then the reality is that the blog should be migrated to fully static contents. You have generators, many of them (f.ex. Zola), where you write Markdown files, run a command and run `rsync` to your host.
link