https://github.com/rivsc/hyde_admin
Hyde_admin is an admin app for Jekyll (static site generator in Ruby).
https://github.com/rivsc/hyde_admin
admin-dashboard cms jekyll jekyll-plugin roda ruby
Last synced: about 1 year ago
JSON representation
Hyde_admin is an admin app for Jekyll (static site generator in Ruby).
- Host: GitHub
- URL: https://github.com/rivsc/hyde_admin
- Owner: rivsc
- Created: 2021-09-23T13:28:31.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-17T12:24:15.000Z (over 1 year ago)
- Last Synced: 2025-04-13T05:43:41.198Z (about 1 year ago)
- Topics: admin-dashboard, cms, jekyll, jekyll-plugin, roda, ruby
- Language: HTML
- Homepage:
- Size: 522 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
## Hyde admin
Hyde_admin is a administration frontend for Jekyll (static site generator in Ruby).

## Getting Started with Hyde Admin
# Prerequisite
Install ImageMagick (required by mini_magick)
```
apt install imagemagick
```
# Install
Add
```
gem 'hyde_admin'
```
In the Gemfile of your jekyll site.
Run
`bundle update`
# Run hyde_admin
Run
`hyde_admin`
in your jekyll directory.
You can visit http://localhost:9292/ !
hyde_admin.yml is automatically generated in your jekyll directory.
(you can change settings with hyde_admin at http://localhost:9292/configuration or directly with text editor)
Hyde_admin allow ssh deployment with rsync.
## New version of hyde_admin ?
Just install the lastest config file (your config file will be renamed, and latest config file will be installed), run :
`hyde_admin_config`
## Error when bundle install
Try this [https://stackoverflow.com/questions/30818391/gem-eventmachine-fatal-error-openssl-ssl-h-file-not-found](https://stackoverflow.com/questions/30818391/gem-eventmachine-fatal-error-openssl-ssl-h-file-not-found)