@@ -36,7 +36,7 @@ for ease of use along with a default, minimal theme.
36
36
- All required files to run a Jekyll site in minutes on Heroku.
37
37
- [ jekyll-theme-minimal] [ jekyll-theme-minimal ] - Default minimal theme installed.
38
38
- ` static.json ` - used by the Heroku static buildpack.
39
- - ` Rakefile ` - the Heroku Ruby buildpack runs rake assets: precompile
39
+ - ` Rakefile ` - the Heroku Ruby buildpack runs ` rake assets:precompile `
40
40
when it’s available.
41
41
- ` config.ru ` - the config file that enables this gem to serve your app on
42
42
Heroku using [ RackJekyll] [ rack ] .
@@ -48,11 +48,11 @@ These plugins are installed by default:
48
48
- [ jemoji] [ jemoji ]
49
49
- [ jekyll-mentions] [ jekyll-mentions ]
50
50
- [ jekyll-feed] [ jekyll-feed ]
51
- - Generates an XML Feed at ` http://yourdomain.com/feed.xml `
51
+ - Generates an XML Feed at ` http://yourdomain.com/feed.xml `
52
52
- [ jekyll-seo-tag] [ jekyll-seo-tag ]
53
- - [ jekyll-sitemap] [ jekyll-sitemap ]
54
- - Generates a XML Sitemap at ` http://yourdomain.com/sitemap.xml `
55
- - Generates a ` robots.txt ` file at ` http://yourdomain.com/robots.txt `
53
+ - [ jekyll-sitemap] [ jekyll-sitemap ]
54
+ - Generates a XML Sitemap at ` http://yourdomain.com/sitemap.xml `
55
+ - Generates a ` robots.txt ` file at ` http://yourdomain.com/robots.txt `
56
56
- [ jekyll-paginate-v2] [ jekyll-paginate-v2 ]
57
57
- [ jekyll-include-cache] [ jekyll-include-cache ]
58
58
- [ jekyll-last-modified-at] [ jekyll-last-modified-at ]
74
74
75
75
1 . [ Heroku Toolbelt] [ toolbelt ] - the CLI interface to Heroku.
76
76
1 . A package manager for your Operating System:
77
- - macOS: [ Homebrew] [ brew ]
78
- - Windows: [ Chocolatey] [ choc ]
79
- - Linux: ` apt-get ` or ` yum ` (distro dependent)
77
+ - macOS: [ Homebrew] [ brew ]
78
+ - Windows: [ Chocolatey] [ choc ]
79
+ - Linux: ` apt-get ` or ` yum ` (distro dependent)
80
80
1 . [ Ruby] [ ruby ]
81
81
1 . [ Bundler] [ bundler ] - to manage Ruby gems (see below).
82
82
@@ -92,7 +92,7 @@ $ gem install bundler
92
92
### 3.1. Clone the Repository
93
93
94
94
The first step is to clone this repository to a location on your computer. For
95
- this example we will assume that your default install location is a folder
95
+ this example we will assume that your default install location is a folder
96
96
called ` jekyll-heroku-starter-kit ` .
97
97
98
98
``` terminal
@@ -133,7 +133,7 @@ remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
133
133
### 3.3. Install required Gems
134
134
135
135
The ` Gemfile ` in this repository contains everything needed to setup Jekyll and
136
- get your app ready for publishing to Heroku. Run the following command to
136
+ get your app ready for publishing to Heroku. Run the following command to
137
137
install all the required dependencies.
138
138
139
139
``` terminal
@@ -152,9 +152,9 @@ $ heroku buildpacks:add https://github.com/heroku/heroku-buildpack-static
152
152
153
153
### 3.5. Running Jekyll Locally
154
154
155
- Once done with the above you should test your Jekyll installation to ensure
155
+ Once done with the above you should test your Jekyll installation to ensure
156
156
that you are able to run the site on your machine. This is very important
157
- before deploying your app to Heroku.
157
+ before deploying your app to Heroku.
158
158
159
159
Run the ` jekyll serve ` command to test your app.
160
160
@@ -177,7 +177,7 @@ Invalid theme folder: _includes
177
177
By visiting [ http://127.0.0.1:4000 ] [ localhost ] you should see your newly
178
178
built Jekyll site. This is an example of what you should be seeing.
179
179
180
- ![ ] [ livesite ]
180
+ ![ Jekyll Site ] [ livesite ]
181
181
182
182
## 4. Deployment
183
183
@@ -351,7 +351,7 @@ some way to make this project a reality.
351
351
- [ Andy Croll] [ andy ] - for his post on serving a Jekyll site on Heroku.
352
352
- [ Heroku] [ heroku ] - for their post on running Jekyll on their platform.
353
353
354
- [ deploy ] : #deployment
354
+ [ deploy ] : #4- deployment
355
355
[ CONTRIBUTING ] : CONTRIBUTING.md
356
356
[ COC ] : CODE_OF_CONDUCT.md
357
357
[ license ] : LICENSE
0 commit comments