aboutsummaryrefslogtreecommitdiff
path: root/references/publishconf.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2021-07-09 21:21:02 +0000
committerRob Austein <sra@hactrn.net>2021-07-09 21:21:02 +0000
commitd5b501c4046fbdc2354607c12f9f8230159e6135 (patch)
tree10d5c7a1260aca6b1b67b9e971854ee57cc15fd5 /references/publishconf.py
parent78b3ed35c726cf8ef0ec4c4e7753e6f4775b9001 (diff)
Incorporate project-independent stuff I did for IETF NOC
Diffstat (limited to 'references/publishconf.py')
-rw-r--r--references/publishconf.py19
1 files changed, 0 insertions, 19 deletions
diff --git a/references/publishconf.py b/references/publishconf.py
deleted file mode 100644
index f0fb21d..0000000
--- a/references/publishconf.py
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/usr/local/bin/python2.7
-# -*- coding: utf-8 -*- #
-from __future__ import unicode_literals
-
-# This file is only used if you use `make publish` or
-# explicitly specify it as your config file.
-
-import os
-import sys
-sys.path.append(os.curdir)
-from pelicanconf import *
-
-SITEURL = 'https://www.hactrn.net/blog'
-RELATIVE_URLS = False
-
-FEED_ALL_ATOM = 'feeds/all.atom.xml'
-CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml'
-
-DELETE_OUTPUT_DIRECTORY = True