Skip to content

Commit

Permalink
all dat new stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithan committed Dec 26, 2012
1 parent d92df28 commit 01eccb9
Show file tree
Hide file tree
Showing 64 changed files with 1,313 additions and 863 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -3,7 +3,7 @@ INPUTDIR=$(BASEDIR)/content
OUTPUTDIR=$(BASEDIR)/output OUTPUTDIR=$(BASEDIR)/output
CONFFILE=$(BASEDIR)/pelicanconf.py CONFFILE=$(BASEDIR)/pelicanconf.py
PUBLISHCONF=$(BASEDIR)/publishconf.py PUBLISHCONF=$(BASEDIR)/publishconf.py
THEMEDIR=$(BASEDIR)/themes/wraithan THEMEDIR=$(BASEDIR)/themes/bootstrap


PELICAN=pelican PELICAN=pelican
PELICANOPTS=-t $(THEMEDIR) PELICANOPTS=-t $(THEMEDIR)
Expand Down
7 changes: 0 additions & 7 deletions content/SC2/other_first.rst

This file was deleted.

25 changes: 0 additions & 25 deletions content/SC2/road_gold_league.rst

This file was deleted.

17 changes: 17 additions & 0 deletions content/SC2/tracking_progress.rst
@@ -0,0 +1,17 @@
Tracking my Progress
####################
:date: 2012-12-24

This will be my blog for tracking my progress in StarCraft 2. I find myself
wanting more direction in what I am working on. In turn the goal of this blog
will be for me to talk about what I am going to focus on in the next
week. There will be other topics like build orders I am using, tools I've
built, games I am particularly proud of or highlight mistakes I've made, and
other SC2 and eSports related things.

To chronicle the start of this journey, I am Wraithan. I have fully switched to
playing Heart of the Swarm beta (HotS) as I am the Captain of Mozilla's After
Hours Gaming League (AHGL) team, which is taking place in the beta. I am
currently in Bronze league and look forward to rising up over time as I
improve.

36 changes: 36 additions & 0 deletions content/Tech/switch_to_pelican.rst
@@ -0,0 +1,36 @@
Switching to Pelican
####################
:date: 2012-12-24

So, I haven't been blogging lately because I've been meaning to scrap my
Blogger setup and move to using Pelican_. Part of the battle was getting a
theme that made me happy, the other part of the battle was sitting down to
actually make things happen.

First off, let me just say that Pelican is a pretty great platform. And I am
not saying that because I have the pleasure of working with Alexis_, but
because it lets me use reST_ to write my entries and I can heavily customize
everything about its display.

One of the things I knew I wanted was the ability to use bootstrap_
themes. Luckily someone else had already made that possible, two someones in
fact! I found both of them in the `pelican-themes`_ repo which houses a number
of themes for Pelican. `themes/bootstrap`_ and `themes/bootstrap2`_ are the two
that are included in this aggregation and I found I liked the layout of
themes/bootstrap a bit more.

Unfortunately, I found that themes/bootstrap was built for a much older version
of bootstrap and that I'd have to modify things to make it work. Also, I found
a couple stylistic nits with it (especially when I changed to a darker theme)
that needed addressing as well. Fortunately for me, it wasn't very hard to
update it to the newest bootstrap and I'll be sending a pull request to
`pelican-themes`_ with the fixes needed once I am pretty sure I have ironed
everything out.

.. _Pelican: http://blog.getpelican.com/
.. _Alexis: http://blog.notmyidea.org/
.. _reST: http://docutils.sourceforge.net/rst.html
.. _`pelican-themes`: https://github.com/getpelican/pelican-themes
.. _bootstrap: http://twitter.github.com/bootstrap/
.. _`themes/bootstrap`: https://github.com/getpelican/pelican-themes/tree/master/bootstrap
.. _`themes/bootstrap2`: https://github.com/getpelican/pelican-themes/tree/master/bootstrap2
7 changes: 0 additions & 7 deletions content/blog/first.rst

This file was deleted.

9 changes: 5 additions & 4 deletions pelicanconf.py
@@ -1,8 +1,8 @@
#!/usr/bin/env python #!/usr/bin/env python
# -*- coding: utf-8 -*- # # -*- coding: utf-8 -*- #


AUTHOR = u"Wraithan" AUTHOR = u'Wraithan'
SITENAME = u"wraithan.net" SITENAME = u'wraithan.net'
SITEURL = 'http://beta.wraithan.net' SITEURL = 'http://beta.wraithan.net'


TIMEZONE = 'America/Los_Angeles' TIMEZONE = 'America/Los_Angeles'
Expand All @@ -14,7 +14,8 @@
('Mozilla Webdev', 'https://blog.mozilla.org/webdev/'),) ('Mozilla Webdev', 'https://blog.mozilla.org/webdev/'),)


# Social widget # Social widget
SOCIAL = (('github', 'https://github.com/wraithan'), SOCIAL = ((' wraithan', 'https://github.com/wraithan'),
('twitter', 'http://twitter.com/wraithan'),) (' Wraithan', 'https://facebook.com/Wraithan'),
(' @Wraithan', 'http://twitter.com/wraithan'),)


DEFAULT_PAGINATION = 10 DEFAULT_PAGINATION = 10
13 changes: 13 additions & 0 deletions themes/bootstrap/LICENSE.txt
@@ -0,0 +1,13 @@
Copyright 2011 Massimo Santini <santini@dsi.unimi.i>

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
1 change: 1 addition & 0 deletions themes/bootstrap/NOTICE.txt
@@ -0,0 +1 @@
This work is derived in part from Bootstrap, from Twitter http://twitter.github.com/bootstrap/
Binary file added themes/bootstrap/screenshot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 01eccb9

Please sign in to comment.