fkautz has quit [Read error: Connection reset by peer]
fkautz has joined #sandstorm
<TimMc>
xet7: My host disables wp-login.php if they notice a password guessing attack against it.
<TimMc>
although now I'm using a static site generator I wrote, and I'm very happy to be off of Wordpress.
<xet7>
TimMc: I do use static site generator nanoc (Ruby based) at website https://secretchronicles.orghttps://github.io/Secretchronicles/main-website.git although I should sometime also write static site generator with bash because sometimes when upgrading nanoc, building static website does not work anymore, it requires changes to code. If I sometime would write bash based static site generator, it would then not break anymore.
larjona has joined #sandstorm
<TimMc>
I wrote mine with Python. The templates are inlined and it's a bit of a pile of crap, but it's maintainable.
<TimMc>
800 lines
<TimMc>
It's missing some features I don't care about, but also missing commenting. :-/
<isd>
I'm using jekyll, and have been for years and years.
<isd>
I've never really had problems with breakage when updating.