FOSS selfhostable blogging platform recommendations? As lightweight as possible since I'm going to run it on my raspberry pi.
@karan
I will look into it, thanks for recommendation
@karan
I see that you have both clearnet and .onion website, you can set headers in your webserver for browsers to offer redirect to .onion site with just one click. For nginx config add this header:
`add_header Onion-Location your_onion_adress.onion$request_uri;`
(Sorry if you have this already set up, I just think its neat for people with mirror .onion websites
@nikolal good timing - I have that on my list actually to investigate (along with alt-svc).
@nikolal +1 for Jekyll
@nikolal Jekyll static blog with a cdn in front?