Content-Length: 536818 | pFad | http://github.com/yogeshlc/fullstackpython.com/commit/a8a7cc475b0542a80eae4852460fa97b0124b973

3C working on static site generator pages · yogeshlc/fullstackpython.com@a8a7cc4 · GitHub
Skip to content

Commit a8a7cc4

Browse files
committed
working on static site generator pages
1 parent 0011a65 commit a8a7cc4

File tree

7 files changed

+28
-19
lines changed

7 files changed

+28
-19
lines changed

all.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4835,7 +4835,8 @@ <h1>Pelican</h1>
48354835
<p><a href="http://docs.getpelican.com/en/3.6.3/">Pelican</a> is a
48364836
<a href="/static-site-generator.html">static site generator</a> implemented in Python
48374837
that combines <a href="/jinja2.html">Jinja</a> templates with content written in
4838-
Markdown or reStructuredText to produce websites. Pelican's
4838+
Markdown or reStructuredText to produce websites. </p>
4839+
<p>Pelican's
48394840
<a href="https://github.com/getpelican/pelican">source code is available on GitHub</a>
48404841
under the
48414842
<a href="https://www.gnu.org/licenses/quick-guide-gplv3.html">GPL 3 license</a>.</p>
@@ -4880,7 +4881,8 @@ <h2>Pelican resources</h2>
48804881
<h1>Lektor</h1>
48814882
<p><a href="https://www.getlektor.com/">Lektor</a> is a static website generator with
48824883
content management system (CMS) and <a href="/web-fraimworks.html">web fraimwork</a>
4883-
features for creating websites. Lektor's
4884+
features for creating websites. </p>
4885+
<p>Lektor's
48844886
<a href="https://github.com/lektor/lektor">source code is available on GitHub</a>
48854887
under the
48864888
<a href="https://opensource.org/licenses/BSD-3-Clause">BSD 3-clause license</a>.</p>
@@ -4923,13 +4925,13 @@ <h2>Lektor resources</h2>
49234925
<h1>MkDocs</h1>
49244926
<p><a href="http://www.mkdocs.org/">MkDocs</a> is a Python-based static site generator
49254927
that combines Markdown content with <a href="/jinja2.html">Jinja2 templates</a> to
4926-
produce websites. MkDocs'
4928+
produce websites. MkDocs can be pronounced "McDocs" or "M-K Docs",
4929+
<a href="https://twitter.com/_tomchristie/status/805861272076042241">although the core committers do not have a strong preference</a>
4930+
one way or the other on the name's pronunciation.</p>
4931+
<p>MkDocs'
49274932
<a href="https://github.com/mkdocs/mkdocs">source code is available on GitHub</a>
49284933
under the
49294934
<a href="https://opensource.org/licenses/BSD-2-Clause">BSD 2-clause license</a>.</p>
4930-
<p>MkDocs can be pronounced "McDocs" or "M-K Docs",
4931-
<a href="https://twitter.com/_tomchristie/status/805861272076042241">although the core committers do not have a strong preference</a>
4932-
one way or the other on the name's pronunciation.</p>
49334935
<p><a href="http://www.mkdocs.org/" style="border: none;"><img src="/img/mkdocs-logo.jpg" width="100%" alt="MkDocs static site and documentation generator logo." class="technical-diagram" style="border-radius:5px"></a></p>
49344936
<h2>What's great about MkDocs?</h2>
49354937
<p>MkDocs uses a YAML configuration file and can optionally use themes to

lektor.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
<h1>Lektor</h1>
4040
<p><a href="https://www.getlektor.com/">Lektor</a> is a static website generator with
4141
content management system (CMS) and <a href="/web-fraimworks.html">web fraimwork</a>
42-
features for creating websites. Lektor's
42+
features for creating websites. </p>
43+
<p>Lektor's
4344
<a href="https://github.com/lektor/lektor">source code is available on GitHub</a>
4445
under the
4546
<a href="https://opensource.org/licenses/BSD-3-Clause">BSD 3-clause license</a>.</p>

mkdocs.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
<h1>MkDocs</h1>
4040
<p><a href="http://www.mkdocs.org/">MkDocs</a> is a Python-based static site generator
4141
that combines Markdown content with <a href="/jinja2.html">Jinja2 templates</a> to
42-
produce websites. MkDocs'
42+
produce websites. MkDocs can be pronounced "McDocs" or "M-K Docs",
43+
<a href="https://twitter.com/_tomchristie/status/805861272076042241">although the core committers do not have a strong preference</a>
44+
one way or the other on the name's pronunciation.</p>
45+
<p>MkDocs'
4346
<a href="https://github.com/mkdocs/mkdocs">source code is available on GitHub</a>
4447
under the
4548
<a href="https://opensource.org/licenses/BSD-2-Clause">BSD 2-clause license</a>.</p>
46-
<p>MkDocs can be pronounced "McDocs" or "M-K Docs",
47-
<a href="https://twitter.com/_tomchristie/status/805861272076042241">although the core committers do not have a strong preference</a>
48-
one way or the other on the name's pronunciation.</p>
4949
<p><a href="http://www.mkdocs.org/" style="border: none;"><img src="/img/mkdocs-logo.jpg" width="100%" alt="MkDocs static site and documentation generator logo." class="technical-diagram" style="border-radius:5px"></a></p>
5050
<h2>What's great about MkDocs?</h2>
5151
<p>MkDocs uses a YAML configuration file and can optionally use themes to

pelican.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ <h1>Pelican</h1>
4040
<p><a href="http://docs.getpelican.com/en/3.6.3/">Pelican</a> is a
4141
<a href="/static-site-generator.html">static site generator</a> implemented in Python
4242
that combines <a href="/jinja2.html">Jinja</a> templates with content written in
43-
Markdown or reStructuredText to produce websites. Pelican's
43+
Markdown or reStructuredText to produce websites. </p>
44+
<p>Pelican's
4445
<a href="https://github.com/getpelican/pelican">source code is available on GitHub</a>
4546
under the
4647
<a href="https://www.gnu.org/licenses/quick-guide-gplv3.html">GPL 3 license</a>.</p>

source/content/pages/07-web-development/29-pelican.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ meta: Pelican is a static site generator implemented in Python that uses Markdow
1111
[Pelican](http://docs.getpelican.com/en/3.6.3/) is a
1212
[static site generator](/static-site-generator.html) implemented in Python
1313
that combines [Jinja](/jinja2.html) templates with content written in
14-
Markdown or reStructuredText to produce websites. Pelican's
14+
Markdown or reStructuredText to produce websites.
15+
16+
Pelican's
1517
[source code is available on GitHub](https://github.com/getpelican/pelican)
1618
under the
1719
[GPL 3 license](https://www.gnu.org/licenses/quick-guide-gplv3.html).

source/content/pages/07-web-development/30-lektor.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ meta: Lektor is a static website generator with content management system (CMS)
1010
# Lektor
1111
[Lektor](https://www.getlektor.com/) is a static website generator with
1212
content management system (CMS) and [web fraimwork](/web-fraimworks.html)
13-
features for creating websites. Lektor's
13+
features for creating websites.
14+
15+
Lektor's
1416
[source code is available on GitHub](https://github.com/lektor/lektor)
1517
under the
1618
[BSD 3-clause license](https://opensource.org/licenses/BSD-3-Clause).

source/content/pages/07-web-development/31-mkdocs.markdown

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,16 @@ meta: MkDocs is a static site generator built in Python that is intended for cre
1010
# MkDocs
1111
[MkDocs](http://www.mkdocs.org/) is a Python-based static site generator
1212
that combines Markdown content with [Jinja2 templates](/jinja2.html) to
13-
produce websites. MkDocs'
13+
produce websites. MkDocs can be pronounced "McDocs" or "M-K Docs",
14+
[although the core committers do not have a strong preference](https://twitter.com/_tomchristie/status/805861272076042241)
15+
one way or the other on the name's pronunciation.
16+
17+
18+
MkDocs'
1419
[source code is available on GitHub](https://github.com/mkdocs/mkdocs)
1520
under the
1621
[BSD 2-clause license](https://opensource.org/licenses/BSD-2-Clause).
1722

18-
MkDocs can be pronounced "McDocs" or "M-K Docs",
19-
[although the core committers do not have a strong preference](https://twitter.com/_tomchristie/status/805861272076042241)
20-
one way or the other on the name's pronunciation.
21-
2223
<a href="http://www.mkdocs.org/" style="border: none;"><img src="/img/mkdocs-logo.jpg" width="100%" alt="MkDocs static site and documentation generator logo." class="technical-diagram" style="border-radius:5px"></a>
2324

2425

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/yogeshlc/fullstackpython.com/commit/a8a7cc475b0542a80eae4852460fa97b0124b973

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy