readme and settings

This commit is contained in:
randogoth 2023-05-17 00:24:52 +03:00
parent a01dea7cc3
commit 41479e2849
6 changed files with 70 additions and 2 deletions

View file

@ -24,4 +24,4 @@ RELATIVE_URLS = True
PLUGIN_PATHS = ["../plugin"]
PLUGINS = ['micron']
THEME = '../theme'
MICRON_PATH = 'output/micron'
MICRON_PATH = 'output/micron'

View file

@ -3,6 +3,7 @@
import os
import sys
import shutil
sys.path.append(os.curdir)
from pelicanconf import *