Automatic commit from deploy
This commit is contained in:
parent
8017b6fafb
commit
4ce0b6824f
5 changed files with 28 additions and 3 deletions
1
conf.py
1
conf.py
|
|
@ -42,6 +42,7 @@ 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 = True
|
||||||
POSTS = (
|
POSTS = (
|
||||||
("posts/*.rst", "posts", "post.tmpl"),
|
("posts/*.rst", "posts", "post.tmpl"),
|
||||||
("posts/*.txt", "posts", "post.tmpl"),
|
("posts/*.txt", "posts", "post.tmpl"),
|
||||||
|
|
|
||||||
BIN
images/First-Day/signpost.jpg
Normal file
BIN
images/First-Day/signpost.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.5 MiB |
|
|
@ -1,5 +1,8 @@
|
||||||
This **EXPERIMENTAL** plugin tries to make it easy to keep your site in a version control system.
|
This **EXPERIMENTAL** plugin tries to make it easy to keep your site in a version control system.
|
||||||
|
|
||||||
|
**There are problems in the anyvc support of python 3. So, use this only in python2 until
|
||||||
|
I figure that out.**
|
||||||
|
|
||||||
**REMEMBER**, this is a first iteration, it's probably buggy, so be careful, and only use it
|
**REMEMBER**, this is a first iteration, it's probably buggy, so be careful, and only use it
|
||||||
if you are experienced with your VCS, ok?
|
if you are experienced with your VCS, ok?
|
||||||
|
|
||||||
|
|
|
||||||
21
posts/2015/06/first-day.rst
Normal file
21
posts/2015/06/first-day.rst
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
.. title: First Day
|
||||||
|
.. slug: first-day
|
||||||
|
.. date: 2015-06-22 21:53:00 UTC-05:00
|
||||||
|
.. tags: personal,photo,work
|
||||||
|
.. category:
|
||||||
|
.. link:
|
||||||
|
.. description:
|
||||||
|
.. type: text
|
||||||
|
|
||||||
|
.. image:: /images/First-Day/signpost.jpg
|
||||||
|
:alt: Old street sign post
|
||||||
|
:height: 100 px
|
||||||
|
:width: 100 px
|
||||||
|
:align: left
|
||||||
|
|
||||||
|
|
||||||
|
The first day at the new gig went like any first day normally does. Paper-work and meeting lots of new folks. The office is in a part of town where I used to live, so I know it fairly well. This is a repeating theme, since the HP office was near my high school.
|
||||||
|
|
||||||
|
Since I got into the office early, I was able to swing one of my favorite coffee houses. While the customer base has changed a bit from 20 years ago (more suits and no nose-rings) and the menu has a bit more on it (beer, anyone?), the coffee drinks were the same, and they tasted as good as I remember.
|
||||||
|
|
||||||
|
The picture is of the old street sign post on the corner of the property.
|
||||||
|
|
@ -9,10 +9,10 @@
|
||||||
|
|
||||||
.. image:: /images/LightSail/light-sail.png
|
.. image:: /images/LightSail/light-sail.png
|
||||||
:alt: Light Sail Mission Patch
|
:alt: Light Sail Mission Patch
|
||||||
:height: 150 px
|
:height: 125 px
|
||||||
:width: 150 px
|
:width: 125 px
|
||||||
:align: left
|
:align: left
|
||||||
|
|
||||||
Growing up in Houston, I have followed our space program off and on. I am also a big reader of Sci-Fi. So, when I heard about the `Solar Sail Kickstarter Project <https://www.kickstarter.com/projects/theplanetarysociety/lightsail-a-revolutionary-solar-sailing-spacecraft/description>`_ from `The Plantary Socitey <http://www.planetary.org/>`_, I jumped on board. And, while they have raised almost 4 times their goal, I think that this is a project which will have more of an impact on humanity than some of the other projects.
|
Growing up in Houston, I have followed our space program off and on. I am also a big reader of Sci-Fi. So, when I heard about the `Solar Sail Kickstarter Project <https://www.kickstarter.com/projects/theplanetarysociety/lightsail-a-revolutionary-solar-sailing-spacecraft/description>`_ from `The Planetary Society <http://www.planetary.org/>`_, I jumped on board. And, while they have raised almost 4 times their goal, I think that this is a project which will have more of an impact on humanity than some of the other projects.
|
||||||
|
|
||||||
So, join me in backing them!
|
So, join me in backing them!
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue