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
Post a Comment