#Signatory
Signatory is a static site generator for Java, which uses Velocity templates.
There are plenty of powerful static site generators out there, which do all manner of wizzy things. This is not one of them. It's currently very basic.
Velocity templates go into the source directory (default is files/source
), as per
the bundled example files. Following generation, the resulting files are written to
the target directory.
Signatory includes a custom Velocity Directive called decorate
, which allows a
template to wrapped around another template, as shown in the bundled examples
and discussed here.
You can use Signatory directly at command line using the supplied scripts
Calling Signatory
GenerateSite [optional: <source directory> <target directory>]
Note:
- Default paths are
files/source
andfiles/target
respectively
- Version 0.1.0
- Please raise any issues in the github issue tracker
[Apache 2 License]
Copyright 2013 Simon Curd [email protected]
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
[http://www.apache.org/licenses/LICENSE-2.0]
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.