boyska
50d2adb907
ora pelicanconf ha le impostazioni valide sempre publishconf ha quelle che si applicano solo al sito in "produzione"
13 行
310 B
Python
13 行
310 B
Python
#!/usr/bin/env python
|
|
# -*- 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://hackmeeting.org/hackit19/'
|