Skip to content

Commit

Permalink
Upgrade Clean Blog theme to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chadly committed Sep 3, 2018
1 parent d64a036 commit 8dace19
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 19 deletions.
11 changes: 11 additions & 0 deletions content/settings/routes.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
routes:

collections:
/:
permalink: /{slug}/
template:
- index

taxonomies:
tag: /tag/{slug}/
author: /author/{slug}/
18 changes: 9 additions & 9 deletions content/themes/clean-blog/assets/content.less
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,6 @@
margin-right: -50vw;
}

figure {
margin: 3em 0;
text-align: center;
}

figcaption {
text-align: center;
}

footer {
margin: 2rem 0;
padding: 2rem 0;
Expand All @@ -125,6 +116,15 @@
}
}

figure {
margin: 3em 0;
text-align: center;
}

figcaption {
text-align: center;
}

.author-profile-image {
box-shadow: 0 0 0 6px hsla(0,0%,100%,.1);
background: #e3e9ed;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 7 additions & 9 deletions content/themes/clean-blog/assets/site-debug.css
Original file line number Diff line number Diff line change
Expand Up @@ -7142,15 +7142,6 @@ footer.site a {
margin-left: -50vw;
margin-right: -50vw;
}
.post-template main article figure,
.page-template main article figure {
margin: 3em 0;
text-align: center;
}
.post-template main article figcaption,
.page-template main article figcaption {
text-align: center;
}
.post-template main article footer,
.page-template main article footer {
margin: 2rem 0;
Expand All @@ -7174,6 +7165,13 @@ footer.site a {
height: 25px;
fill: #337ab7;
}
figure {
margin: 3em 0;
text-align: center;
}
figcaption {
text-align: center;
}
.author-profile-image {
box-shadow: 0 0 0 6px hsla(0, 0%, 100%, 0.1);
background: #e3e9ed;
Expand Down
2 changes: 1 addition & 1 deletion content/themes/clean-blog/assets/site.css

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions content/themes/clean-blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@
"theme",
"ghost-theme"
],
"gpm": {
"type": "theme",
"categories": [
"Minimal",
"Personal Blogs"
]
},
"screenshots": {
"desktop": "assets/screenshot-desktop.png",
"mobile": "assets/screenshot-mobile.png"
},
"license": "MIT",
"scripts": {
"dist": "rimraf dist && copyfiles *.hbs assets/**/* partials/**/* package.json dist",
Expand Down

0 comments on commit 8dace19

Please sign in to comment.