Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Jekyll Admin

A Jekyll plugin that provides users with a traditional CMS-style graphical interface to author content and administer Jekyll sites.
Collective - Host: opensource - https://opencollective.com/jekyll-admin - Website: https://t.co/N0nswF4LYy - Code: https://github.com/jekyll/jekyll-admin

Add directory support for static files (#408)

github.com/jekyll/jekyll-admin - 721dd167deccb3326d43abd9c243a4ccd0c2b177 authored about 5 years ago by Ashwin Maroli <[email protected]>
Add relative_path field in API response (#521)

For resources that respond to `relative_path` calls, expose the value
after stripping away any ...

github.com/jekyll/jekyll-admin - c202e5ff0889cf59e36c07aab5c8ea3f333ca76d authored about 5 years ago by Ashwin Maroli <[email protected]>
Optimize API Hash objects (#528)

* Normalize API structure with a template

API_SCAFFOLD is the base hash with each key point...

github.com/jekyll/jekyll-admin - ea59fb55d36adf36a0a24cdccb23bcb78f72dddc authored about 5 years ago by Ashwin Maroli <[email protected]>
Load monkey patches after loading major actors

To ensure that autoloaded classes from upstream have been loaded by the
time they're referenced ...

github.com/jekyll/jekyll-admin - f0cf011b32c4f75df1226ba982eb8e631cc1a6a1 authored about 5 years ago by Ashwin Maroli <[email protected]>
Strip leading slash from data file's path (#527)

Since it is redundant and two path segments are joined at the back end via `File.join` which ins...

github.com/jekyll/jekyll-admin - b89dd1fe2e9098345a87c89b824cf8b3451e6bb9 authored about 5 years ago by Ashwin Maroli <[email protected]>
Ensure a blank line at end of document (#519)

Currently, editing a page / document via the MarkdownEditor interface removes the blank line at ...

github.com/jekyll/jekyll-admin - 0e65971f16ee1684b6bfe397cc751cd341eb36ac authored about 5 years ago by Ashwin Maroli <[email protected]>
Refactor JekyllAdmin::Directory (#522)

* Use strings as keys for `#to_liquid` hash
Provides consistency with other datatypes that us...

github.com/jekyll/jekyll-admin - b0d6cd7849eb3ed9ed97eb7ca27865332c6ef678 authored about 5 years ago by Ashwin Maroli <[email protected]>
Manipulate Metrics/PerceivedComplexity as required

Metrics/PerceivedComplexity cop as configured via 'rubocop-jekyll'
reports just one offense. So,...

github.com/jekyll/jekyll-admin - ad79b1692d51422d86dabaa13a7947bf3a0763fa authored about 5 years ago by Ashwin Maroli <[email protected]>
Minor style corrections for MarkdownEditor

github.com/jekyll/jekyll-admin - 76a8635041b1baa4bf4db9462fc7a404e8edaf10 authored about 5 years ago by Ashwin Maroli <[email protected]>
Remove redundant RuboCop configuration

github.com/jekyll/jekyll-admin - 52e79a4cbc66a0c87a6f71ed39a0e0bfeee79929 authored about 5 years ago by Ashwin Maroli <[email protected]>
Rename normalize.css to normalize.scss

Since valid CSS is also valid SCSS, changing the extension will not have
any detrimental effect ...

github.com/jekyll/jekyll-admin - 700b45ecddded1387027598bdfc23f35a90a667b authored about 5 years ago by Ashwin Maroli <[email protected]>
Fix code element font-size in CodeMirror headings

CSS rules override those that are defined for the same selector earlier
in the cascade.

github.com/jekyll/jekyll-admin - 698a41021a3760b9e5ece7a149ef06eb5dee6eba authored about 5 years ago by Ashwin Maroli <[email protected]>
Reduce line-length in documentation's index page

github.com/jekyll/jekyll-admin - a4d4d1c5908f55483b5dd35d0d620a159e1b82c8 authored about 5 years ago by Ashwin Maroli <[email protected]>
Improve documentation source and styles

github.com/jekyll/jekyll-admin - bd47a12e0fe8061b13aba695f33fbf3432075980 authored about 5 years ago by Ashwin Maroli <[email protected]>
Improve Markdown editor styling (#525)

github.com/jekyll/jekyll-admin - 657849a38d673bc2b2f972a80bf328fd169ea0ef authored about 5 years ago by Ashwin Maroli <[email protected]>
Style metafields similar to DataGUI styles (#524)

So that the section takes up lesser vertical space and additionally mirrors how users would edit...

github.com/jekyll/jekyll-admin - bbdc518f3c383ae6c2e80035a0570d8bdf1a0f4f authored about 5 years ago by Ashwin Maroli <[email protected]>
Add complex front matter to fixture page

github.com/jekyll/jekyll-admin - b0d637e2fd9667c5e87000d8550ea06a9b4eac5e authored about 5 years ago by Ashwin Maroli <[email protected]>
Filter away virtual pages that output to HTML file (#520)

To stop rendering routes to virtual pages—those that do not have a physical presence
within the...

github.com/jekyll/jekyll-admin - 2abaa03d4dbb560723c12f43c32bb12960cf6939 authored about 5 years ago by Ashwin Maroli <[email protected]>
Simplify loading individual namespace route maps (#516)

github.com/jekyll/jekyll-admin - 4ea909ac8444c20353052e82c1e95fe86b331beb authored about 5 years ago by Ashwin Maroli <[email protected]>
Allow custom labels for collections in sidebar (#515)

Set a `sidebar_label` key in the collection's metadata to the desired string and it shall be ren...

github.com/jekyll/jekyll-admin - fc0e141181db5d0d5b3752784f924b9a8d5d9fed authored about 5 years ago by Ashwin Maroli <[email protected]>
Point AppVeyor badge to Jekyll Org's account

Also have it reflect just the status of the `master` branch instead of the
status of the latest...

github.com/jekyll/jekyll-admin - ff3a33d029c3d60593cdcb48e73e17ece4344824 authored about 5 years ago by Ashwin Maroli <[email protected]>
Add documentation for self-hosting (#505)

github.com/jekyll/jekyll-admin - 31a45ed31a9272c3e4f8351e93e9451d37b045a4 authored about 5 years ago by T <[email protected]>
Expose data file's basename as attribute `name` (#512)

This provides `JekyllAdmin::DataFile` instances parity with primitives from Jekyll.

`Jekyll::...

github.com/jekyll/jekyll-admin - 7b6fc143431d5d91a57efea4f3559134d90505b9 authored about 5 years ago by Ashwin Maroli <[email protected]>
Move babel and eslint configs into separate files (#513)

github.com/jekyll/jekyll-admin - 7e95c80639bab58a9943444e2b90264433fb99ff authored about 5 years ago by Ashwin Maroli <[email protected]>
Add version as global from package.json (#510)

* Add version from package.json as global
* Add VERSION to jest globals

github.com/jekyll/jekyll-admin - 20a9ef2c91b1631749091949184e1436c0019786 authored about 5 years ago by Mert Kahyaoğlu <[email protected]>
Don't run tests as part of `npm start` task

github.com/jekyll/jekyll-admin - b7ebe04f0a109bc1798b1f2d1e35670fa6394586 authored about 5 years ago by Ashwin Maroli <[email protected]>
Improve test coverage for Button component

github.com/jekyll/jekyll-admin - 1e69e25687da3a79f164a1ccea1cf51245805baa authored about 5 years ago by Ashwin Maroli <[email protected]>
Compute data file's extname just once (#511)

github.com/jekyll/jekyll-admin - 0d6289e1dca8bf9d426c3656ffe84981ea10fb96 authored about 5 years ago by Ashwin Maroli <[email protected]>
Freeze Ruby string literals with the pragma (#509)

* Freeze all string literals with `frozen_string_literal: true` magic comment.
* Require at lea...

github.com/jekyll/jekyll-admin - dc01f8668deb6c4fcd225207f1e0274f0fec04ac authored about 5 years ago by Ashwin Maroli <[email protected]>
Create FUNDING.yml

github.com/jekyll/jekyll-admin - a944c75e0f5e70bfb297790fe6e5898a06dace41 authored about 5 years ago by Mert Kahyaoğlu <[email protected]>
Have Datafiles.js be consistent with similar views

github.com/jekyll/jekyll-admin - 5b42aee1157dcca82cd5d3664736ce28732b9845 authored about 5 years ago by Ashwin Maroli <[email protected]>
Allow drawing tables easily in the Markdown editor (#508)

github.com/jekyll/jekyll-admin - 90e9db1ae42c1bbe7a17ca97f7e07ff7990f16fe authored about 5 years ago by Ashwin Maroli <[email protected]>
Update appveyor badge

github.com/jekyll/jekyll-admin - c99822308eaa1a38b20dffc4755c51324729997d authored about 5 years ago by mertkahyaoglu <[email protected]>
Update installing gem for appveyor

github.com/jekyll/jekyll-admin - a707581b087d493dee7bd59f8a4939749f31642f authored about 5 years ago by mertkahyaoglu <[email protected]>
Update ruby version for appveyor

github.com/jekyll/jekyll-admin - 346a4a39bc5b1f641115cf4b13666e1a6dd005a8 authored about 5 years ago by mertkahyaoglu <[email protected]>
Refresh aesthetics of admin interface (#507)

* Reduce size of container headers and table cells to allow
rendering more content in the...

github.com/jekyll/jekyll-admin - 253b052514928bc89f73f73aa68111321833fe70 authored about 5 years ago by Ashwin Maroli <[email protected]>
Modernize styling of notification messages (#506)

github.com/jekyll/jekyll-admin - 6a5344d67c4ac018d738d56038c915d0f29f3e4d authored over 5 years ago by Ashwin Maroli <[email protected]>
Collapse collection items in Sidebar (#503)

- Renders as the first item in the Sidebar giving it ample space to
expand downwards.
...

github.com/jekyll/jekyll-admin - 8723f071615067889056a1c67c3a7d29266fc837 authored over 5 years ago by Ashwin Maroli <[email protected]>
Allow use in sites with custom `collections_dir` (#504)

github.com/jekyll/jekyll-admin - 696e45a09a6a0821f300e9d486b05ec8c981675d authored over 5 years ago by Ashwin Maroli <[email protected]>
Generate pretty JSON at `/_api/**/*` (#328)

To improve readability especially during development

github.com/jekyll/jekyll-admin - 167b2bf3b7036aef3f88a27b44331f051ef1dbb0 authored over 5 years ago by Ashwin Maroli <[email protected]>
Fix latest offenses picked by rubocop-performance

github.com/jekyll/jekyll-admin - 73659215ecaf91250baa8c3ba7a648bb79f63829 authored over 5 years ago by Ashwin Maroli <[email protected]>
RuboCop: Exclude ruby files in vendor directory

github.com/jekyll/jekyll-admin - e5976b79d563eb89a3bda16d0d78ca5c72a022f7 authored over 5 years ago by Ashwin Maroli <[email protected]>
Revert "Travis: Explicitly install gems to `vendor/bundle`"

This reverts commit 9a86587639e614988abf959d025874e9a063cf35.

github.com/jekyll/jekyll-admin - 5c6b40a57ed069afe2e5660aabd095022d5d1147 authored over 5 years ago by Ashwin Maroli <[email protected]>
Travis: Explicitly install gems to `vendor/bundle`

github.com/jekyll/jekyll-admin - 9a86587639e614988abf959d025874e9a063cf35 authored over 5 years ago by Ashwin Maroli <[email protected]>
Release :gem: v0.9.0

github.com/jekyll/jekyll-admin - 3e175d4e16a969e8ae98e9d34e64248273f63fef authored over 5 years ago by Ashwin Maroli <[email protected]>
Upgrade Node dependencies across semver-minor (#500)

The only exception being `node-sass` which requires a major version-bump
to support Node 10

github.com/jekyll/jekyll-admin - 2b02b11a90ae74b5d732b470efc7dcc9d11b4ed0 authored over 5 years ago by Ashwin Maroli <[email protected]>
Update Jekyll server monkey-patch to mirror Core (#499)

* Mark the methods as `private` since #start_up_webrick is a private method
in the upstream c...

github.com/jekyll/jekyll-admin - af53dd86a3d8e007aea6f10e20655667699c27aa authored over 5 years ago by Ashwin Maroli <[email protected]>
Adjust gemspec to allow use with Jekyll 4.0 (#492)

* Allow use with Jekyll 4.0
* Allow testing with specific Jekyll versions

github.com/jekyll/jekyll-admin - ac28fcd56dedd364839a246d85fe3e76a5d59cb2 authored over 5 years ago by Hưng Đào <[email protected]>
Use `rubocop-jekyll` to enforce Jekyll's styles (#497)

To stop inheriting `rubocop.yml` from the *latest* version of Jekyll as that may cause false CI ...

github.com/jekyll/jekyll-admin - 287bc4528b95d2b0c9c4cfd8c3c3db96746a9c3a authored over 5 years ago by Ashwin Maroli <[email protected]>
Fix plugin name in documentation (#496)

github.com/jekyll/jekyll-admin - e170d87e847ad1f1cdf109b16eb6d9aadbe8b1e6 authored over 5 years ago by İsmail Arılık <[email protected]>
Fix URL to docs about installing plugins (#495)

github.com/jekyll/jekyll-admin - 61ed01fa17a3c266f628e2d74d16f7d3ecf4649b authored over 5 years ago by İsmail Arılık <[email protected]>
Merge pull request #488 from coliff/patch-2

HTTPS and update links in README

github.com/jekyll/jekyll-admin - 24e5a4ef3e65ecea5b0cb0fb0949dab71f21746f authored over 5 years ago by Mert Kahyaoğlu <[email protected]>
HTTPS and update links in README

github.com/jekyll/jekyll-admin - c8f64b285ebbe75583bffc0247e2459576c7e6c4 authored over 5 years ago by Christian Oliff <[email protected]>
Merge pull request #486 from lexoyo/master

The data files are getting deleted when editing in Raw Editor, fix #482

github.com/jekyll/jekyll-admin - bc053b3b93faba679e8666091c42c47970e3bb5e authored almost 6 years ago by Mert Kahyaoğlu <[email protected]>
fixed order of data files in the tests

github.com/jekyll/jekyll-admin - 584e4df30e21f79a42de13313209bf9dd320ab97 authored almost 6 years ago by Alex Hoyau <[email protected]>
The data files are getting deleted when editing in Raw Editor, fix #482

github.com/jekyll/jekyll-admin - 2daf7b2767ca9b0aabcc1e06c7afc804502a8e8e authored almost 6 years ago by Alex Hoyau <[email protected]>
Merge pull request #485 from RDIL/patch-1

Add meta charset tag

github.com/jekyll/jekyll-admin - e972ab46d5dd94ea28b7d70479a54d61fdfe49aa authored almost 6 years ago by Mert Kahyaoğlu <[email protected]>
Add meta charset tag

github.com/jekyll/jekyll-admin - d56fd83a52685ff3ad9a8b262b3bd57f0a343377 authored almost 6 years ago by Reece Dunham <[email protected]>
Merge pull request #470 from jekyll/release

Release v0.8.1

github.com/jekyll/jekyll-admin - d6cc68a65a863c75b69223dfe0817f95e9cac27b authored over 6 years ago by Mert Kahyaoğlu <[email protected]>
remove siteleaf ad

github.com/jekyll/jekyll-admin - f8a1d183464b70f2fdc7f4f90f3b4899cc65f526 authored over 6 years ago by Mert Kahyaoğlu <[email protected]>
up snapshot

github.com/jekyll/jekyll-admin - 519476a3ba2b3edece4999abf989dca8b902d91d authored over 6 years ago by Mert Kahyaoğlu <[email protected]>
release v0.8.1

github.com/jekyll/jekyll-admin - 754bd75a62aa1093f06f929172de95a5b1df8195 authored over 6 years ago by Mert Kahyaoğlu <[email protected]>
Merge pull request #468 from jamesluberda/livereload-support

support livereload when jekyll-admin is installed

github.com/jekyll/jekyll-admin - f3a38938fcd7b603b7e23cba1641fcbc96172cb0 authored over 6 years ago by Mert Kahyaoğlu <[email protected]>
deleted test folder to resolve rspec example failure

github.com/jekyll/jekyll-admin - 39a92d5dba80b5a271bef3ba335744b5b6233865 authored over 6 years ago by James Luberda <[email protected]>
upgraded rubocop to 0.57.2; added two cop configuration changes to .rubocop.yml

github.com/jekyll/jekyll-admin - 1fabd444fa370b031bc5e8a74e8deb41f63e483b authored over 6 years ago by James Luberda <[email protected]>
added livereload call to server startup

github.com/jekyll/jekyll-admin - cddf335f988ae4f2a5768c91ae92d4c1467511e8 authored over 6 years ago by James Luberda <[email protected]>
Merge pull request #455 from eltrino/master

Added auth options to fetch calls

github.com/jekyll/jekyll-admin - 0c5e7fa515d8a674e6996fedcc2cd5062fcc7784 authored almost 7 years ago by Mert Kahyaoğlu <[email protected]>
Added auth options to fetch calls

github.com/jekyll/jekyll-admin - c038321c13a8e04c73e5d0dc8828d24ca5dad3f9 authored almost 7 years ago by Dmytro Vasylenko <[email protected]>
Merge pull request #452 from jekyll/version

Release 0.8.0

github.com/jekyll/jekyll-admin - db3bd5cd69771daa03d0f801337b1a192647c9e1 authored almost 7 years ago by Mert Kahyaoğlu <[email protected]>
update snapshot

github.com/jekyll/jekyll-admin - 156b1feb42541e11cab7e37d6d83bb88aee104bd authored almost 7 years ago by Mert Kahyaoğlu <[email protected]>
release version

github.com/jekyll/jekyll-admin - 6e721f2feddee0103fe9d82839406d5641679c44 authored almost 7 years ago by Mert Kahyaoğlu <[email protected]>
Merge pull request #448 from PeterDaveHelloKitchen/optimize-png-image

Re-compress logo image

github.com/jekyll/jekyll-admin - b9fa25f896c8b0c9aba4101713cbcae8749fa62b authored almost 7 years ago by Mert Kahyaoğlu <[email protected]>
Optimize PNG images losslessly via Google zopflipng

github.com/jekyll/jekyll-admin - d1fcdcf4916718e3ccdf2df5af3fe7cb3e0db9c5 authored almost 7 years ago by Peter Dave Hello <[email protected]>
Merge pull request #446 from DirtyF/patch-1

Update Copyright notice

github.com/jekyll/jekyll-admin - cfe9486d59570b6e3b9106696d855e8778c857e8 authored about 7 years ago by Mert Kahyaoğlu <[email protected]>
Update LICENSE

github.com/jekyll/jekyll-admin - 9bcdbbd7b10a15bf8db84eec5616c25dda8a1711 authored about 7 years ago by Frank Taillandier <[email protected]>
Merge pull request #438 from JohannesMP/master

Add Config Page to Documentation

github.com/jekyll/jekyll-admin - be0932fa6c5c1dad1a302e9c44e4fcb503d8ab5a authored about 7 years ago by Mert Kahyaoğlu <[email protected]>
Added configs page and updated sidebar

github.com/jekyll/jekyll-admin - 3d95d9f60a6f3fe4f14310418cb9c0120e6102bf authored about 7 years ago by Johannes Peter <[email protected]>
replaced deprecated 'gems' config with 'plugins'

github.com/jekyll/jekyll-admin - 30eda89f6d76466061f0794c9256299a3ad849a5 authored about 7 years ago by Johannes Peter <[email protected]>
Merge pull request #434 from coliff/patch-1

correct capitalisation of JavaScript

github.com/jekyll/jekyll-admin - 171d77c718dc011e855a49fd3c6bb5361c2f83d7 authored about 7 years ago by Mert Kahyaoğlu <[email protected]>
correct capitalisation of JavaScript

github.com/jekyll/jekyll-admin - a4ab95145397f4e1eccb80f64f574cf674d921da authored about 7 years ago by Christian Oliff <[email protected]>
Merge pull request #431 from gkal19/master

add: ptBr.js

github.com/jekyll/jekyll-admin - ec8e39b93db46f60f856ea9d54e7da2582ffd19c authored about 7 years ago by Mert Kahyaoğlu <[email protected]>
add: ptBr.js

Added Brazilian Portuguese translation

github.com/jekyll/jekyll-admin - 2985eff58e471b57cf98534586cbd95770d27f60 authored about 7 years ago by Gabriel Kalani <[email protected]>
Merge pull request #424 from jekyll/snapshot

Add snapshot tests

github.com/jekyll/jekyll-admin - 3415b5a15d4b98d0b41211f00a6a9ae13654a5b4 authored about 7 years ago by Mert Kahyaoğlu <[email protected]>
fix tests

github.com/jekyll/jekyll-admin - 3e31f043dec153e3f7dfd2923cf937431f765bea authored about 7 years ago by mertkahyaoglu <[email protected]>
fix spec test

github.com/jekyll/jekyll-admin - 0936863d6c1e4dba48098c720c5f4c92cedce58f authored about 7 years ago by mertkahyaoglu <[email protected]>
add root level containers tests

github.com/jekyll/jekyll-admin - 5bacac5de603f842041a85eb104f9e3db1427d05 authored about 7 years ago by mertkahyaoglu <[email protected]>
Merge pull request #423 from jekyll/prop-types

Babel Bump & Prop Types & Lint

github.com/jekyll/jekyll-admin - de3a8e14ae39697c07164217385ea1c929aef61a authored about 7 years ago by Mert Kahyaoğlu <[email protected]>
more cleanup

github.com/jekyll/jekyll-admin - 15ba5c14a0fb644b9fe01f2c78ec9c05d269629d authored about 7 years ago by mertkahyaoglu <[email protected]>
use openDropzone method

github.com/jekyll/jekyll-admin - bd73316ceb7846644755fa6be181a12e72fbed66 authored about 7 years ago by mertkahyaoglu <[email protected]>
fix drafts document title

github.com/jekyll/jekyll-admin - c81494c01b41bcccc36dc514683d3f2129f0f88d authored about 7 years ago by mertkahyaoglu <[email protected]>
more prettier

github.com/jekyll/jekyll-admin - 16e6fab37fc923b221a303fea489deb255803220 authored about 7 years ago by mertkahyaoglu <[email protected]>
class properties

github.com/jekyll/jekyll-admin - e638f363b4810014e340168e0ffd134183116c42 authored about 7 years ago by mertkahyaoglu <[email protected]>
init

activate lint-staged

init

github.com/jekyll/jekyll-admin - 08622994fc681ae14c99d574476fcda7dde20595 authored about 7 years ago by mertkahyaoglu <[email protected]>
Merge pull request #421 from jekyll/ducks

Implement Ducks: Modular Redux

github.com/jekyll/jekyll-admin - 095457ab145631f721af7722ab9e489816d274c2 authored about 7 years ago by Mert Kahyaoğlu <[email protected]>
delete actionTypes

github.com/jekyll/jekyll-admin - 0d66f4dc753fdf2d888c688b6cf44e9eb4298e5b authored about 7 years ago by mertkahyaoglu <[email protected]>
Merge remote-tracking branch 'origin/master' into ducks

github.com/jekyll/jekyll-admin - c2a304034f9b4c9bbb50a37297688792cbc27027 authored about 7 years ago by mertkahyaoglu <[email protected]>
revert _config.yml

github.com/jekyll/jekyll-admin - 0e9e844f30da26a4c3e57ab7bf4fcfcc80bcfb6b authored about 7 years ago by mertkahyaoglu <[email protected]>
Merge pull request #367 from ashmaroli/drafts-api

Add support for editing drafts via admin interface

github.com/jekyll/jekyll-admin - 6c4da4989492b93e01cf21be429a7a6fd0497600 authored about 7 years ago by Mert Kahyaoğlu <[email protected]>
Add documentation on handling draft resources

github.com/jekyll/jekyll-admin - 18a96489b9df48512cd645bbaec9938f6d0747bd authored about 7 years ago by Ashwin Maroli <[email protected]>