diff --git a/.travis.yml b/.travis.yml index e4bf945b..9a78774d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ install: - go get github.com/gordonklaus/ineffassign script: - - sed -i 's/\_ \"github.com\/mholt\/caddy\/caddyhttp\"/\_ \"github.com\/mholt\/caddy\/caddyhttp\"\n\_ \"github.com\/hacdias\/filemanager\/caddy\"/g' $GOPATH/src/github.com/mholt/caddy/caddy/caddymain/run.go + - sed -i 's/\_ \"github.com\/mholt\/caddy\/caddyhttp\"/\_ \"github.com\/mholt\/caddy\/caddyhttp\"\n\_ \"github.com\/hacdias\/filemanager\/caddy\/filemanager\"/g' $GOPATH/src/github.com/mholt/caddy/caddy/caddymain/run.go - go build -o binary github.com/mholt/caddy/caddy - - go build github.com/hacdias/filemanager - - ineffassign . \ No newline at end of file + - go build github.com/hacdias/filemanager + - ineffassign . diff --git a/_assets/_old/templates/frontmatter.tmpl b/_assets/_old/templates/frontmatter.tmpl index 3389da90..8872135f 100644 --- a/_assets/_old/templates/frontmatter.tmpl +++ b/_assets/_old/templates/frontmatter.tmpl @@ -30,27 +30,3 @@ {{ end }} -{{ define "value" }} -{{- if eq .HTMLType "textarea" }} - -{{- else if eq .HTMLType "datetime" }} - -{{- else }} - -{{- end }} -{{ end }} - -{{ define "fielset" }} -
- {{- if not (eq .Title "") }} -

{{ .Name }}

- {{- end }} -
- add -
-
- close -
- {{- template "blocks" .Content }} -
-{{ end }} diff --git a/_assets/_old/templates/hugo.tmpl b/_assets/_old/templates/hugo.tmpl deleted file mode 100644 index 982a65a4..00000000 --- a/_assets/_old/templates/hugo.tmpl +++ /dev/null @@ -1,14 +0,0 @@ -{{ define "sidebar-addon" }} - - subject - Posts and Pages - - - format_paint - Themes - - - settings - Settings - -{{ end }} \ No newline at end of file diff --git a/_assets/_old/templates/templates.tmpl b/_assets/_old/templates/templates.tmpl deleted file mode 100644 index be716656..00000000 --- a/_assets/_old/templates/templates.tmpl +++ /dev/null @@ -1,23 +0,0 @@ -{{ define "templates" }} - - - -{{ end }} \ No newline at end of file diff --git a/_assets/build/webpack.base.conf.js b/_assets/build/webpack.base.conf.js index 433e0aaf..e8d762af 100644 --- a/_assets/build/webpack.base.conf.js +++ b/_assets/build/webpack.base.conf.js @@ -41,6 +41,11 @@ module.exports = { loader: 'vue-loader', options: vueLoaderConfig }, + { + test: /\.css$/, + include: /node_modules/, + loader: 'style!css' + }, { test: /\.js$/, loader: 'babel-loader', diff --git a/_assets/index.html b/_assets/index.html index 69b8c6c2..42e3d235 100644 --- a/_assets/index.html +++ b/_assets/index.html @@ -90,7 +90,7 @@ {{- if ne .User.StyleSheet "" -}} - + {{- end -}} diff --git a/_assets/src/App.vue b/_assets/src/App.vue index b2f95d6f..006ae4bb 100644 --- a/_assets/src/App.vue +++ b/_assets/src/App.vue @@ -26,6 +26,7 @@ folder My Files +
+ +
+ +
+