Recent activity on Octopress
-
imathis marked a task as 'will not do' 5 11 months ago.
Figure out how to support partials or something like them.
-
imathis added a comment 42 about 2 years ago
Thought you might want to incorporate this fix into Octopress:...
-
duff created a task for imathis 42 about 2 years ago.
Thought you might want to incorporate this fix into Octopress:...
-
imathis marked a task as done 24 about 2 years ago
create a rake task for starting a new post
I've created a very nice rake task that supports Jekyll's date & time filename and lets you optionally specify a post title. It's quite handy.
Checkout the Diff here: http://github.com/imathis/octopress/commit/a6262dcbff3901135f0941e1f5f03be0db196874
Also I extended the ruby String class so you can do "awesome things post that change the world".titlecase and get "Awesome Things Post That Change the World"
That diff can be found here:
http://github.com/imathis/octopress/commit/6a1a9a8bb8966cc83c3664830ce45a1907b4212a -
imathis moved a task from 'Must Have' to 'In Progress' 24 about 2 years ago.
create a rake task for starting a new post
-
imathis reassigned a task to imathis 24 about 2 years ago.
create a rake task for starting a new post
-
duff added a comment 41 about 2 years ago
Thinking it could be good if there was more of a distinction between the main area and the sidebar.
This is what I'm talking about by the way:
Kinda blends together a bit unlike brandonmathis.com where there's a nice distinction between the 2 parts.
-
imathis marked a task as done 39 about 2 years ago.
Support alternate feed urls
-
duff created a task for imathis 41 about 2 years ago.
Thinking it could be good if there was more of a distinction between the main area and the sidebar.
-
imathis marked a task as 'will not do' 36 about 2 years ago.
Improve the blog styling.
-
imathis marked a task as done 15 about 2 years ago.
Style twitter in the sidebar
-
imathis created a task for imathis 40 about 2 years ago.
Update typography, and write a sample blog post illustrating its use
-
-
imathis marked a task as done 8 about 2 years ago
Determine a license for Octopress
MIT chosen, added to read me with an "if your awesome you'll link to octopress.org" section
-
imathis added a comment 38 about 2 years ago
When looking at the blog (posts index), I was thinking it could be helpful to see a link or something to the comments of each post.
Er, I meant to say, I'm adding that now, should be up in a bit.
-
imathis marked a task as done 38 about 2 years ago
When looking at the blog (posts index), I was thinking it could be helpful to see a link or something to the comments of each post.
Yeah there were supposed to be links to comments on the main page, I must have accidentally dropped it when I was working through the mess in the default.haml.
Task 31 *cough cough* ;)
-
duff added a comment 38 about 2 years ago
When looking at the blog (posts index), I was thinking it could be helpful to see a link or something to the comments of each post.
I don't think everyone knows they need to click the title of the post to get to the comments. If we'd like to have a conversation with folks, we might want to make a comments link a bit more explicit.
Whatcha think?
-
duff created a task for imathis 38 about 2 years ago.
When looking at the blog (posts index), I was thinking it could be helpful to see a link or something to the comments of each post.
-
-
-
imathis created a task for imathis 35 about 2 years ago.
Reorganize layout into several page partials
-
imathis moved a task from 'Must Have' to 'Nice to Have' 17 about 2 years ago.
Add an about me to the sidebar
-
imathis marked a task as done 2 about 2 years ago
Define a couple of deployment scenarios
Rsync, Github only, no S3 for now
-
imathis marked a task as done 25 about 2 years ago.
If no username for the twitter account, tell where user must set a username.
-
imathis marked a task as done 14 about 2 years ago
Figure out how to deploy to Github pages
Have a repo called sitename.github.com and only host generated content in that repo. See Chris Eppstein's rake task for more info.
-
imathis marked a task as 'will not do' 3 about 2 years ago.
Main Navigation styling
-
imathis marked a task as done 29 about 2 years ago.
I think the Archive page should be in sequential order. I made the change in my stuff. I mention it in case you want it in octopress:...
-
imathis marked a task as done 33 about 2 years ago
I wonder if there's a way to make the blockquotes be a bit more differentiated from the regular text. Right now they seem to blend in some and it's not immediately clear which ...
I've added a nice default style for blockquotes now.
-
imathis marked a task as done 32 about 2 years ago
The lists seem to be lined up to the left of the rest of the stuff on the test/typography page...
Fixed!
-
imathis marked a task as done 34 about 2 years ago.
The text in the search box isn't centered...
Nice, thanks.