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:
| atom.workspace.observeTextEditors (item) -> | |
| # Sets up middle button scroll on the given editor component | |
| middleMouseScrollSetup = (editorComponent) -> | |
| lastClick = {x: 0, y: 0} | |
| lastPosition = {x: 0, y: 0} | |
| {scrollContainer} = editorComponent.refs | |
| onMouseMove = (event) -> |
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: