adding goxc config file - hugo - [fork] hugo port for 9front
(HTM) git clone git@git.drkhsh.at/hugo.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
(DIR) commit cd06e89be3a9eae24f8e995131a1f07ae4f97ea9
(DIR) parent d4de261508d43ba0506e5a055eb516133b486446
(HTM) Author: spf13 <steve.francia@gmail.com>
Date: Mon, 25 May 2015 21:47:41 -0400
adding goxc config file
Diffstat:
A .goxc.json | 6 ++++++
1 file changed, 6 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/.goxc.json b/.goxc.json
@@ -0,0 +1,6 @@
+{
+ "ArtifactsDest": "$HOME/Code/GoBuilds/",
+ "OutPath": "{{.Dest}}{{.PS}}{{.AppName}}{{.PS}}{{.Version}}{{.PS}}{{.AppName}}_{{.Version}}_{{.Os}}_{{.Arch}}{{.Ext}}",
+ "BuildConstraints": "linux windows darwin freebsd netbsd",
+ "ConfigVersion": "0.9"
+}