I am thinking of using Jekyll as a blogging mechanism for an upcoming project. However, I need a small part of the website to be dynamic, using some kind of server-side language (Ruby, PHP, Node.js, etc.).
I want the posts to be static, as expected from Jekyll, however at the bottom of the page I have a piece of content that should randomly rotate on every page load. I do not want to use JavaScript for this.
Is this possible in Jekyll?
user1082754
source share