added about page.

new file:   content/pages/about.rst
	renamed:    content/russell.ballestrini.resume.rst -> content/pages/russell.ballestrini.resume.rst
	modified:   pelicanconf.py
	deleted:    publishconf.py
This commit is contained in:
russellballestrini 2016-04-18 16:07:37 -04:00
parent da57469571
commit bd8ec509b5
4 changed files with 55 additions and 25 deletions

50
content/pages/about.rst Normal file
View file

@ -0,0 +1,50 @@
Russell Build Products
######################
:slug: about
Russell Ballestrini admires tidy readable code and beautiful design patterns.
He enjoys finding simple solutions to difficult problems and reveres the python language.
Russell currently holds a position at FireEye as an engineer running their cloud SaaS offerings hosted in AWS.
Russell keeps busy by turning ideas into products, spends his spare time writing open source software, and running the company that he founded called LinkPeek.
Russell Ballestrinis Resume
Russells projects, you should hover over each link for a preview:
Russell.Ballestrini.net The blog you are reading!
LinkPeek.com Website screenshot service.
foxhop.net A demo site for Pylowiki (loaded with some great articles).
remarkbox.com a comment service and fully functional question and answer forum.
four2go! Live, real time, four-in-a-row game developed with python and tornado.
words.gumyum.com Scrabble Solver, you give us letters and we return the best scoring words!
school.yohdah.com Public School directory written with Pyramid and mongodb.
pad.yohdah.com Public code pad and paste site written in Pyramid.
LostQuery.com Database Question & Answer site.
ZealotRush.com Starcraft Question & Answer site.
Russells Public Code:
bitbucket.org/russellballestrini My public source code repositories.
github.com/russellballestrini My public source code repositories.
Botoform Manage infrastructure on AWS using YAML.
virt-back safely shutdown, gzip, and restart guests.
Pylowiki Open Source wiki application developed using Pylons.
ago Human readable timedelta library for Python.

View file

@ -1,6 +1,8 @@
Russell Ballestrini
###################
:status: hidden
.. class:: center
**Builds Products - 860-501-9450**

View file

@ -26,7 +26,7 @@ REMARKBOX = get_environ_or_default('REMARKBOX')
# Theme specific
USER_LOGO_URL = 'https://lh3.googleusercontent.com/-uAPZy7NmmP0/AAAAAAAAAAI/AAAAAAAAAnI/iG2P43gCL2U/s125-c/photo.jpg'
TAGLINE = 'Builds Products'
TAGLINE = '<a href="/about">Builds Products</a>'
PATH = 'content'
@ -61,6 +61,8 @@ DEFAULT_PAGINATION = False
# Uncomment following line if you want document-relative URLs when developing
#RELATIVE_URLS = True
DISPLAY_PAGES_ON_MENU = False
# teach pelican to use directory/index.html files
ARTICLE_URL = '{slug}/'
PAGE_URL = '{slug}/'

View file

@ -1,24 +0,0 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*- #
from __future__ import unicode_literals
# This file is only used if you use `make publish` or
# explicitly specify it as your config file.
import os
import sys
sys.path.append(os.curdir)
from pelicanconf import *
SITEURL = ''
RELATIVE_URLS = False
FEED_ALL_ATOM = 'feeds/all.atom.xml'
CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml'
DELETE_OUTPUT_DIRECTORY = True
# Following items are often useful when publishing
#DISQUS_SITENAME = ""
#GOOGLE_ANALYTICS = ""