Christian Britz wrote: 
> Dear community,
> 
> I am looking for recommendations for setting up a blog with nginx web
> server. What I have so far: nginx-light with static pages.
> 
> What would I need to be able to host a blog? I search something as
> simple and secure as possible, there will be very low traffic. It should
> be available directly from the Debian stable repository. From what I
> understand, nginx supports php like apache, so the solutions are
> inter-changeable (if I would choose something php-based)?


nginx is just a web server, apache is just a web server. Nearly
any blog can be set up with either one of them, or a number of
other servers. Static sites don't need language support in the
server at all.

Available in Debian stable:

jekyll
hugo
lektor
mkdocs
nanoc
pelican

I like pelican, myself.

-dsr-

Reply via email to