| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,11 +6,10 @@ | |||
| 6 | 6 | ||
| 7 | 7 | GITHUB_URL = 'https://github.com/mattmakai/fullstackpython.com' | |
| 8 | 8 | PDF_GENERATOR = False | |
| 9 | - | ||
| 10 | 9 | DIRECT_TEMPLATES = ('pdf-book', )#'epub-book') | |
| 10 | + PLUGINS = ['plugins.pelican-toc',] | ||
| 11 | 11 | ||
| 12 | 12 | ARTICLE_SAVE_AS = 'blog/{slug}.html' | |
| 13 | - | ||
| 14 | 13 | SITEMAP_SAVE_AS = 'sitemap.xml' | |
| 15 | 14 | ||
| 16 | 15 | FEED_DOMAIN = 'https://www.fullstackpython.com' | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,7 @@ | |||
| 1 | 1 | title: Python Programming Language | |
| 2 | 2 | category: page | |
| 3 | 3 | slug: python-programming-language | |
| 4 | - sortorder: 0202 | ||
| 4 | + sortorder: 0102 | ||
| 5 | 5 | toc: False | |
| 6 | 6 | sidebartitle: Core Language | |
| 7 | 7 | meta: The core Python programming language includes a combination of features not found in many other languages. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1 @@ | |||
| 1 | + Subproject commit 29ab1611aeb8531813cb8360778e94cf8160012a | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,5 @@ | |||
| 1 | 1 | boto3==1.4.4 | |
| 2 | + bs4==0.0.1 | ||
| 2 | 3 | Markdown==2.6.10 | |
| 3 | 4 | Pelican==3.7.1 | |
| 4 | 5 | requests==2.18.4 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments