/
githubmirror
/
jekyll
Обзор
Документация
Войти
/
githubmirror
/
jekyll
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/source/_slides/example-slide-4.html
15 строк
702 B
Andreas Deininger
Improve links (http -> https) (#9064)
21 июн 2022, 06:35
Не верифицирован
21 июн 2022, 06:35
a0c6b4c
Код
Авторство
О чём код?
--- slug: so-what-is-jekyll-exactly layout: slide --- Jekyll is a simple, blog-aware, static site generator. It takes a template directory containing raw text files in various formats, runs it through [Markdown](https://daringfireball.net/projects/markdown/) (or [Textile](https://www.promptworks.com/textile)) and [Liquid](https://help.shopify.com/themes/liquid/basics) converters, and spits out a complete, ready-to-publish static website suitable for serving with your favorite web server. Jekyll also happens to be the engine behind [GitHub Pages](https://pages.github.com/), which means you can use Jekyll to host your project’s page, blog, or website from GitHub’s servers **for free**.