This is a small PHP project that serves as a Docsify boilerplate with server-side rendering. It is designed to work with the Docsify static site generator, allowing you to render markdown files into HTML on the server side for SEO and have Docsify handle the client-side rendering.
Uses parsedown to render markdown files to HTML on the server.
Try it out:
php -S 127.0.0.1:80
Then visit any page with a GET client like xh or curl to see the server-side rendering in action. For example: xh "127.0.0.1:80/de/index"
will render the german index page.
- Server-side rendering of markdown files
- Client-side rendering with Docsify
- Multi-language support