Skip to content

Commit

Permalink
corrected css for block of code
Browse files Browse the repository at this point in the history
  • Loading branch information
dedomenon committed Nov 26, 2009
1 parent 0b85267 commit 3aedad7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1 +1,2 @@
_site
.*
4 changes: 4 additions & 0 deletions css/screen.css
Expand Up @@ -707,3 +707,7 @@ color: red;
font-size: 250%;
background: #ffdddd;
}

pre {
margin: 10px 20px;
}
15 changes: 6 additions & 9 deletions index.textile
Expand Up @@ -8,16 +8,13 @@ h1. Homepage
This is your homepage!

To add a new section:
<code>
bin/add_section.sh . section_name
</code>

bc. bin/add_section.sh . section_name

To add a new post in a section:
<code>
bin/add_new_post.sh ./path/to/section title
</code>

bc. bin/add_new_post.sh ./path/to/section title

If you host your website on Github Pages, you might be interested in the base_dir option in _config.yaml: just set it to
<code>
base_dir: /github_project_name
</code>

bc. base_dir: /project_name

0 comments on commit 3aedad7

Please sign in to comment.