0.3.2 • Published 9 years ago

steady-static v0.3.2

Weekly downloads
1
License
ISC
Repository
-
Last release
9 years ago

Steady Static

Installation

npm install -g steady-static

Working with Steady

  1. steady create-new steady-project
  2. cd steady-project

Directory Structure

/site - Built site
/src
    /_layouts - Put all of your layouts here
    /_pages - Put all of your pages here
    /_posts - Currently not used
    /sass

Example Layout

<!DOCTYPE html>
<html>
<head>
	<title>Steady Documentation</title>
	<link rel="stylesheet" href="/css/screen.css">
</head>
<body>

	{{ body }}

</body>
</html>

{{ body }} is where the main content from a page comes in

Example Page

Pages are saved as html files

<!--
layout: main
url: /
-->

## Markdown Crap

### It works!

This is my first page built with steady!

[google.com](http://google.com)

Let's see it

  1. steady serve
  2. browse to http://localhost:8181

Other Notes

Steady defaults to watching your src folder. Whenever a change is made in there it will rebuild the site and reload the page for you.

0.3.2

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago