isd changed the topic of #sandstorm to: Welcome to #sandstorm: home of all things sandstorm.io. Say hi! | Have a question but no one is here? Try asking in the discussion group: https://groups.google.com/group/sandstorm-dev | This channel is logged at: https://freenode.irclog.whitequark.org/sandstorm/
_whitelogger has joined #sandstorm
larjona has quit [Ping timeout: 260 seconds]
xet7 has joined #sandstorm
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.org https://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.