grain icon indicating copy to clipboard operation
grain copied to clipboard

Grain is a lightweight and powerful static website generator with custom themes to help create static, SEO-friendly websites or a blog in no time.

Results 7 grain issues
Sort by recently updated
recently updated
newest added

What are the plans for making Grain compatible with Java 9? If it's going to be left as a java-8-only tool, that's certainly one option, but I'd prefer to know...

I've got `generate` task configured like this: ``` task generate(type: JavaExec, dependsOn: ":site:gather") { group 'grain' logging.captureStandardOutput LogLevel.INFO classpath sourceSets.main.runtimeClasspath main = mainClassName args["generate"] doFirst { println "Starting generate" }...

[Here](https://github.com/sysgears/grain/blob/master/src/main/groovy/com/sysgears/grain/init/Initializer.groovy) `ToolsExtractor extractor` is injected but never used.

An update on #13 Jetbrain annotations instead of obsolete `javax`. 'application.properties' made optional (fix for #20).

Currently, application crashes if this file does not exist, but it is not really used. This file does not make sense for embedded site.

The property 'page.url' returns location instead of url. If site url includes directory like `my.site.com/directory` and real page url is `my.site.com/directory/page.html`, the `page.url` returns `my.site.com/page.html`.

When attempting to run preview mode behind a proxy the environment variables used by Python/Groovy/Gradle are not read when download of Python SetupTools is attempted. This results in a failure...