Skip to content

Commit

Permalink
SmartyPants is now a preprocessor instead of a postprocessor.
Browse files Browse the repository at this point in the history
  • Loading branch information
FSX committed Oct 21, 2012
1 parent e675bf1 commit 4da1ec3
Show file tree
Hide file tree
Showing 4 changed files with 844 additions and 476 deletions.
3 changes: 2 additions & 1 deletion docs/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
base_url: http:https://misaka.61924.nl
# base_url: http:https://misaka.61924.nl
base_url: http:https://0.0.0.0:8080

links:
- ['', 'index']
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ def run(self):


class VendorCommand(BaseCommand):
description = 'update Sundown files. Use `git submodule init`, '
'`git submodule update` and `git submodule foreach git pull origin master`'
description = 'update Sundown files. Use `git submodule init`, '\
'`git submodule update` and `git submodule foreach git pull origin master`'\
' to the most recent files'

def run(self):
files = []
dest = os.path.join(dirname, 'src/sundown')
Expand Down
Loading

0 comments on commit 4da1ec3

Please sign in to comment.