Skip to content

Commit 1366291

Browse files
author
Phil Hawksworth
authored
Merge pull request #515 from NicoHood/patch-1
Use https Good catch! Thanks
2 parents 052953d + 0c4398b commit 1366291

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/site/generators/jekyll.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Jekyll
33
repo: jekyll/jekyll
4-
homepage: http://jekyllrb.com
4+
homepage: https://jekyllrb.com
55
language:
66
- Ruby
77
license:
@@ -13,7 +13,7 @@ twitter: jekyllrb
1313
startertemplaterepo: https://github.com/netlify-templates/jekyll-base
1414
---
1515

16-
Jekyll is a simple, blog-aware, static site generator perfect for personal, project, or organization sites. Think of it like a file-based CMS, without all the complexity. Jekyll takes your content, renders Markdown and Liquid templates, and spits out a complete, static website ready to be served by Apache, Nginx or another web server. Jekyll is the engine behind [GitHub Pages](http://pages.github.com), which you can use to host sites right from your GitHub repositories.
16+
Jekyll is a simple, blog-aware, static site generator perfect for personal, project, or organization sites. Think of it like a file-based CMS, without all the complexity. Jekyll takes your content, renders Markdown and Liquid templates, and spits out a complete, static website ready to be served by Apache, Nginx or another web server. Jekyll is the engine behind [GitHub Pages](https://pages.github.com), which you can use to host sites right from your GitHub repositories.
1717

1818
### Philosophy
1919

0 commit comments

Comments
 (0)