我正在尝试将以下主题添加到我的博客中:https://github.com/limbenjamin/voce
,但是无论如何我都执行了所有步骤,但是网站看上去并没有看起来应该的样子。这是pelicanconf.py
文件:
#!/usr/bin/env python
# -*- coding: utf-8 -*- #
from __future__ import unicode_literals
AUTHOR = u'John Homer'
SITENAME = u'John Homer'
SITEURL = ''
OUTPUT_PATH = 'content'
THEME = 'voce' # make sure path points to folder where you cloned the theme
DEFAULT_DATE_FORMAT = "%b %d, %Y" # short date format, optional but recommended
USER_LOGO_URL = "http://i.imgur.com/zzCRZUH.jpg" # change URL to point to desired logo for site
至少我做了些改变。
而且这看起来不应该是任何东西...