Files: f13cc96ec8be439f6acd70c7b1b52ae0585766ca / developconf.py
297 bytesRaw
1 | #!/usr/bin/env python |
2 | # -*- coding: utf-8 -*- # |
3 | from __future__ import unicode_literals |
4 | |
5 | # This file is only used if you use `make publish` or |
6 | # explicitly specify it as your config file. |
7 | |
8 | import os |
9 | import sys |
10 | sys.path.append(os.curdir) |
11 | from pelicanconf import * |
12 | |
13 | DELETE_OUTPUT_DIRECTORY = False |
14 | |
15 |
Built with git-ssb-web