Typo fix - update to hooks and 3rd party deployment and one other article (#9411)
Merge pull request 9411
This commit is contained in:
parent
a6b861cd95
commit
d99471332d
|
|
@ -39,7 +39,7 @@ Use [Kickster](https://kickster.nielsenramon.com/) for automated deploys to GitH
|
||||||
|
|
||||||
Kickster provides a basic Jekyll project setup packed with web best practices and useful optimization tools increasing your overall project quality. Kickster ships with automated and worry-free deployment scripts for GitHub Pages.
|
Kickster provides a basic Jekyll project setup packed with web best practices and useful optimization tools increasing your overall project quality. Kickster ships with automated and worry-free deployment scripts for GitHub Pages.
|
||||||
|
|
||||||
Install the Kickster gem and you are good to go. More documentation can here found [here](https://github.com/nielsenramon/kickster#kickster). If you do not want to use the gem or start a new project you can just copy paste the deployment scripts for [Travis CI](https://github.com/nielsenramon/kickster/tree/master/snippets/travis) or [Circle CI](https://github.com/nielsenramon/kickster#automated-deployment-with-circle-ci).
|
Install the Kickster gem and you are good to go. More documentation can be found [here](https://github.com/nielsenramon/kickster#kickster). If you do not want to use the gem or start a new project you can just copy paste the deployment scripts for [Travis CI](https://github.com/nielsenramon/kickster/tree/master/snippets/travis) or [Circle CI](https://github.com/nielsenramon/kickster#automated-deployment-with-circle-ci).
|
||||||
|
|
||||||
## Netlify
|
## Netlify
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -212,6 +212,7 @@ The complete list of available hooks:
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<p>After converting the post content, but before rendering the postlayout</p>
|
<p>After converting the post content, but before rendering the postlayout</p>
|
||||||
|
<p>After converting the post content, but before rendering the post layout</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue