diff --git a/_data/categories.yml b/_data/categories.yml index faf9096f9..ac9bbafc5 100644 --- a/_data/categories.yml +++ b/_data/categories.yml @@ -11,15 +11,16 @@ names: - Elixir - Git - HTML + - Java & JVM - JavaScript - JavaScript libraries - Jekyll - - Languages - Ledger - Markup - macOS - Node.js - PHP + - Python - Rails - React - Ruby diff --git a/analytics.md b/analytics.md index a793a5664..dfbfad18f 100644 --- a/analytics.md +++ b/analytics.md @@ -1,6 +1,7 @@ --- title: Analytics libraries layout: 2017/sheet +category: Analytics --- ### Mixpanel diff --git a/backbone.md b/backbone.md index 51e0d98e2..cc3b95fc0 100644 --- a/backbone.md +++ b/backbone.md @@ -2,6 +2,7 @@ title: Backbone.js layout: 2017/sheet updated: 2017-09-04 +category: JavaScript libraries --- ### Binding events diff --git a/bootstrap.md b/bootstrap.md index 437928e08..886a06745 100644 --- a/bootstrap.md +++ b/bootstrap.md @@ -3,6 +3,7 @@ title: Bootstrap layout: 2017/sheet prism_languages: [scss, haml, html] weight: -1 +category: CSS description: | .container .row .col-md-6, @screen-sm-min, .form-control, grids, .modal-content, tooltips, and other Bootstrap CSS examples. --- diff --git a/c_preprocessor.md b/c_preprocessor.md index 5109768c7..69f5f8233 100644 --- a/c_preprocessor.md +++ b/c_preprocessor.md @@ -1,5 +1,6 @@ --- title: C Preprocessor +category: C-like --- ### Compiling diff --git a/circle.md b/circle.md index a6cdb47da..0f6cf3661 100644 --- a/circle.md +++ b/circle.md @@ -1,5 +1,6 @@ --- title: CircleCI +category: Devops --- ## circle.yml diff --git a/editorconfig.md b/editorconfig.md index 5ab7c4cc3..19ed56169 100644 --- a/editorconfig.md +++ b/editorconfig.md @@ -4,6 +4,7 @@ layout: 2017/sheet prism_languages: [ini] weight: -1 updated: 2017-09-04 +category: Apps --- ### Short example diff --git a/emacs.md b/emacs.md index e754da9be..49bc15b7a 100644 --- a/emacs.md +++ b/emacs.md @@ -1,5 +1,6 @@ --- title: Emacs +category: CLI --- ### Movements diff --git a/go.md b/go.md index 6739d3435..c6be8bd77 100644 --- a/go.md +++ b/go.md @@ -4,6 +4,7 @@ layout: 2017/sheet prism_languages: [go, bash] weight: -3 tags: [Featured] +category: C-like updated: 2017-09-15 --- diff --git a/graphql.md b/graphql.md index 3f1831190..67fb5edda 100644 --- a/graphql.md +++ b/graphql.md @@ -2,6 +2,7 @@ title: GraphQL layout: 2017/sheet updated: 2017-09-23 +category: Databases --- ## Intro diff --git a/homebrew.md b/homebrew.md index 55a8f4a0c..57507b69d 100644 --- a/homebrew.md +++ b/homebrew.md @@ -2,6 +2,7 @@ title: Homebrew layout: 2017/sheet weight: -3 +category: CLI --- ### Commands diff --git a/knex.md b/knex.md index 30ed3894f..98c59b003 100644 --- a/knex.md +++ b/knex.md @@ -2,6 +2,7 @@ title: Knex layout: 2017/sheet updated: 2017-09-23 +category: Databases intro: | [Knex](http://knexjs.org/) is an SQL query builder for Node.js. This guide targets v0.13.0. diff --git a/kotlin.md b/kotlin.md index 31fe225b5..68402027b 100644 --- a/kotlin.md +++ b/kotlin.md @@ -1,7 +1,9 @@ --- title: Kotlin layout: 2017/sheet -category: Languages +updated: 2018-12-06 +category: Java & JVM +prism_languages: [kotlin] intro: | [Kotlin](http://kotlinlang.org/) is a statically typed programming language for modern multiplatform applications. --- diff --git a/makefile.md b/makefile.md index eacf7094b..9718ba0b9 100644 --- a/makefile.md +++ b/makefile.md @@ -1,7 +1,8 @@ --- title: Makefile -hljs_languages: [makefile] +prism_languages: [makefile] layout: 2017/sheet +category: CLI --- ## Var assignment diff --git a/osx.md b/osx.md index e99a97ab5..6a5946bd8 100644 --- a/osx.md +++ b/osx.md @@ -1,6 +1,7 @@ --- title: OS X layout: 2017/sheet +category: macOS --- ### Locations of startup items diff --git a/parsley.md b/parsley.md index 9a7844d22..2cfa79801 100644 --- a/parsley.md +++ b/parsley.md @@ -3,6 +3,7 @@ title: Parsley.js updated: 2017-10-19 weight: -1 layout: 2017/sheet +category: JavaScript libraries keywords: - "data-parsley-validate" - "$('#form').parsley()" diff --git a/postgresql-json.md b/postgresql-json.md index 5d08a8239..3156f2e2f 100644 --- a/postgresql-json.md +++ b/postgresql-json.md @@ -3,6 +3,7 @@ title: PostgreSQL JSON layout: 2017/sheet prism_languages: [sql] updated: 2017-09-22 +category: Databases --- ## Operators diff --git a/postgresql.md b/postgresql.md index f82e829ad..d67899e81 100644 --- a/postgresql.md +++ b/postgresql.md @@ -1,5 +1,6 @@ --- title: PostgreSQL +category: Databases --- Replace anything within `` accordingly diff --git a/python.md b/python.md index 024902f9c..1821eb080 100644 --- a/python.md +++ b/python.md @@ -1,5 +1,6 @@ --- title: Python +category: Python --- ### Lists diff --git a/sql-join.md b/sql-join.md index bb5168fe2..928541125 100644 --- a/sql-join.md +++ b/sql-join.md @@ -1,6 +1,7 @@ --- title: SQL joins layout: 2017/sheet +category: Databases updated: 2017-10-30 weight: -1 --- diff --git a/tmux.md b/tmux.md index ef8927fc3..b0875dd07 100644 --- a/tmux.md +++ b/tmux.md @@ -1,5 +1,6 @@ --- title: tmux +category: CLI --- ### Commands diff --git a/travis.md b/travis.md index 45e950bb1..a8d5a2237 100644 --- a/travis.md +++ b/travis.md @@ -1,5 +1,6 @@ --- title: Travis.yml +category: Devops --- ### Node diff --git a/umdjs.md b/umdjs.md index 899e80f43..d052c8091 100644 --- a/umdjs.md +++ b/umdjs.md @@ -1,5 +1,6 @@ --- title: Universal JS module loader +category: JavaScript libraries --- ### [With dependency](https://github.com/umdjs/umd/blob/master/amdWebGlobal.js)