simpol-jekyll-theme 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +32 -7
  3. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 62ffded31c6edfee01cc9233cf5301dda1b0e9b3
4
- data.tar.gz: f0fb0ce96c7a17cd92b488acede1fa8807ba6961
3
+ metadata.gz: 017e1605b5430cfa9d5064844af0cbfe74b97402
4
+ data.tar.gz: d7cbd2ba5331bbd23057a667da41d1070ddd1de0
5
5
  SHA512:
6
- metadata.gz: 8cf98e68e861f21290bc03b6f7006525bfa0fcff04421ab5a1d2eced9fa073be6a7c7f3bf70c4cdec6e7aa44456b45e592797ac12875f59124915e468a9ca53e
7
- data.tar.gz: 4ce63a17f67a63cd7d2179e09758f03ac90465e617d932d14b5fb583663db96944fe2df83ed60a2a0e13f750a07213292b49cb03f2adb04d3b7ff588cab2fbd5
6
+ metadata.gz: 2bb3847c810d3488623d3cd745f57699f1bfdc8ac8daad8d51f796cd354bc55618bf627a327f79b17bd80977817bcfa53e4d2ef8ba47ddb31cd0449438e15946
7
+ data.tar.gz: 5ca513e0f53cefc299e62398c72b19c05983ce8daf65959854fe413089a9db0d95c264d32fc061068e67e8e57d4cf8786d3cfc5604df04eeec7b1ba4d6fee8e5
data/README.md CHANGED
@@ -4,9 +4,9 @@ Simpol is a minimal, clean, and open source Jekyll theme for Github Pages.
4
4
 
5
5
  >### Focus on the writing, the content.
6
6
 
7
- ![Screenshot](https://raw.githubusercontent.com/scottmathson/simpol-theme/master/simpol-theme-screenshot.jpg)
7
+ ![Screenshot](https://user-images.githubusercontent.com/178448/31042735-75abfb14-a563-11e7-9a32-d8f76384c90f.jpg)
8
8
 
9
- - [Install the theme](#installation)
9
+ - [Installation](#installation)
10
10
  - [Current features](#current-features)
11
11
  - [Credits](#credits)
12
12
  - [Resources](#resources)
@@ -17,20 +17,45 @@ Simpol is a minimal, clean, and open source Jekyll theme for Github Pages.
17
17
 
18
18
  1. [Fork the repo](https://github.com/scottmathson/simpol-theme#fork-destination-box)
19
19
  2. Clone down the repo with `$ git clone git@github.com:username/reponame.git`
20
- 3. Delete the `simpol-theme-screenshot.jpg` file
21
- 4. Install bundler with `$ gem install bundler`
22
- 5. Install gems with `$ bundle install`
23
- 6. Run Jekyll with `$ bundle exec jekyll serve`
24
- 7. Have fun!
20
+ 3. Install bundler with `$ gem install bundler`
21
+ 4. Install gems with `$ bundle install`
22
+ 5. Run Jekyll with `$ bundle exec jekyll serve`
23
+ 6. Have fun!
25
24
 
26
25
  ### As a Jekyll theme gem
27
26
 
27
+ [![Gem Version](https://badge.fury.io/rb/simpol-jekyll-theme.svg)](https://badge.fury.io/rb/simpol-jekyll-theme)
28
+
29
+ Simply run `gem install simpol-jekyll-theme` to download the latest Gem
30
+
31
+ Or:
32
+
28
33
  1. Download the theme, [quick download link](https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/scottmathson/simpol-theme/tree/master/)
29
34
  2. Install bundler with `$ gem install bundler`
30
35
  3. Install gems with `$ bundle install`
31
36
  4. Run Jekyll with `$ bundle exec jekyll serve`
32
37
  5. Have fun!
33
38
 
39
+ ### Run with Docker
40
+
41
+ - Docker Installation guide can be found here: https://docs.docker.com/engine/installation
42
+
43
+ You can start the site locally by browsing to the project's directory and running `docker-compose up`.
44
+
45
+ You should see the following:
46
+
47
+ ```bash
48
+ simpol-theme | Configuration file: /srv/jekyll/_config.yml
49
+ simpol-theme | Source: /srv/jekyll
50
+ simpol-theme | Destination: /srv/jekyll/_site
51
+ simpol-theme | Incremental build: enabled
52
+ simpol-theme | Generating...
53
+ simpol-theme | done in x.xxx seconds.
54
+ simpol-theme | Auto-regeneration: enabled for '/srv/jekyll'
55
+ simpol-theme | Server address: http://0.0.0.0:4000/
56
+ simpol-theme | Server running... press ctrl-c to stop.
57
+ ```
58
+
34
59
  ## Current Features
35
60
 
36
61
  * Minimal design and feel.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simpol-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scott Mathson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-25 00:00:00.000000000 Z
11
+ date: 2017-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -86,16 +86,16 @@ dependencies:
86
86
  requirements:
87
87
  - - "~>"
88
88
  - !ruby/object:Gem::Version
89
- version: '1.14'
89
+ version: '1.16'
90
90
  type: :development
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - "~>"
95
95
  - !ruby/object:Gem::Version
96
- version: '1.14'
97
- description: Simpol Jekyll Theme, a content writer's best friend. Setup a Jekyll blog
98
- and start writing, fast. Focus on the writing, the content.
96
+ version: '1.16'
97
+ description: Simpol Jekyll Theme, a content writer's and minimalist's best friend.
98
+ Setup a Jekyll blog and start writing, fast. Focus on the writing, the content.
99
99
  email:
100
100
  - simpol@scottmathson.com
101
101
  executables: []