Skip to content

Commit 3282f92

Browse files
committed
Sat Jan 31 15:58:07 MST 2026
1 parent a072e84 commit 3282f92

File tree

652 files changed

+163964
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

652 files changed

+163964
-0
lines changed
Lines changed: 268 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,268 @@
1+
<!DOCTYPE html>
2+
<html lang="en-us">
3+
4+
<head>
5+
6+
<link href="http://gmpg.org/xfn/11" rel="profile">
7+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
8+
<meta http-equiv="content-type" content="text/html; charset=utf-8">
9+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
10+
<meta name="title" content="What's Jekyll? &middot; Polyglot">
11+
<meta name="description" content="A i18n support plugin for Jekyll that makes multi-language support fast and intuitive, for blogs big and small.">
12+
<meta name="keywords" content="multilingual, i18n, jekyll, polyglot, fast, intuitive, untra, github, pages, blog, plugin, ruby, gem, internationalization, localization, translation, language, support, multi-language, multi-lingual">
13+
<link rel="canonical" href="https://polyglot.untra.io/2012/02/06/whats-jekyll/"/>
14+
<link rel="alternate" hreflang="en" href="https://polyglot.untra.io/2012/02/06/whats-jekyll/"/>
15+
<link rel="alternate" hreflang="x-default" href="https://polyglot.untra.io/2012/02/06/whats-jekyll/"/>
16+
<link rel="alternate" hreflang="es" href="https://polyglot.untra.io/es/2012/02/06/whats-jekyll/"/>
17+
<link rel="alternate" hreflang="de" href="https://polyglot.untra.io/de/2012/02/06/whats-jekyll/"/>
18+
<link rel="alternate" hreflang="fr" href="https://polyglot.untra.io/fr/2012/02/06/whats-jekyll/"/>
19+
<link rel="alternate" hreflang="ru" href="https://polyglot.untra.io/ru/2012/02/06/whats-jekyll/"/>
20+
<link rel="alternate" hreflang="nl" href="https://polyglot.untra.io/nl/2012/02/06/whats-jekyll/"/>
21+
<link rel="alternate" hreflang="he" href="https://polyglot.untra.io/he/2012/02/06/whats-jekyll/"/>
22+
<link rel="alternate" hreflang="ko" href="https://polyglot.untra.io/ko/2012/02/06/whats-jekyll/"/>
23+
<link rel="alternate" hreflang="zh-CN" href="https://polyglot.untra.io/zh-CN/2012/02/06/whats-jekyll/"/>
24+
<link rel="alternate" hreflang="pt-BR" href="https://polyglot.untra.io/pt-BR/2012/02/06/whats-jekyll/"/>
25+
<link rel="alternate" hreflang="ar" href="https://polyglot.untra.io/ar/2012/02/06/whats-jekyll/"/>
26+
<link rel="alternate" hreflang="jp" href="https://polyglot.untra.io/jp/2012/02/06/whats-jekyll/"/>
27+
<link rel="alternate" hreflang="it" href="https://polyglot.untra.io/it/2012/02/06/whats-jekyll/"/>
28+
<link rel="alternate" hreflang="tr" href="https://polyglot.untra.io/tr/2012/02/06/whats-jekyll/"/>
29+
30+
<title>
31+
32+
What's Jekyll? &middot; Polyglot
33+
34+
</title>
35+
36+
<!-- CSS -->
37+
<link rel="stylesheet" href="/public/css/poole.css">
38+
<link rel="stylesheet" href="/public/css/syntax.css">
39+
<link rel="stylesheet" href="/public/css/hyde.css">
40+
<link rel="stylesheet" href="/public/css/custom.css">
41+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
42+
43+
<!-- Icons -->
44+
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/public/apple-touch-icon-144-precomposed.png">
45+
<link rel="shortcut icon" href="/public/favicon.ico">
46+
47+
<!-- RSS -->
48+
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
49+
</head>
50+
51+
52+
<body theme-base-08>
53+
54+
55+
<div class="sidebar">
56+
<div class="container sidebar-sticky">
57+
<div class="sidebar-about">
58+
<p class="speech">Hello!</p>
59+
</br>
60+
<h1>
61+
<a href="">
62+
Polyglot
63+
</a>
64+
</h1>
65+
<p class="lead">A i18n support plugin for <a href="http://jekyllrb.com" target="_blank">Jekyll</a> that makes multi-language support fast and intuitive, for blogs big and small. Made by <a href="https://github.com/untra" target="_blank">@untra</a>.</p>
66+
</div>
67+
68+
<nav class="sidebar-nav">
69+
<a class="sidebar-nav-item" href="/">Home</a>
70+
71+
72+
73+
74+
75+
76+
77+
78+
79+
80+
81+
82+
83+
84+
<a class="sidebar-nav-item" href="/about/">About</a>
85+
86+
87+
88+
89+
90+
91+
92+
93+
94+
<a class="sidebar-nav-item" href="/a-really-long/permalink/">A really long permalink</a>
95+
96+
97+
98+
99+
100+
101+
102+
103+
104+
105+
106+
107+
108+
109+
110+
111+
112+
113+
<a class="sidebar-nav-item" href="/sample/">Sample rich text data</a>
114+
115+
116+
117+
118+
119+
120+
121+
122+
123+
<a class="sidebar-nav-item" href="/seo/">SEO Recipes</a>
124+
125+
126+
127+
128+
129+
130+
131+
132+
133+
134+
135+
136+
137+
138+
139+
140+
141+
142+
143+
144+
145+
146+
147+
148+
149+
150+
151+
152+
153+
154+
155+
156+
157+
158+
159+
160+
161+
162+
163+
164+
165+
166+
167+
168+
169+
170+
171+
172+
173+
174+
175+
176+
<a class="sidebar-nav-item" href=""></a>
177+
178+
<a class="sidebar-nav-item" href="https://rubygems.org/gems/jekyll-polyglot">Ruby Gem</a>
179+
<a class="sidebar-nav-item" href="https://github.com/untra/polyglot">GitHub project</a>
180+
<a class="sidebar-nav-item" href="https://github.com/untra/polyglot/tree/main/site/_posts/2012-02-06-whats-jekyll.md"><small>view this page source on github</small></a>
181+
<small class="sidebar-nav-item">Currently v1.11.0</small>
182+
</nav>
183+
184+
<p><small>&copy; 2026 Samuel Volin</small><br/><small>MIT Licensed</small></p>
185+
<p>
186+
<!-- jekyll-polyglot will process ferh= into href= through the static_href liquid block tag without relativizing the url; useful for making language navigation switchers -->
187+
188+
<a style="font-weight: bold;" href="/2012/02/06/whats-jekyll/" >en</a>
189+
<a href="/es/2012/02/06/whats-jekyll/" >es</a>
190+
<a href="/de/2012/02/06/whats-jekyll/" >de</a>
191+
<a href="/fr/2012/02/06/whats-jekyll/" >fr</a>
192+
<a href="/ru/2012/02/06/whats-jekyll/" >ru</a>
193+
<a href="/nl/2012/02/06/whats-jekyll/" >nl</a>
194+
<a href="/he/2012/02/06/whats-jekyll/" >he</a>
195+
<a href="/ko/2012/02/06/whats-jekyll/" >ko</a>
196+
<a href="/zh-CN/2012/02/06/whats-jekyll/" >zh-CN</a>
197+
<a href="/pt-BR/2012/02/06/whats-jekyll/" >pt-BR</a>
198+
<a href="/ar/2012/02/06/whats-jekyll/" >ar</a>
199+
<a href="/jp/2012/02/06/whats-jekyll/" >jp</a>
200+
<a href="/it/2012/02/06/whats-jekyll/" >it</a>
201+
<a href="/tr/2012/02/06/whats-jekyll/" >tr</a>
202+
</p>
203+
</div>
204+
</div>
205+
206+
207+
<div class="content container">
208+
<div class="post">
209+
<h1 class="post-title">What's Jekyll?</h1>
210+
<span class="post-date">06 Feb 2012</span>
211+
<p><a href="http://jekyllrb.com">Jekyll</a> is a static site generator, an open-source tool for creating simple yet powerful websites of all shapes and sizes. From <a href="https://github.com/mojombo/jekyll/blob/master/README.markdown">the project’s readme</a>:</p>
212+
213+
<blockquote>
214+
<p>Jekyll is a simple, blog aware, static site generator. It takes a template directory […] and spits out a complete, static website suitable for serving with Apache or your favorite web server. This is also the engine behind GitHub Pages, which you can use to host your project’s page or blog right here from GitHub.</p>
215+
</blockquote>
216+
217+
<p>It’s an immensely useful tool and one we encourage you to use here with Hyde.</p>
218+
219+
<p>Find out more by <a href="https://github.com/mojombo/jekyll">visiting the project on GitHub</a>.</p>
220+
221+
</div>
222+
223+
<div class="related">
224+
<h2>Related Posts</h2>
225+
<ul class="related-posts">
226+
227+
<li>
228+
<h3>
229+
<a href="/2025/09/20/polyglot.1.11.0/">
230+
Polyglot 1.11 - miscellaneous fixes release
231+
<small>20 Sep 2025</small>
232+
</a>
233+
</h3>
234+
</li>
235+
236+
<li>
237+
<h3>
238+
<a href="/2025/07/07/polyglot-1.10.0/">
239+
Polyglot 1.10 - i18n_headers improvements
240+
<small>07 Jul 2025</small>
241+
</a>
242+
</h3>
243+
</li>
244+
245+
<li>
246+
<h3>
247+
<a href="/2025/01/18/polyglot-1.9.0/">
248+
Polyglot 1.9.0 - Instructional Improvements
249+
<small>18 Jan 2025</small>
250+
</a>
251+
</h3>
252+
</li>
253+
254+
</ul>
255+
</div>
256+
257+
</div>
258+
259+
</body>
260+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HWC3D32MT8"></script>
261+
<script>
262+
window.dataLayer = window.dataLayer || [];
263+
function gtag(){dataLayer.push(arguments);}
264+
gtag('js', new Date());
265+
266+
gtag('config', 'G-HWC3D32MT8');
267+
</script>
268+
</html>

0 commit comments

Comments
 (0)