git ssb

0+

Grey the earthling / gkn.me.uk



Tree: 2a2b9271cfb5614e3cbf6c6b3ff2f4b127e8abe9

Files: 2a2b9271cfb5614e3cbf6c6b3ff2f4b127e8abe9 / developconf.py

297 bytesRaw
1#!/usr/bin/env python
2# -*- coding: utf-8 -*- #
3from __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
8import os
9import sys
10sys.path.append(os.curdir)
11from pelicanconf import *
12
13DELETE_OUTPUT_DIRECTORY = False
14
15

Built with git-ssb-web