Skip to content

Commit

Permalink
Explains how to generate and serve the template.
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinrebrovic committed Dec 29, 2011
1 parent 72beca5 commit c739dc2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions content/about.html
Expand Up @@ -14,6 +14,12 @@

hyde -s folder_name create -l starter

To build and serve the template, type:

cd starter
hyde gen
hyde serve

To check for the newest version, to download it separately or to report
a bug, please visit Hyde Starter Kit's [GitHub page][3].

Expand Down
2 changes: 1 addition & 1 deletion content/media/css/style.css
Expand Up @@ -145,7 +145,7 @@ nav, aside {
font-size: 1.2em;
background-color: #222;
padding: 5px 10px;
margin-bottom: 1.33em;
margin-bottom: 1.6em;
border-top: 1px solid #444;
border-right: 1px solid #333;
border-bottom: 1px solid #222;
Expand Down

0 comments on commit c739dc2

Please sign in to comment.