Jekyll Utilities

  1. To run the PsionmanSet on the local server:
bundle exec jekyll serve --baseurl '' --port 4200

/* Global scope: this code is executed once */
const redis = require('redis');

const host = <HOSTNAME>;
const port = <PORT>;
const password = <PASSWORD>;

...

// get all elements

var allCodeBlocksElements = $( “code” );

allCodeBlocksElements.each(function(i) { // add different id for each code block

// target   var currentId = "codeblock" + (i + 1);   $(this).attr('id', currentId);

//trigger var clipButton = ‘’; $(this).after(clipButton); });

new Clipboard(‘.btn’);

print("Club Nacional de Football")
print("is a sports institution")
print("from Uruguay")