5 | 2 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,13 @@ |
0 |
+--- |
|
1 |
+title: Hello World! I'm Octopress! |
|
2 |
+--- |
|
3 |
+ |
|
4 |
+**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/). |
|
5 |
+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: |
|
6 |
+ |
|
7 |
+> 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. |
|
8 |
+> <cite>**Jack Moffitt** [Blogging with Git Emacs and Jekyll](http://metajack.im/2009/01/23/blogging-with-git-emacs-and-jekyll/)</cite> |
|
9 |
+ |
|
10 |
+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. |
|
11 |
+ |
|
12 |
+### So what's Octopress? |
|
0 | 13 |
\ No newline at end of file |
... | ... |
@@ -29,7 +29,15 @@ blockquote |
29 | 29 |
bottom: 1px solid #e5e5e5 |
30 | 30 |
&:before |
31 | 31 |
color: #ddd |
32 |
-.quote blockquote |
|
33 |
- font-size= !h4 |
|
34 |
- line-height= !h5 * 1.625 |
|
35 |
- color: #555 |
|
36 | 32 |
\ No newline at end of file |
33 |
+ cite |
|
34 |
+ +sans-font |
|
35 |
+ font-size= !base_font_size - 2px |
|
36 |
+ display: block |
|
37 |
+ padding-top= !base_font_size |
|
38 |
+ &:before |
|
39 |
+ content: "\30FC" |
|
40 |
+ padding-right: 2px |
|
41 |
+ a |
|
42 |
+ color: inherit !important |
|
43 |
+ &:hover |
|
44 |
+ color= !link_color !important |
|
37 | 45 |
\ No newline at end of file |