new post
This commit is contained in:
parent
7cb16b7e88
commit
538de83671
2 changed files with 19 additions and 1 deletions
3
conf.py
3
conf.py
|
|
@ -15,6 +15,7 @@ NAVIGATION_LINKS = {
|
|||
('/index.html', 'Home'),
|
||||
('/stories/about.html', 'About me'),
|
||||
('/stories/privacy.html', 'Privacy'),
|
||||
('/photos/', 'Photos'),
|
||||
#(
|
||||
#(
|
||||
#('http://www.donaldharper.com', 'My Photo Blog'),
|
||||
|
|
@ -80,7 +81,7 @@ DEPLOY_COMMANDS = {
|
|||
'default': [
|
||||
#"nikola check -fl",
|
||||
"nikola build",
|
||||
"nikola check -f",
|
||||
#"nikola check -f",
|
||||
"chmod -R a+rX output/",
|
||||
"rsync -a --delete -e 'ssh -x -i /home/don/.ssh/http -l duck' output/ wise.dreamhost.com:httpd/duckland.org/nikola",
|
||||
"rsync -a --delete -e 'ssh -x -i /home/don/.ssh/http -l don' ./ don@web.duckland.org:/srv/http/work/www.duckland.org",
|
||||
|
|
|
|||
17
posts/2015/12/a-christmas-present-for-you.rst
Normal file
17
posts/2015/12/a-christmas-present-for-you.rst
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
.. title: A Christmas Present for you
|
||||
.. slug: a-christmas-present-for-you
|
||||
.. date: 2015-12-25 22:14:38 UTC-06:00
|
||||
.. tags: sitenews,photo
|
||||
.. category:
|
||||
.. link:
|
||||
.. description:
|
||||
.. type: text
|
||||
|
||||
|
||||
Happy Christmas day for those who celerbate, and happy Friday for those who don't.
|
||||
|
||||
I have added two new links to the sidebar. The first is just a link to my `privacy statement <http://www.duckland.org/stories/privacy.html>`_. No big deal...I don't store stuff, and I don't collect stuff. Simple.
|
||||
|
||||
The other is to a `local photo gallery <http://www.duckland.org/photos/>`_ which I will try to remember to update as I get more interesting pictures to share.
|
||||
|
||||
Here is to 2015 being almost over.
|
||||
Loading…
Add table
Add a link
Reference in a new issue