php - Dynamic content with Jekyll -


i thinking of using jekyll blogging engine upcoming project. however, need small part of website dynamic, using sort of sever-side language (ruby, php, node.js, etc.)

i want posts static expect jekyll, @ bottom of page have piece of content needs rotate randomly on each page load. don't want use javascript this.

is possible within jekyll?

you can use server side includes. might need configure server or change extension of generated files .shtml.

jekyll should generate need insert dynamic content:

<!--#include virtual="dynamic.rb" --> 

dynamic.rb should produce valid html display.


Comments

Popular posts from this blog

Glib GIOChannel -

delphi - When I encode/decode SMS PDU (GSM 7 Bit) user data, do I need prepend the UDH first? -

python - Obscure curses error message when creating a sub window -