Skip to content

Commit

Permalink
add theme.json for echo theme
Browse files Browse the repository at this point in the history
  • Loading branch information
fabslab committed Feb 13, 2015
1 parent da4b228 commit af88677
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions themes/echo/theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"files": {
"default": "default.hbs",
"error": "error.hbs",
"index": "index.hbs",
"page": "page.hbs",
"post": "post.hbs",
"tag": "tag.hbs",
"author": "author.hbs",
"post-meta": "partials/post-meta.hbs",
"pagination": "partials/pagination.hbs",
"navigation": "partials/navigation.hbs",
"social-media": "partials/social-media.hbs",
"cover-photo": "partials/cover-photo.hbs"
},
"version":"1.0.0"
}

0 comments on commit af88677

Please sign in to comment.