latest 20 messages by clume
+
[2013-05-24T06:57:59Z]
clume
I want to do code snipper syntax higlighting. but pygments doesn't have the language I want to use. so extending pygments requires me to get down and dirty with python now. but the gem as it was installed won't compile, so I don't know how it was installed with make errors. specifically the error I'm running into now is that sqlalchemy is out of date. How far down this rabbit hole did I go!? Why are there sooo many dependencies. argh!
+
[2013-05-24T06:56:09Z]
clume
getting my blog to look the way I want is really hard sometimes
+
[2013-05-23T03:07:48Z]
clume
but it's not creating the output correctly
+
[2013-05-23T03:07:38Z]
clume
I know it's scanning my .html pages because I'll get an error if I specify a syntax language that doesn't exist
+
[2013-05-23T02:58:54Z]
clume
I was able to install kramdown and coderay. It is working for *.markdown pages but does not code syntax for .html page. Is that possible to do?
+
[2013-05-23T02:57:27Z]
clume
I'd go back and make all the install steps were done right
+
[2013-05-23T02:57:03Z]
clume
I don't know. it sounds like your install isn't all the way done since it's not recognizing the rake commands nor the key for layout
+
[2013-05-23T02:56:32Z]
clume
that seems right
+
[2013-05-23T02:55:38Z]
clume
jekyll --version
+
[2013-05-23T02:55:16Z]
clume
ruby --version
+
[2013-05-23T02:53:36Z]
clume
do: bundle install
+
[2013-05-23T02:52:34Z]
clume
that's unusual
+
[2013-05-23T02:51:12Z]
clume
and see if rake generate creates an error again
+
[2013-05-23T02:51:05Z]
clume
so now try: rake new_post['firstpost']
+
[2013-05-23T02:50:23Z]
clume
and the generate didn't show any errors?
+
[2013-05-23T02:48:56Z]
clume
square
+
[2013-05-23T02:48:46Z]
clume
then: rake generate
+
[2013-05-23T02:48:31Z]
clume
try: rake new_page{'test']
+
[2013-05-23T02:48:21Z]
clume
ok, hmm. strange
+
[2013-05-23T02:47:05Z]
clume
you can simply delete that post and then try rake generate again