Skip to content

Commit 8b4b369

Browse files
committed
fix + simplify gulp build system. Work around for home md content
1 parent e9c8e8a commit 8b4b369

28 files changed

+184
-237
lines changed
File renamed without changes.

hugo/config.yaml renamed to config.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@ title: pebble {code}
33
44
description: > # this means to ignore newlines until "baseurl:"
55
Digital Innovation Consultancy - Agile Development, Design Thinking and Rapid Prototyping.
6-
baseurl: "" # the subpath of your site, e.g. /blog/
6+
baseurl: "http://pebblecode.com" # the subpath of your site, e.g. /blog/
77
url: "http://pebblecode.com" # the base hostname & protocol for your site
88
twitter: pebblecode
9-
github: pebblecode
10-
vimeo: pebblecode
9+
github: pebblecode
10+
vimeo: pebblecode
1111

1212
# Pagination
13-
paginate: 8
14-
paginate_path: "/blog/:num"
15-
16-
relative_permalinks: false
13+
# paginate: 8
14+
# paginate_path: "/blog/:num"
15+
#
16+
# relative_permalinks: false
1717

1818
#tag blog posts for analytics
19-
defaults:
20-
-
21-
scope:
22-
path: ""
23-
type: "post"
24-
values:
25-
analytics_category: "blog"
19+
# defaults:
20+
# -
21+
# scope:
22+
# path: ""
23+
# type: "post"
24+
# values:
25+
# analytics_category: "blog"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ layout: error
33
title: 404
44
permalink: /404.html
55
---
6+
hey

content/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: hey
3+
type: index
4+
---
5+
6+
heyyyy

gulp/build.js

Lines changed: 0 additions & 8 deletions
This file was deleted.

gulp/default.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

gulp/hugo.js

Lines changed: 0 additions & 39 deletions
This file was deleted.

gulp/images.js

Lines changed: 0 additions & 10 deletions
This file was deleted.

gulp/publish.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

gulp/reference.js

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)