Skip to content

Instantly share code, notes, and snippets.

@gejiaheng
Last active September 28, 2016 16:11
Show Gist options
  • Save gejiaheng/b82d0398ccbb9236f38de426315f3e29 to your computer and use it in GitHub Desktop.
Save gejiaheng/b82d0398ccbb9236f38de426315f3e29 to your computer and use it in GitHub Desktop.
Hugo setup

hugo

  1. app/build.gradle
apply plugin: 'com.jakewharton.hugo'
  1. build.gradle
buildscript {
  repositories {
    mavenCentral()
  }

  dependencies {
    classpath 'com.jakewharton.hugo:hugo-plugin:1.2.1'
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment