A list of the most common functionalities in Jekyll (Liquid). You can use Jekyll with GitHub Pages, just make sure you are using the proper version.
Running a local server for testing purposes:
A list of the most common functionalities in Jekyll (Liquid). You can use Jekyll with GitHub Pages, just make sure you are using the proper version.
Running a local server for testing purposes:
| 'use strict'; | |
| function cx() { | |
| var classNames = []; | |
| var args = Array.prototype.slice.call(arguments); | |
| args.forEach(function (arg) { | |
| if (Array.isArray(arg)) { | |
| classNames = classNames.concat(arg); | |
| } else if (typeof arg === 'object') { |
| { | |
| "enable_highlight": true, | |
| "enable_pygments": true, | |
| "guess_language": true, | |
| "css": "path/to/style-for-sublimetext-markdown-preview.css", | |
| "strip_yaml_front_matter": true, | |
| "image_path_conversion": "relative", | |
| "enabled_extensions": ["extra", "github", "toc", "codehilite(guess_lang=True,pygments_style=friendly,linenums=False)","headerid", "meta", "sane_lists", "smarty", "wikilinks", "admonition"], | |
| } |
| /*! | |
| * understand `arrow function` and `this` | |
| * see also https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions | |
| */ | |
| var id = 'global'; | |
| var o = { | |
| id: 'o', |
| # | |
| # /etc/sysctl.conf - Configuration file for setting system variables | |
| # See /etc/sysctl.d/ for additonal system variables | |
| # See sysctl.conf (5) for information. | |
| # | |
| #kernel.domainname = example.com | |
| # Uncomment the following to stop low-level messages on console | |
| #kernel.printk = 3 4 1 3 |