Skip to content

Commit

Permalink
Updated readme and package for NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignacio Ricci authored and Ignacio Ricci committed Nov 4, 2015
1 parent 0430c31 commit b617028
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 7 deletions.
14 changes: 14 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@
"languages": {
"en": "about",
"es": "sobre-nosotros"
},
"templates": {
"name": "john-doe",
"languages": {
"en": "john-doe",
"es": "juan-x"
},
"templates": {
"name": "johns-dog",
"laguages": {
"en": "johns-dog",
"es": "el-perro-de-juan"
}
}
}
}
],
Expand Down
18 changes: 12 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
{
"name": "ztat",
"version": "0.0.0",
"description": "",
"main": "generator.js",
"repository": "[email protected]:ignacioricci/ztat.git",
"description": "A simple i18n static website generator for NodeJS",
"author": "Ignacio Ricci ([email protected])",
"version": "0.0.1",
"keywords": [
"static",
"website",
"generator",
"ztat"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "node generator.js"
},
"author": "Ignacio Ricci ([email protected])",
"license": "MIT",
"dependencies": {
"devDependencies": {
"jade": "1.11.0",
"mkdirp": "0.5.1",
"node-sass": "3.3.3",
Expand Down
7 changes: 6 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Ztat
> A simple i18n static website generator for NodeJS
[![NPM version][npm-image]][npm-link]

This framework is based on <a href="http://jade-lang.com/">Jade's</a> templating system and SASS.

## Prerequisites
Expand Down Expand Up @@ -186,4 +188,7 @@ It will automatically adjust the url according to the ``current_language``
Special thanks to: <a href="http://twitter.com/impronunciable">Dan Zajdband</a> and <a href="http://twitter.com/pazguille">Guillermo Paz</a>.

## License
MIT license. Copyright © 2015 [Ignacio Ricci](http://ignacioricci.com).
MIT license. Copyright © 2015 [Ignacio Ricci](http://ignacioricci.com).

[npm-image]: https://img.shields.io/npm/v/ztat.svg?style=flat
[npm-link]: https://npmjs.org/package/ztat

0 comments on commit b617028

Please sign in to comment.