diff options
author | B Mathis <brandon@imathis.com> | 2009-11-14 21:12:05 -0600 |
---|---|---|
committer | B Mathis <brandon@imathis.com> | 2009-11-14 21:12:05 -0600 |
commit | 6f10642bdebfef726318120b1f2eab26df022728 (patch) | |
tree | 4974b91b02f41f3604ae4c9d146cb42a153230f8 | |
parent | 2b2de6104e66908510b72ace065e78453fc2c341 (diff) | |
download | my_new_personal_website-6f10642bdebfef726318120b1f2eab26df022728.tar.xz my_new_personal_website-6f10642bdebfef726318120b1f2eab26df022728.zip |
added introduction post to show off typography and function as a first post
-rw-r--r-- | source/_posts/2009-10-18-hello-world.markdown | 5 | ||||
-rw-r--r-- | source/_posts/2009-11-13-hello-world.markdown | 13 | ||||
-rw-r--r-- | stylesheets/_typography.sass | 16 |
3 files changed, 25 insertions, 9 deletions
diff --git a/source/_posts/2009-10-18-hello-world.markdown b/source/_posts/2009-10-18-hello-world.markdown deleted file mode 100644 index 492d50a1..00000000 --- a/source/_posts/2009-10-18-hello-world.markdown +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Hello World! ---- - -How's it going?
\ No newline at end of file diff --git a/source/_posts/2009-11-13-hello-world.markdown b/source/_posts/2009-11-13-hello-world.markdown new file mode 100644 index 00000000..35cda1d5 --- /dev/null +++ b/source/_posts/2009-11-13-hello-world.markdown @@ -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?
\ No newline at end of file diff --git a/stylesheets/_typography.sass b/stylesheets/_typography.sass index f3a81b55..15596bba 100644 --- a/stylesheets/_typography.sass +++ b/stylesheets/_typography.sass @@ -29,7 +29,15 @@ blockquote bottom: 1px solid #e5e5e5 &:before color: #ddd -.quote blockquote - font-size= !h4 - line-height= !h5 * 1.625 - color: #555
\ No newline at end of file + 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
\ No newline at end of file |