- Create React App
- Redux
- React Router
- Scss Modules
- Storybook
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
- What's Jekyll
- Rake Generate Posts from Json
- Behance Plugin
- Theme generation (shell)
Jekyll is a simple, blog-aware, static site generator. It takes a template directory containing raw text files in various formats, runs it through a converter (like Markdown) and our Liquid renderer, and spits out a complete, ready-to-publish static website suitable for serving with your favorite web server. Jekyll also happens to be the engine behind GitHub Pages, which means you can use Jekyll to host your project’s page, blog, or website from GitHub’s servers for free.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//author: Ralf Haring | |
// github: https://gist.github.com/ralfharing | |
//original article: http://blog.pamelafox.org/2013/06/exporting-google-spreadsheet-as-json.html | |
// original author: Pamela Fox | |
//github: https://gist.github.com/pamelafox | |
// Includes functions for exporting active sheet or all sheets as JSON object (also Python object syntax compatible). | |
// Tweak the makePrettyJSON_ function to customize what kind of JSON to export. |