Skip to content

cluelesscamel/docsify-php-ssr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Docsify Server Side Rendering

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.

Features

  • Server-side rendering of markdown files
  • Client-side rendering with Docsify
  • Multi-language support

About

PHP server side rendering for Docsify

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages