Skip to content

Commit 96b1cd8

Browse files
committed
fix sort ordering programming language page
1 parent 0e9c086 commit 96b1cd8

File tree

6 files changed

+149
-151
lines changed

6 files changed

+149
-151
lines changed

book_settings.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@
66

77
GITHUB_URL = 'https://github.com/mattmakai/fullstackpython.com'
88
PDF_GENERATOR = False
9-
109
DIRECT_TEMPLATES = ('pdf-book', )#'epub-book')
10+
PLUGINS = ['plugins.pelican-toc',]
1111

1212
ARTICLE_SAVE_AS = 'blog/{slug}.html'
13-
1413
SITEMAP_SAVE_AS = 'sitemap.xml'
1514

1615
FEED_DOMAIN = 'https://www.fullstackpython.com'

content/pages/01-introduction/02-python-programming-language.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Python Programming Language
22
category: page
33
slug: python-programming-language
4-
sortorder: 0202
4+
sortorder: 0102
55
toc: False
66
sidebartitle: Core Language
77
meta: The core Python programming language includes a combination of features not found in many other languages.

plugins/__init__.py

Whitespace-only changes.

plugins/pelican-toc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 29ab1611aeb8531813cb8360778e94cf8160012a

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
boto3==1.4.4
2+
bs4==0.0.1
23
Markdown==2.6.10
34
Pelican==3.7.1
45
requests==2.18.4

0 commit comments

Comments
 (0)