auto commit due to nikola deploy Thu Sep 1 06:27:33 CDT 2016
This commit is contained in:
parent
8cd5d84e7a
commit
55a88fceaa
5 changed files with 20 additions and 11 deletions
14
conf.py
14
conf.py
|
|
@ -38,20 +38,20 @@ NAVIGATION_LINKS = {
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
#THEME = "slate"
|
#THEME = "slate"
|
||||||
THEME = "duckland"
|
#THEME = "duckland"
|
||||||
#THEME = "superhero"
|
#THEME = "superhero"
|
||||||
#THEME = "material-theme"
|
THEME = "material-theme"
|
||||||
TIMEZONE = "CDT6CST"
|
TIMEZONE = "CDT6CST"
|
||||||
DATE_FORMAT = '%Y-%m-%d'
|
DATE_FORMAT = '%Y-%m-%d'
|
||||||
JS_DATE_FORMAT = 'YYYY-MM-DD'
|
JS_DATE_FORMAT = 'YYYY-MM-DD'
|
||||||
DATE_FANCINESS = 1
|
DATE_FANCINESS = 1
|
||||||
PRETTY_URLS = False
|
PRETTY_URLS = False
|
||||||
POSTS = (
|
POSTS = (
|
||||||
("posts/*.md", "posts", "post.tmpl"),
|
("posts/*.md", "posts", "post.tmpl"),
|
||||||
("posts/*.rst", "posts", "post.tmpl"),
|
("posts/*.rst", "posts", "post.tmpl"),
|
||||||
("posts/*.txt", "posts", "post.tmpl"),
|
("posts/*.txt", "posts", "post.tmpl"),
|
||||||
("posts/*.html", "posts", "post.tmpl"),
|
("posts/*.html", "posts", "post.tmpl"),
|
||||||
("posts/*.wp", "posts", "post.tmpl"),
|
("posts/*.wp", "posts", "post.tmpl"),
|
||||||
)
|
)
|
||||||
PAGES = (
|
PAGES = (
|
||||||
("stories/*.md", "stories", "story.tmpl"),
|
("stories/*.md", "stories", "story.tmpl"),
|
||||||
|
|
@ -81,7 +81,7 @@ FEED_READ_MORE_LINK = '<p><a href="{link}">{read_more}</a> ({min_remaining_read}
|
||||||
FEED_LINKS_APPEND_QUERY = False
|
FEED_LINKS_APPEND_QUERY = False
|
||||||
DEPLOY_COMMANDS = {
|
DEPLOY_COMMANDS = {
|
||||||
'default': [
|
'default': [
|
||||||
#"nikola check -fl",
|
"nikola check -l",
|
||||||
"cd sigal; sigal build",
|
"cd sigal; sigal build",
|
||||||
"nikola build",
|
"nikola build",
|
||||||
"nikola check -l",
|
"nikola check -l",
|
||||||
|
|
|
||||||
BIN
images/Random/deadpool-sa.jpg
Normal file
BIN
images/Random/deadpool-sa.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 MiB |
12
posts/2016/08/deadpool.md
Normal file
12
posts/2016/08/deadpool.md
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
.. title: Deadpool BOFH
|
||||||
|
.. slug: deadpool_bofh
|
||||||
|
.. date: 2016-08-29 21:33:17 UTC-05:00
|
||||||
|
.. tags: personal,photo
|
||||||
|
.. category:
|
||||||
|
.. link:
|
||||||
|
.. description:
|
||||||
|
.. type: text
|
||||||
|
|
||||||
|

|
||||||
|
There is a new sheriff in town.
|
||||||
|
|
||||||
|
|
@ -164,7 +164,7 @@ use_assets_cdn = False
|
||||||
# links = [('Example link', 'http://example.org'),
|
# links = [('Example link', 'http://example.org'),
|
||||||
# ('Another link', 'http://example.org')]
|
# ('Another link', 'http://example.org')]
|
||||||
#links = [('back to duckland.org home page', 'http://www.duckland.org')]
|
#links = [('back to duckland.org home page', 'http://www.duckland.org')]
|
||||||
links = [('Photos Home','/photos'),('back to duckland.org home page', '/')]
|
links = [('Photos Home','/photos'),('Home Page', '/')]
|
||||||
|
|
||||||
# Google Analytics tracking code (UA-xxxx-x)
|
# Google Analytics tracking code (UA-xxxx-x)
|
||||||
# google_analytics = ''
|
# google_analytics = ''
|
||||||
|
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"last_deploy": "2016-08-01T03:19:46.195270"
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue