Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
Compiled templates
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Oct 16, 2016
1 parent a274f25 commit aba4b9a
Show file tree
Hide file tree
Showing 40 changed files with 53 additions and 51 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -10,12 +10,12 @@ This is a static website that auto-generates pages for different implementations

src/data.json
src/template.html

`data.json` contains majority of the implementation data that populates the site. `template.html` is the template.

Run the following in your git repo:
grunt

npm run production

This will keep watching your files for changes and updating whatever's needed. When done, `git push` your changes.

Expand Down Expand Up @@ -46,5 +46,5 @@ Hashids website either uses or is built with the following. Muchas gracias to th
[Google Fonts](https://www.google.com/fonts) used:

1. [Leckerli One](https://www.google.com/fonts/specimen/Leckerli+One)

2. [Fira Mono](http://www.google.com/fonts/specimen/Fira+Mono)
2 changes: 1 addition & 1 deletion actionscript/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bash/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion c/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion clojure/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion coffeescript/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion coldfusion/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cpp/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion crystal/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion d/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion elixir/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion elm/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion erlang/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion f-sharp/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion go/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion groovy/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion haskell/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion haxe/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion java/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion javascript/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion kotlin/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lua/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion net/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion nim/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objective-c/index.html

Large diffs are not rendered by default.

18 changes: 10 additions & 8 deletions package.json
Expand Up @@ -3,21 +3,23 @@
"description": "Hashids website",
"version": "1.0.5",
"private": true,
"dependencies": {
"handlebars": "1.3.0"
"scripts": {
"production": "grunt templates"
},
"devDependencies": {
"grunt": "0.4.5",
"html-minifier": "0.6.6",
"load-grunt-tasks": "0.6.0",
"handlebars": "1.3.0",
"grunt-bump": "0.5.0",
"grunt-cli": "1.2.0",
"grunt-contrib-handlebars": "0.8.0",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-sass": "0.7.4",
"grunt-contrib-uglify": "0.5.1",
"grunt-contrib-watch": "0.6.1",
"grunt-contrib-handlebars": "0.8.0",
"grunt-contrib-sass": "0.7.4",
"grunt-bump": "0.5.0"
"html-minifier": "0.6.6",
"load-grunt-tasks": "0.6.0"
},
"engines": {
"node": "0.10.*"
}
}
}
2 changes: 1 addition & 1 deletion perl/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion perl6/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions php/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion python/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion r/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ruby/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion rust/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scala/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion smalltalk/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/data.json
Expand Up @@ -272,7 +272,7 @@
"title": "Kohana module",
"url": "http://kohana-modules.com/modules/pocesar/hashids-kohana"
}, {
"title": "Wordpress plugin",
"title": "WordPress plugin",
"url": "http://wordpress.org/support/plugin/wp-hashed-ids"
}, {
"title": "CakePHP component",
Expand Down
2 changes: 1 addition & 1 deletion swift/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tsql/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vba/index.html

Large diffs are not rendered by default.

0 comments on commit aba4b9a

Please sign in to comment.