Skip to content

Commit 55aefba

Browse files
committed
remove extraneous white spacing from settings
1 parent 41392d1 commit 55aefba

File tree

5 files changed

+5
-14
lines changed

5 files changed

+5
-14
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,9 @@ update:
3030
cp -R generated/updated_site generated/current_site
3131

3232

33+
wc:
34+
wc content/pages/*/* content/posts/*
35+
36+
3337
init:
3438
pip install -r requirements.txt

book_settings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# -*- coding: utf-8 -*-
2-
32
AUTHOR = u'Matt Makai'
43
SITENAME = u'Full Stack Python'
54
SITEURL = 'https://www.fullstackpython.com'

settings.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,21 @@
44
SITENAME = u'Full Stack Python'
55
SITEURL = 'https://www.fullstackpython.com'
66
TIMEZONE = 'America/New_York'
7-
87
GITHUB_URL = 'https://github.com/mattmakai/fullstackpython.com'
98
PDF_GENERATOR = False
10-
119
DIRECT_TEMPLATES = ('index', 'sitemap', 'table-of-contents', 'email',
1210
'blog', 'all',) #'pdf-book', 'epub-book')
1311

1412
ARTICLE_SAVE_AS = 'blog/{slug}.html'
15-
1613
SITEMAP_SAVE_AS = 'sitemap.xml'
17-
1814
FEED_DOMAIN = 'https://www.fullstackpython.com'
1915
FEED_RSS = 'feed'
20-
2116
LINKS = ()
22-
2317
MARKUP = ('rst', 'markdown',)
24-
2518
SOCIAL = (
2619
('Email', 'mailto:matthew.makai@gmail.com'),
2720
('GitHub', 'https://github.com/mattmakai'),
2821
('Twitter', 'http://twitter.com/mattmakai'),
2922
)
30-
3123
PROJECTS = ()
32-
3324
JINJA_EXTENSIONS = (['jinja2.ext.autoescape',])

static-html/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

theme/templates/table-of-contents.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ <h3>12. <span class="sn">Blockchain</a></h3>
304304
<h4 class="td">12.1 <span class="sn">Cryptocurrency</span></h4>
305305
<div class="tc tdi sn">Bitcoin</div>
306306
<div class="tc tdi sn">Ethereum</div>
307-
<div class="tc tdi sn">Initial Coin Offerings (ICOs)</div>
307+
<div class="tc tdi sn">Stellar</div>
308308

309309
<h3>13. Meta</h3>
310310
<h4 class="td">13.1 <span class="sn">About</span></h4>

0 commit comments

Comments
 (0)