Dear @photomatt how do I turn this off? I never asked for this. I do not want this.
@soatok it might be worth considering lighting up something like a pelican blog? i did it on a lazy saturday afternoon last week and made it all enlightenment e16 themed :D

@Viss The entire point of the blog was

  • If I try to host something myself, I will get DDoS'd and that's annoying, so I don't want to self-host
  • If I decide to self-host, I don't want to self-host anything like WordPress
  • If I decide to write my own blogging software to ensure it's secure, I'll spend forever working on the actual infrastructure instead of just... writing.
  • So that's why I didn't do that instead.

    @Viss @soatok Chiming in on number three, this is why static rendering SW is so nice. :)
    @vvelox @soatok yeah thats the way pelican works. you write your blogpost in markdown, give it the correct header lines it wants, drop it in the right dir, run pelican, that spits out a dir of static html files, then you just rsync them up
    @Viss Can Wordpress posts be imported into Pelican?