From aa11648fa7d8906b1a7b4535e4224c0cb646b3f9 Mon Sep 17 00:00:00 2001 From: nagadomi Date: Sun, 7 Feb 2016 08:56:09 +0900 Subject: [PATCH] Add webgen/README.md --- webgen/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 webgen/README.md diff --git a/webgen/README.md b/webgen/README.md new file mode 100644 index 0000000..c68e615 --- /dev/null +++ b/webgen/README.md @@ -0,0 +1,14 @@ +# webgen + +## Generating web pages + +``` +ruby gen.rb +``` + +View at `../assets`. + +## Adding a translation file + +1. Adding a translation file to `./locales` +2. Run `./gen.rb`