From 68e18ad1f44e9a6fab66adc38e97d027a58de8a4 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 14 Feb 2021 16:56:57 +0000 Subject: Another reorg, and pelican samples --- references/publishconf.py | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 references/publishconf.py (limited to 'references/publishconf.py') diff --git a/references/publishconf.py b/references/publishconf.py new file mode 100644 index 0000000..f0fb21d --- /dev/null +++ b/references/publishconf.py @@ -0,0 +1,19 @@ +#!/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 -- cgit v1.2.3