Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-23T17:05:40.000Z (about 2 years ago)
- Last Synced: 2024-03-24T17:02:50.423Z (10 months ago)
- Topics: admin-dashboard, cms, jekyll, jekyll-plugin, roda, ruby
- Language: HTML
- Homepage:
- Size: 521 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).
![Hyde_admin for jekyll](hyde_admin_for_jekyll.png)
## 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)