readme and settings
This commit is contained in:
parent
a01dea7cc3
commit
41479e2849
6 changed files with 70 additions and 2 deletions
|
|
@ -24,4 +24,4 @@ RELATIVE_URLS = True
|
|||
PLUGIN_PATHS = ["../plugin"]
|
||||
PLUGINS = ['micron']
|
||||
THEME = '../theme'
|
||||
MICRON_PATH = 'output/micron'
|
||||
MICRON_PATH = 'output/micron'
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
import os
|
||||
import sys
|
||||
import shutil
|
||||
sys.path.append(os.curdir)
|
||||
from pelicanconf import *
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue