overkyll-jekyll-theme 0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +55 -0
  3. metadata +88 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 742b7d26bae73f369d539e50bf0c42dde788c770
4
+ data.tar.gz: 05028bc660db4b76cb86825da32675e38aebdfc0
5
+ SHA512:
6
+ metadata.gz: 1a96df447354fd08d3cb9fa3c06a31c69a79a2f491f807e9d80d48411b3d8a5fc5b0593c86764498411894540c74fd2fb4922b2fd5d803420ce3f429e39bbb00
7
+ data.tar.gz: 1611cf7888c1492c3a6d7df2176fb1b9185aa8e3066fcd2022ca5953d3bd9c5ea1fc67f70b3f330218b8de10060390a1c5d75d6d0892b9a352aa5e42912bef67
data/README.md ADDED
@@ -0,0 +1,55 @@
1
+ # Overkyll Jekyll Theme
2
+
3
+ # Install as Gem Theme
4
+ Jekyll requires Ruby so make sure Ruby is installed before you begin.
5
+
6
+ ### Start a New Site
7
+ - Install Jekyll and Bundler
8
+ - `gem install bundler`
9
+ - Create a New Site
10
+ - `jekyl new mysite`
11
+ - Move into that directory
12
+ - `cd mysite`
13
+ - Install Required Gems
14
+ - `bundle install`
15
+ - Verify
16
+ - Run `jekyll serve`
17
+ - Browse to [http://localhost:4000](http://localhost:4000)
18
+ - Download Overkyll Theme
19
+ - Replace the line `gem "minima"` with this:
20
+ - `gem "overkyll-jekyll-theme"`
21
+ - Run `bundle install`
22
+ - Tell Jekyll to use Overkyll Theme
23
+ - Open `_config.yml` and change the line `theme: minima` to this:
24
+ - `theme: overkyll-jekyll-theme`
25
+ - Import the Overkyll CSS
26
+ - Open your `css/style.css` and change the line `@import "minima;"` to this:
27
+ - `@import "overkyll";`
28
+
29
+
30
+ ### Migrate an Existing Site
31
+ **NOTE** This requires you to be upgraded to at least Jekyll 3.2 which added support for themes.
32
+
33
+ - Download Overkyll Theme
34
+ - Replace the line `gem "minima"` with this:
35
+ - `gem "overkyll-jekyll-theme"`
36
+ - Run `bundle install`
37
+ - Tell Jekyll to use Overkyll Theme
38
+ - Open `_config.yml` and change the line `theme: minima` to this:
39
+ - `theme: overkyll-jekyll-theme`
40
+ - Import the overkyll CSS
41
+ - Open your `css/style.css` and change the line `@import "minima;"` to this:
42
+ - `@import "overkyll";`
43
+
44
+ # Jekyll 2.x Method
45
+ Jekyll requires Ruby so make sure Ruby is installed before you begin.
46
+
47
+ - Download this site
48
+ - `git clone https://github.com/bertrandkeller/overkyll-jekyll-theme.git`
49
+ - Move into its directory
50
+ - `cd overkyll-jekyll-theme`
51
+ - Install Required Gems
52
+ - `bundle install`
53
+ - Verify
54
+ - Run `jekyll serve`
55
+ - Browse to [http://localhost:4000](http://localhost:4000)
metadata ADDED
@@ -0,0 +1,88 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: overkyll-jekyll-theme
3
+ version: !ruby/object:Gem::Version
4
+ version: '0.1'
5
+ platform: ruby
6
+ authors:
7
+ - bertrandkeller
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2016-09-22 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: jekyll
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '3.2'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '3.2'
27
+ - !ruby/object:Gem::Dependency
28
+ name: bundler
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '1.12'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '1.12'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rake
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '10.0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '10.0'
55
+ description:
56
+ email:
57
+ - bertrand.keller@gmail.com
58
+ executables: []
59
+ extensions: []
60
+ extra_rdoc_files: []
61
+ files:
62
+ - README.md
63
+ homepage: https://github.com/bertrandkeller/overkyll-jekyll-theme
64
+ licenses:
65
+ - MIT
66
+ metadata: {}
67
+ post_install_message:
68
+ rdoc_options: []
69
+ require_paths:
70
+ - lib
71
+ required_ruby_version: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ required_rubygems_version: !ruby/object:Gem::Requirement
77
+ requirements:
78
+ - - ">="
79
+ - !ruby/object:Gem::Version
80
+ version: '0'
81
+ requirements: []
82
+ rubyforge_project:
83
+ rubygems_version: 2.5.2
84
+ signing_key:
85
+ specification_version: 4
86
+ summary: A simple starter theme with an ITCSS Sass files organisation, a flexbox grid
87
+ and modular typography
88
+ test_files: []