1. 22
  1.  

  2. 1

    He mentions self-hosting a personal wiki but doesn’t mention what software he’s using. Anybody have suggestions?

    1. 1

      I’d suggest bookstack. It’s a joy to use and easy to deploy.

      1. 1

        Hugo + custom theme + GitHub pages + Travis CI, works quite well for me, I don’t write much, if at all but it was painless to setup. Every commit to the source branch triggers a CI that pushes into the master branch of the GH pages, it’s all automated.

        Okay it’s not really self-hosting… but Hugo + custom theme is still usable behind a self-hosted static nginx.