simple static website builder

hays
$
$
$
$
yarn global add hay # or npm install -g hay
hay new my-website
cd my-website
hay bale # or serve with hay serve
hay
hay.config.jsonhay.config.jshay.config.yml
1
2
3
4
5
6
{
  "name": "hay",
  "description": "simple static website builder",
  "url": "https://hay.js.org",
  "paginate": "true"
}

easily configurable

you can configure hay with JavaScript, JSON or YAML. it's really not fussy.

check out the docs for all the stuff that can be configured

easily configurable

you can configure hay with JavaScript, JSON or YAML. it's really not fussy.

check out the docs for all the stuff that can be configured

hay
$
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
hay serve
hay serve v1.0.0
 
   hay config
       source  ::  /Users/Ryan/projects/hay
        posts  ::  /Users/Ryan/projects/hay/_posts
      layouts  ::  /Users/Ryan/projects/hay/_layouts
     partials  ::  /Users/Ryan/projects/hay/_partials
 
  destination  ::  /Users/Ryan/projects/hay/build
 
          1/2  ::  layouts
               ::  compiled layouts
 
          2/2  ::  posts
               ::  parsed posts
 
         info  ::  bale took 0.58s
 

easily configurable

you can configure hay with JavaScript, JSON or YAML. it's really not fussy.

check out the docs for all the stuff that can be configured

easily configurable

you can configure hay with JavaScript, JSON or YAML. it's really not fussy.

check out the docs for all the stuff that can be configured

hay
1
2
3
4
5
6
{
  "name": "hay",
  "description": "simple static website...",
  "url": "https://hay.js.org",
  "paginate": "true"
}