-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update jekyll admin latest code into jekyll manager #43
base: master
Are you sure you want to change the base?
Conversation
Changed Danish translations to something more sensible
add Spanish localization strings
support directories for data files more robustly
Bring watch back
Release 0.7.0
Updating depreciated "gems" to "plugins"
Add support for editing drafts via admin interface
* Bump versions * Update snapshots
@AquisTech Thank you for expressing interest in this project. Functionality-wise there isn't much of a difference between the two projects. |
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](indutny/elliptic@v6.5.2...v6.5.3) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@ashmaroli I saw a few nice features like the dashboard or drafts. Can you guide me on how to use them in |
Jekyll Admin doesn't have the endpoint for a dashboard, but there is support for drafts |
That said if you still wish to try this plugin out, you have the option to build the gem from source (if you're comfortable with managing Node dependencies and Ruby). |
Thanks for the reference to Drafts feature. |
I will fork and will give it a try |
* Add option to change homepage * Fix typo * Add other routes for homepage as well
* Bump versions * Add `release` to package.json scripts
* Set up Continuous Integration via GH Actions * Disable closing of opened pipes on GitHub Actions * Delete TravisCI configuration
* Bump Ruby version * Switch Node version after installing Ruby deps * Install 64Bit NodeJS
To allow using newer versions of Sinatra libraries. Additionally add gem `rack-test` as development dependency.
Artifact gets deleted after 15 days
Artifact gets deleted after 15 days
* Bump Sinatra and associates to v4.0 * Bump minimum required Ruby version to Ruby 2.7 * Misc. updates to the Ruby side of dev environment
`request.body` is now `Rackup::Handler::WEBrick::Input` which does not respond to `:rewind` method.
Update jekyll admin latest code into jekyll manager
I wish to try jekyll-manager but it is on older version of jekyll. Also there are 200+ new commits in jekyll-admin.
So think it will be a good idea to sync changes.