publish, some fixes
This commit is contained in:
parent
9da9f697f0
commit
a8b87925dc
@ -3,7 +3,7 @@ You can un-expire a GPG key.
|
|||||||
:date: 2012-01-13 03:54
|
:date: 2012-01-13 03:54
|
||||||
:author: tyrel
|
:author: tyrel
|
||||||
:category: Tech
|
:category: Tech
|
||||||
:category: linux, gpg
|
:tags: linux, gpg
|
||||||
:slug: you-can-un-expire-a-gpg-key
|
:slug: you-can-un-expire-a-gpg-key
|
||||||
:status: published
|
:status: published
|
||||||
|
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
AUTHOR = 'Tyrel Souza'
|
AUTHOR = 'Tyrel Souza'
|
||||||
SITENAME = 'Tyrel Site'
|
SITENAME = 'Tyrel Site'
|
||||||
TWITTER_USERNAME = 'tyrelsouza'
|
TWITTER_USERNAME = 'tyrelsouza'
|
||||||
SITEURL = ''
|
SITEURL = 'https://tyrel.dev/blog'
|
||||||
SITESUBTITLE = 'Code, Home Automation, Personal Blog'
|
SITESUBTITLE = 'Code, Home Automation, Personal Blog'
|
||||||
MENUITEMS = [
|
MENUITEMS = [
|
||||||
('Home', '/'),
|
('Home', '/blog/'),
|
||||||
('Tags', '/tags'),
|
('Tags', '/blog/tags.html'),
|
||||||
('Categories', '/categories'),
|
('Categories', '/blog/categories.html'),
|
||||||
]
|
]
|
||||||
PATH = 'content'
|
PATH = 'content'
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ sys.path.append(os.curdir)
|
|||||||
from pelicanconf import *
|
from pelicanconf import *
|
||||||
|
|
||||||
# If your site is available via HTTPS, make sure SITEURL begins with https://
|
# If your site is available via HTTPS, make sure SITEURL begins with https://
|
||||||
SITEURL = 'https://tyrel.dev/pelican/'
|
SITEURL = 'https://tyrel.dev/blog'
|
||||||
RELATIVE_URLS = False
|
RELATIVE_URLS = False
|
||||||
|
|
||||||
FEED_ALL_ATOM = 'feeds/all.atom.xml'
|
FEED_ALL_ATOM = 'feeds/all.atom.xml'
|
||||||
|
4
tasks.py
4
tasks.py
@ -27,9 +27,9 @@ CONFIG = {
|
|||||||
'deploy_path': SETTINGS['OUTPUT_PATH'],
|
'deploy_path': SETTINGS['OUTPUT_PATH'],
|
||||||
# Remote server configuration
|
# Remote server configuration
|
||||||
'ssh_user': 'tyrel',
|
'ssh_user': 'tyrel',
|
||||||
'ssh_host': 'localhost',
|
'ssh_host': 'tyrelsouza.com',
|
||||||
'ssh_port': '22',
|
'ssh_port': '22',
|
||||||
'ssh_path': '/Users/tyrel/pelican-site',
|
'ssh_path': '/www/tyrel.dev/blog/',
|
||||||
# Host and port for `serve`
|
# Host and port for `serve`
|
||||||
'host': 'localhost',
|
'host': 'localhost',
|
||||||
'port': 8000,
|
'port': 8000,
|
||||||
|
Loading…
Reference in New Issue
Block a user