Logo

HelloWorld

This is the first blog post on DropSoft.org. Hopefully there will be many more interesting posts to come in the future.

This site is our old hidden service website but “ported” to hugo, which is a static site generator.

It took a little bit of fiddling around, but I set up this basic theme as well as a hacky deployment script which just uses scp to copy files over to our web server.

I hope you will enjoy your stay here!

#include <iostream>

int main(){
 std::cout << "this is a real Hello World!" << std::endl;
}