Skip to content

Commit

Permalink
Typo fix - update to hooks and 3rd party deployment and one other art…
Browse files Browse the repository at this point in the history
…icle (#9411)

Merge pull request 9411
  • Loading branch information
mahab339 committed Aug 12, 2023
1 parent a6b861c commit d994713
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_docs/deployment/third-party.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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

Expand Down
1 change: 1 addition & 0 deletions docs/_docs/plugins/hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ The complete list of available hooks:
</td>
<td>
<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>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Use a SaaS service as a backend for functionality on your Jekyll site
- [Adding Ajax pagination to Jekyll](https://eduardoboucas.com/blog/2014/11/05/adding-ajax-pagination-to-jekyll.html)
- ['About this Website', by Carter Allen](http://cartera.me/2010/08/12/about-this-website/)

> "Jekyll is everything that I ever wanted in a blogging engine. Really. It isn't perfect, but what's excellent about it is that if there's something wrong, I know exactly how it works and how to fix it. It runs on the your machine only, and is essentially an added"build" step between you and the browser. I coded this entire site in TextMate using standard HTML5 and CSS3, and then at the end I added just a few little variables to the markup. Presto-chango, my site is built and I am at peace with the world."
> "Jekyll is everything that I ever wanted in a blogging engine. Really. It isn't perfect, but what's excellent about it is that if there's something wrong, I know exactly how it works and how to fix it. It runs on the your machine only, and is essentially an added "build" step between you and the browser. I coded this entire site in TextMate using standard HTML5 and CSS3, and then at the end I added just a few little variables to the markup. Presto-chango, my site is built and I am at peace with the world."
- A way to [extend Jekyll](https://github.com/rfelix/jekyll_ext) without forking and modifying the Jekyll gem codebase and some [portable Jekyll extensions](https://github.com/rfelix/jekyll_ext/wiki/Extensions) that can be reused and shared.
- [Using your Rails layouts in Jekyll](https://numbers.brighterplanet.com/2010/08/09/sharing-rails-views-with-jekyll)
Expand Down

0 comments on commit d994713

Please sign in to comment.