You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Jekyll plugin that provides users with a traditional CMS-style graphical interface to author content and administer Jekyll sites. The project is divided into two parts. A Ruby-based HTTP API that handles Jekyll and filesystem operations, and a Javascript-based front end, built on that API.
7
+
A Jekyll plugin that provides users with a traditional CMS-style graphical interface to author content and administer Jekyll sites. The project is divided into two parts. A Ruby-based HTTP API that handles Jekyll and filesystem operations, and a JavaScript-based front end, built on that API.
8
8
9
9

10
10
11
11
## Installation
12
12
13
13
Refer to the [installing plugins](https://jekyllrb.com/docs/plugins/#installing-a-plugin) section of Jekyll's documentation and install the `jekyll-admin` plugin as you would any other plugin. Here's the short version:
14
14
15
-
1. Add the following to your site's Gemfile:
15
+
1.Add the following to your site's Gemfile:
16
16
17
17
```ruby
18
18
gem 'jekyll-admin', group::jekyll_plugins
19
19
```
20
20
21
-
2. Run`bundle install`
21
+
2. Run`bundle install`
22
22
23
23
## Usage
24
24
25
-
1. StartJekyll as you would normally (`bundle exec jekyll serve`)
26
-
2. Navigate to `http://localhost:4000/admin` to access the administrative interface
25
+
1. StartJekyll as you would normally (`bundle exec jekyll serve`)
26
+
2. Navigate to `http://localhost:4000/admin` to access the administrative interface
27
27
28
28
## Options
29
29
@@ -45,10 +45,6 @@ jekyll_admin:
45
45
46
46
Interestedin contributing to JekyllAdmin? We’d love your help. JekyllAdmin is an open source project, built one contribution at a time by users like you. See [the contributing instructions](.github/CONTRIBUTING.md), and [the development docs](http://jekyll.github.io/jekyll-admin/development/) for more information.
47
47
48
-
## Looking for a hosted version?
49
-
50
-
JekyllAdmin is intended to be run on your computer alongside your local Jekyll installation. If you're looking for a hosted version, we'd recommend checking out [Siteleaf](https://www.siteleaf.com/) a hosted Jekyll editor with deep GitHub integration (whom we'd also like to thank for inspiring parts of Jekyll Admin itself!).
51
-
52
48
## License
53
49
54
50
The gem is available as open source under the terms of the [MITLicense](http://opensource.org/licenses/MIT).
0 commit comments