Skip to content

Commit

Permalink
added introduction post to show off typography and function as a firs…
Browse files Browse the repository at this point in the history
…t post
  • Loading branch information
imathis committed Nov 15, 2009
1 parent 2b2de61 commit 6f10642
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 9 deletions.
5 changes: 0 additions & 5 deletions source/_posts/2009-10-18-hello-world.markdown

This file was deleted.

13 changes: 13 additions & 0 deletions source/_posts/2009-11-13-hello-world.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Hello World! I'm Octopress!
---

**Octopress is a blogging framework designed for hackers**, based on [Jekyll](http://github.com/mojombo/jekyll) the blog aware static site generator powering [Github pages](http://pages.github.com/).
If you don't know what Jekyll is, [Jack Moffitt](http://metajack.im/2009/01/23/blogging-with-git-emacs-and-jekyll/) wrote a good summary:

> Jekyll is a static blog generator; it transforms a directory of input files into another directory of files suitable for a blog. The management of the blog is handled by standard, familiar tools like creating and renaming files, the text editor of your choice, and version control.
> <cite>**Jack Moffitt** [Blogging with Git Emacs and Jekyll](http://metajack.im/2009/01/23/blogging-with-git-emacs-and-jekyll/)</cite>
There's no database to set up, and you get to use tools like Emacs, vim, or TextMate to write your posts, not some lame in-browser text editor. Just write, generate, deploy, using the same tools and patters you already use for your daily work.

### So what's Octopress?
16 changes: 12 additions & 4 deletions stylesheets/_typography.sass
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,15 @@ blockquote
bottom: 1px solid #e5e5e5
&:before
color: #ddd
.quote blockquote
font-size= !h4
line-height= !h5 * 1.625
color: #555
cite
+sans-font
font-size= !base_font_size - 2px
display: block
padding-top= !base_font_size
&:before
content: "\30FC"
padding-right: 2px
a
color: inherit !important
&:hover
color= !link_color !important

0 comments on commit 6f10642

Please sign in to comment.